Skip to content

Commit

Permalink
Skip CLI fat jar from deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Dec 8, 2023
1 parent 2abcfd7 commit fb5b2ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<name>Galleon CLI Fat JAR</name>
<url>http://maven.apache.org</url>

<properties>
<!-- Don't deploy the CLI fat jar -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<dependencies>
<dependency>
<groupId>org.jboss.galleon</groupId>
Expand Down

0 comments on commit fb5b2ea

Please sign in to comment.