[jboss-dev-forums] [Design of JBoss Build System] - Re: Adding maven projects to the JBoss repository

pgier do-not-reply at jboss.com
Wed Jul 16 12:02:19 EDT 2008


No one needs to approve what you check in, if there ends up being a problem with it we can fix it or remove it.  When you say that the dependencies don't exist in any other repositories where are these coming from?  Are these commercial thirdparty jars?  If they are, you probably shouldn't check them in unless you know that we have a right to redistribute them.  If they are open source projects, then you may want to check something like this site:

http://www.mvnrepository.com/

That will tell you if they exist in the central repository and what groupId/artifactId they are using. 

There is not much you can do about missing transitive dependencies.  Again this is just an issue of where the jars are coming from.  But if your main goal is to put Aperture in the repository and it has all the dependencies it needs, then I think that is ok.

Sorry there is no way to automate mavenization of the dependencies.  But if the dependencies you're talking about are being pull from a maven repository, then they are already mavenized, at least to a certain extent.  As far as getting a copy of the files for us, hopefully when I get the proxy server set up it can take care of storing a copy of downloaded dependencies for you.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164799#4164799

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164799



More information about the jboss-dev-forums mailing list