[jboss-dev-forums] [Design of JBoss Build System] - Re: Handling resource files in thirdparty dependencies
pgier
do-not-reply at jboss.com
Fri Mar 14 09:52:32 EDT 2008
One idea is to publish the resources and/or bin directories using classifiers "resources" and "bin". Then the plugin could download and extract these files to the appropriate places.
So for example aop would publish:
org/jboss/aop/jboss-aop/2.0.0.CR7/jboss-aop-2.0.0.CR7.jar
and
org/jboss/aop/jboss-aop/2.0.0.CR7/jboss-aop-2.0.0.CR7-resources.jar
The plugin would then extract and files it finds with a resources classifier.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136685#4136685
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136685
More information about the jboss-dev-forums
mailing list