Author: simonetripodi
Date: Mon Jul 2 10:14:08 2012
New Revision: 1356162
URL: http://svn.apache.org/viewvc?rev=1356162&view=rev
Log:
looks like 'install' is not invoked in the 'release' profile, trying with
default profile
Modified:
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1356162&r1=1356161&r2=1356162&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Mon Jul 2 10:14:08 2012
@@ -477,6 +477,8 @@
</repositories>
<build>
+ <defaultGoal>install</defaultGoal>
+
<pluginManagement>
<plugins>
<plugin>
@@ -746,8 +748,6 @@
<profile>
<id>release</id>
<build>
- <defaultGoal>install</defaultGoal>
-
<plugins>
<plugin>
<groupId>org.apache.rat</groupId>