Author: ebourg
Date: Mon Aug 4 05:55:10 2008
New Revision: 682371
URL: http://svn.apache.org/viewvc?rev=682371&view=rev
Log:
Removed the old Gump related files
Added a profile for Gump into the POM
Removed:
commons/proper/cli/branches/cli-1.x/build-gump.xml
commons/proper/cli/branches/cli-1.x/gump.xml
Modified:
commons/proper/cli/branches/cli-1.x/pom.xml
Modified: commons/proper/cli/branches/cli-1.x/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/pom.xml?rev=682371&r1=682370&r2=682371&view=diff
==============================================================================
--- commons/proper/cli/branches/cli-1.x/pom.xml (original)
+++ commons/proper/cli/branches/cli-1.x/pom.xml Mon Aug 4 05:55:10 2008
@@ -210,4 +210,29 @@
</plugin>
</plugins>
</reporting>
+
+
+ <profiles>
+ <!-- Profile to let Gump choose the name of the jar file generated -->
+ <profile>
+ <id>gump</id>
+ <activation>
+ <property>
+ <name>gump</name>
+ <value>true</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <finalName>${maven.final.name}</finalName>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
</project>