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

@@ -90,4 +90,12 @@
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.springsource.bundlor</groupId>
<artifactId>com.springsource.bundlor.maven</artifactId>
</plugin>
</plugins>
</build>
</project>