I'm pretty sure that the release plugin was wrongly situated in the reporting section and removed it from there. Additionally, maven warned about a missing required version, so I added one.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/035e60f1 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/035e60f1 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/035e60f1 Branch: refs/heads/master Commit: 035e60f1834d58b54925b4a942c0fde36c4a40cc Parents: fbb303d Author: Thorsten Schöning <[email protected]> Authored: Thu Mar 24 16:33:19 2016 +0000 Committer: Thorsten Schöning <[email protected]> Committed: Thu Mar 24 16:33:19 2016 +0000 ---------------------------------------------------------------------- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/035e60f1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b2fa9e3..30d4c7e 100644 --- a/pom.xml +++ b/pom.xml @@ -293,6 +293,13 @@ <templateFile>${basedir}/src/site/maven-site.vm</templateFile> </configuration> </plugin> + <plugin> + <artifactId>maven-release-plugin</artifactId> + <version>2.3</version> + <configuration> + <goals>site-deploy assembly:assembly</goals> + </configuration> + </plugin> </plugins> </build> @@ -324,13 +331,6 @@ </plugin> <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <goals>site-deploy assembly:assembly</goals> - </configuration> - </plugin> - - <plugin> <artifactId>maven-changes-plugin</artifactId> <version>2.9</version> <reportSets>
