Adrian, sorry for the stupid question,
But are the old maven managed and metatype artifact names now combined into
jboss-man-aggregator?
We had
| <dependency>
| <groupId>org.jboss.man</groupId>
| <artifactId>jboss-managed</artifactId>
| <version>${microcontainer.version}</version>
| <scope>provided</scope>
| </dependency>
|
| <dependency>
| <groupId>org.jboss.man</groupId>
| <artifactId>jboss-metatype</artifactId>
| <version>${microcontainer.version}</version>
| <scope>provided</scope>
| </dependency>
|
in our pom for dependencies, and I am updating it.
Thanks
Mark
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135374#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...