bundlor integration with the Maven build is complete; happens as part of the normal compile lifecycle (read: no special invocation necessary)

This commit is contained in:
Chris Beams
2010-05-20 11:08:11 +00:00
parent 83cac18b6e
commit 1df136848e
17 changed files with 142 additions and 0 deletions

View File

@@ -101,6 +101,10 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.springsource.bundlor</groupId>
<artifactId>com.springsource.bundlor.maven</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>