I'm working on a maven build script for Javassist, and I would like to upload the compiled jar to the maven repository, so that it can be used by other projects. The current location of javassist in the central maven repository is
/javassist/javassist
Would there be any problems if I change the location in the maven2 repository to /jboss/javassist or /jboss/jboss-javassist?
This will follow the naming convention on other jboss projects.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015928#4015928
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015928
"pgier" wrote : If I can modify the current app server build scripts to grab their dependencies from the maven repository, then you could use the maven repository directly and know that you're getting the same jars as the app server.
Ok, great. When you get to this milestone, please pop a post on jboss-dev.
"pgier" wrote :
| Unfortunately right now, the regular repository and the maven2 repository are not in sync so you will get slightly different versions of some of the files like the snapshots.
Yeah, I want to avoid that :-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015923#4015923
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015923
"charles.crouch(a)jboss.com" wrote :
|
| You see where I'm going :-). I want to use the mvn repo but i can't if it doesn't match what JBAS5 is building with. Maybe I'm getting in too early in this process and need to let you flesh it out some more.
|
| Cheers
Yes, I think it might be a little early. If I can modify the current app server build scripts to grab their dependencies from the maven repository, then you could use the maven repository directly and know that you're getting the same jars as the app server. Unfortunately right now, the regular repository and the maven2 repository are not in sync so you will get slightly different versions of some of the files like the snapshots.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015916#4015916
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015916
"jason.dobies" wrote : I tried including the jboss-managed artifact in a build, but it threw errors when I went to run it. It's looking for:
|
| jboss:jboss-microcontainer:pom:2.0.0-SNAPSHOT
|
| I took a look around the repository and I don't see the jboss-microcontainer artifact installed. Is this a step I have to take locally or is there a reason it isn't in the repository?
Ah, I should have added the parent project too. It's looking for the parent pom.xml. Can you try again, it should be ok now.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015909#4015909
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015909
"pgier" wrote : Once we can build the app server with maven, then it will start using the artifacts in the maven repository.
Ok, until then, since uploading stuff to the mvn repos is currently a manual process, can we just upload to the repo what ever MC artifacts the JBAS5 build is actually using.
Or alternatively do an update of the dependencies JBAS5 has on the MC to bring it inline with the whats in the mvn repo.
You see where I'm going :-). I want to use the mvn repo but i can't if it doesn't match what JBAS5 is building with. Maybe I'm getting in too early in this process and need to let you flesh it out some more.
Cheers
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015893#4015893
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015893