Skip to content

Commit

Permalink
Prevent building full jar including dependencies with mvn package.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaglam committed Dec 14, 2021
1 parent 9fb535d commit eb7c707
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions jplag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@
</manifest>
</archive>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit eb7c707

Please sign in to comment.