[jboss-dev-forums] [Design of JBoss Build System] - Re: Getting aop 2.0.0.CR10 jars into AS
kabir.khan@jboss.com
do-not-reply at jboss.com
Wed May 28 04:56:49 EDT 2008
"pgier" wrote : Kabir, do you have the jboss maven repository configured in your settings.xml?
|
| http://wiki.jboss.org/wiki/MavenSettings
|
I think so, it works for everything else? Here's my snapshot server
| <server>
| <id>snapshots.jboss.org</id>
| <username>kabir.khan at jboss.com</username>
| <password>i@ã%@maven</password>
| </server>
|
and my profile
<profile>
| <id>jboss.repository</id>
| <activation>
| <property>
| <name>!jboss.repository.off</name>
| </property>
| </activation>
| <repositories>
| <repository>
| <id>repository.jboss.org</id>
| <url>http://repository.jboss.org/maven2</url>
| <releases>
| <enabled>true</enabled>
| </releases>
| <snapshots>
| <enabled>false</enabled>
| </snapshots>
| </repository>
| <repository>
| <id>snapshots.jboss.org</id>
| <url>http://snapshots.jboss.org/maven2</url>
| <releases>
| <enabled>false</enabled>
| </releases>
| <snapshots>
| <enabled>true</enabled>
| </snapshots>
| </repository>
| </repositories>
| <pluginRepositories>
| <pluginRepository>
| <id>repository.jboss.org</id>
| <url>http://repository.jboss.org/maven2</url>
| <releases>
| <enabled>true</enabled>
| </releases>
| <snapshots>
| <enabled>false</enabled>
| </snapshots>
| </pluginRepository>
| <pluginRepository>
| <id>snapshots.jboss.org</id>
| <url>http://snapshots.jboss.org/maven2</url>
| <releases>
| <enabled>false</enabled>
| </releases>
| <snapshots>
| <enabled>true</enabled>
| </snapshots>
| </pluginRepository>
| </pluginRepositories>
| </profile>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153872#4153872
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153872
More information about the jboss-dev-forums
mailing list