Author: tschoening
Date: Thu Mar 24 16:33:19 2016
New Revision: 1736461
URL: http://svn.apache.org/viewvc?rev=1736461&view=rev
Log:
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.
Modified:
incubator/log4cxx/trunk/pom.xml
Modified: incubator/log4cxx/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/pom.xml?rev=1736461&r1=1736460&r2=1736461&view=diff
==============================================================================
--- incubator/log4cxx/trunk/pom.xml (original)
+++ incubator/log4cxx/trunk/pom.xml Thu Mar 24 16:33:19 2016
@@ -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>