Skip to content

Commit

Permalink
Found a better place for the automated CHANGELOG, in subproject
Browse files Browse the repository at this point in the history
  • Loading branch information
rcongiu committed Apr 9, 2017
1 parent 1061949 commit 14de153
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 19 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Git Changelog changelog
# Changelog for the Hive-JSON-SerDe
_Generated automatically by maven_

Changelog of Git Changelog.
## 1.3.7
Expand Down
10 changes: 10 additions & 0 deletions changelog.mustache
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog for the Hive-JSON-SerDe
_Generated automatically by maven_

Changelog of Git Changelog.
{{#tags}}
## {{name}}
{{#commits}}
* *{{commitTime}}* {{{message}}} _({{authorName}})_ [{{hash}}](https://github.com/rcongiu/Hive-JSON-Serde/commit/{{hash}})
{{/commits}}
{{/tags}}
18 changes: 18 additions & 0 deletions json-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,24 @@
</executions>
</plugin>

<plugin>
<groupId>se.bjurr.gitchangelog</groupId>
<artifactId>git-changelog-maven-plugin</artifactId>
<version>1.43</version>
<executions>
<execution>
<id>GenerateGitChangelog</id>
<phase>generate-sources</phase>
<goals>
<goal>git-changelog</goal>
</goals>
<configuration>
<!-- A file on filesystem //-->
<filePath>CHANGELOG.md</filePath>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
19 changes: 1 addition & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,24 +240,7 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>se.bjurr.gitchangelog</groupId>
<artifactId>git-changelog-maven-plugin</artifactId>
<version>1.43</version>
<executions>
<execution>
<id>GenerateGitChangelog</id>
<phase>generate-sources</phase>
<goals>
<goal>git-changelog</goal>
</goals>
<configuration>
<!-- A file on filesystem //-->
<filePath>CHANGELOG.md</filePath>
</configuration>
</execution>
</executions>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit 14de153

Please sign in to comment.