Skip to content

Commit

Permalink
attempt another build
Browse files Browse the repository at this point in the history
  • Loading branch information
kevodwyer committed Sep 18, 2023
1 parent c038007 commit e84a212
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.peergos</groupId>
<artifactId>nabu</artifactId>
<version>v0.1.0-SNAPSHOT</version>
<version>v0.5.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -99,29 +99,13 @@
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<phase>install</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<minimizeJar>true</minimizeJar>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit e84a212

Please sign in to comment.