Hi!
I am moving my firtst steps with maven :)
I need to add org.jboss.seam.annotations to my repository.
Following some instruction from the web, I added to my settings.xml a
new jboss repository:
<profiles>
<profile>
<repositories>
<repository>
<id>jboss.org</id>
<name>jboss.org</name>
<url>http://repository.jboss.com/maven2</url>
</repository>
</repositories>
</profile>
</profiles>
But I still cannot find the package I need (I am using eclipse and m2 plugin).
Could you please help me?
Thank you,
Nicola
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]