Skip to content

Commit

Permalink
maven-assembly-plugin disabled in main pom.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo.rodriguez.mier committed Nov 6, 2013
1 parent 0ef2261 commit 7448b2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
</descriptorRefs>
</configuration>
<!-- Generate a jar with the dependencies in the package phase -->
<!--
<executions>
<execution>
<id>make-assembly</id>
Expand All @@ -105,7 +106,7 @@
<goal>single</goal>
</goals>
</execution>
</executions>
</executions>-->
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 7448b2e

Please sign in to comment.