[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Breaking up the MC project and Mavenizing it
pgier
do-not-reply at jboss.com
Tue Mar 20 15:29:20 EDT 2007
I added assemblies for aop-mc-int and dependency. Please take a look, and if it is ok I will do the same thing for the other subprojects.
Once deployed, other projects can use these artifacts using a classifier. So a dependency on aop-mc-int-aspects would look like this:
| <dependency>
| <groupId>jboss</groupId>
| <artifactId>jboss-aop-mc-int</artifactId>
| <version>2.0</version>
| <classifier>aspects</classifier>
| </dependency>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029958#4029958
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029958
More information about the jboss-dev-forums
mailing list