Skip to content

Commit

Permalink
Merge pull request #48 from cmgrote/master
Browse files Browse the repository at this point in the history
Simplifies assembly
  • Loading branch information
cmgrote authored Jan 15, 2021
2 parents 59c7b54 + da0d1b3 commit 7b41259
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,24 +265,6 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
<executions>
<execution>
<goals>
<goal>single</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
<!-- Deployment -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
Expand Down

0 comments on commit 7b41259

Please sign in to comment.