Skip to content

Commit 55db14e

Browse files
committed
Removed the old Gump related files
Added a profile for Gump into the POM git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/branches/cli-1.x@682371 13f79535-47bb-0310-9956-ffa450edef68
1 parent c8fba4d commit 55db14e

3 files changed

Lines changed: 25 additions & 72 deletions

File tree

build-gump.xml

Lines changed: 0 additions & 36 deletions
This file was deleted.

gump.xml

Lines changed: 0 additions & 36 deletions
This file was deleted.

pom.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,29 @@
210210
</plugin>
211211
</plugins>
212212
</reporting>
213+
214+
215+
<profiles>
216+
<!-- Profile to let Gump choose the name of the jar file generated -->
217+
<profile>
218+
<id>gump</id>
219+
<activation>
220+
<property>
221+
<name>gump</name>
222+
<value>true</value>
223+
</property>
224+
</activation>
225+
<build>
226+
<plugins>
227+
<plugin>
228+
<artifactId>maven-jar-plugin</artifactId>
229+
<configuration>
230+
<finalName>${maven.final.name}</finalName>
231+
</configuration>
232+
</plugin>
233+
</plugins>
234+
</build>
235+
</profile>
236+
</profiles>
237+
213238
</project>

0 commit comments

Comments
 (0)