[jboss-dev-forums] [Design of JBoss Build System] - Re: How can I add scout + juddi to the maven repo?
pgier
do-not-reply at jboss.com
Tue Feb 13 12:05:03 EST 2007
If you have commit access to repository.jboss.com, you can commit the files there, and they will show up on the site within about 15 minutes.
Before you commit them, take a look here:
http://maven.apache.org/guides/mini/guide-naming-conventions.html
The probably should be something like:
| <dependency>
| <groupId>org.apache.juddi</groupId>
| <artifactId>juddi</artifactId>
| <version>0.9RC4</version>
| </dependency>
| <dependency>
| <groupId>org.apache.scout</groupId>
| <artifactId>scout</artifactId>
| <version>0.7rc2</version>
| </dependency>
|
And you would put them in the org/apache/juddi folder.
If you don't have access to repository.jboss.com, then I can add them for you.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015906#4015906
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015906
More information about the jboss-dev-forums
mailing list