Ok, I've got it working!
It seems that the profile must be set as an active profile in order to work (which is
logical off course ...)
Perhaps something to add to the Wiki?
Btw, this is my settings.xml:
<settings>
| <profiles>
| <profile>
| <id>jboss</id>
| <repositories>
| <repository>
| <id>jboss-snapshots</id>
| <
url>http://snapshots.jboss.org/maven2</url>
| </repository>
| </repositories>
| </profile>
| </profiles>
|
| <activeProfiles>
| <activeProfile>jboss</activeProfile>
| </activeProfiles>
|
| </settings>
Now I still have troubles with JAXB which isn't found...but I'll figure it out
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165271#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...