Author: ebourg
Date: Mon Aug 1 10:00:03 2011
New Revision: 1152723
URL: http://svn.apache.org/viewvc?rev=1152723&view=rev
Log:
Removed the gump profile (the Gump config has been changed to work without this)
Modified:
commons/proper/cli/trunk/pom.xml
Modified: commons/proper/cli/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1152723&r1=1152722&r2=1152723&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Mon Aug 1 10:00:03 2011
@@ -256,25 +256,6 @@
</reporting>
<profiles>
- <!-- Profile to let Gump choose the name of the jar file generated -->
- <profile>
- <id>gump</id>
- <activation>
- <property>
- <name>maven.final.name</name>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <finalName>${maven.final.name}</finalName>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
<profile>
<id>rc</id>
<distributionManagement>