Skip to content

Commit faa2ec8

Browse files
committed
Removed the gump profile (the Gump config has been changed to work without this)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1152723 13f79535-47bb-0310-9956-ffa450edef68
1 parent b5fe9e6 commit faa2ec8

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -256,25 +256,6 @@
256256
</reporting>
257257

258258
<profiles>
259-
<!-- Profile to let Gump choose the name of the jar file generated -->
260-
<profile>
261-
<id>gump</id>
262-
<activation>
263-
<property>
264-
<name>maven.final.name</name>
265-
</property>
266-
</activation>
267-
<build>
268-
<plugins>
269-
<plugin>
270-
<artifactId>maven-jar-plugin</artifactId>
271-
<configuration>
272-
<finalName>${maven.final.name}</finalName>
273-
</configuration>
274-
</plugin>
275-
</plugins>
276-
</build>
277-
</profile>
278259
<profile>
279260
<id>rc</id>
280261
<distributionManagement>

0 commit comments

Comments
 (0)