Skip to content

Commit c906602

Browse files
committed
Added the gump profile
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@705891 13f79535-47bb-0310-9956-ffa450edef68
1 parent dcb1ec4 commit c906602

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

pom.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,27 @@
251251
</plugins>
252252
</reporting>
253253

254+
255+
<profiles>
256+
<!-- Profile to let Gump choose the name of the jar file generated -->
257+
<profile>
258+
<id>gump</id>
259+
<activation>
260+
<property>
261+
<name>maven.final.name</name>
262+
</property>
263+
</activation>
264+
<build>
265+
<plugins>
266+
<plugin>
267+
<artifactId>maven-jar-plugin</artifactId>
268+
<configuration>
269+
<finalName>${maven.final.name}</finalName>
270+
</configuration>
271+
</plugin>
272+
</plugins>
273+
</build>
274+
</profile>
275+
</profiles>
276+
254277
</project>

0 commit comments

Comments
 (0)