Skip to content

Commit

Permalink
ISPN-1223 Add license and dep report to all jars
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jul 7, 2011
1 parent 0dab129 commit 833463a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,24 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<id>attach-license</id>
<goals>
<goal>process</goal>
</goals>
<inherited>true</inherited>
<configuration>
<resourceBundles>
<resourceBundle>org.infinispan:infinispan-license:1</resourceBundle>
</resourceBundles>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
<finalName>${project.artifactId}</finalName>
<pluginManagement>
Expand Down

0 comments on commit 833463a

Please sign in to comment.