summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-24 16:33:19 +0000
committertschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-24 16:33:19 +0000
commitaa6f41ec432bc34b1059dad14b2b6f87f5503c75 (patch)
tree8947f9094b63c39d6d0c940fb8728cedf97d8be5
parent4c8b89680c1018b5abd31e19324370aaa726ed56 (diff)
downloadlog4cxx-aa6f41ec432bc34b1059dad14b2b6f87f5503c75.tar.gz
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.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736461 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--pom.xml14
1 files changed, 7 insertions, 7 deletions
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>