Skip to content

Commit

Permalink
Create a full jar for picocontainer as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jan 22, 2012
1 parent ddaf8bc commit df26649
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions picocontainer/pom.xml
Expand Up @@ -36,6 +36,20 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<id>package-full</id>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
Expand Down

0 comments on commit df26649

Please sign in to comment.