[jboss-dev-forums] [Design of JBoss Build System] - Deploying maven built artifacts to the ant repository.
pgier
do-not-reply at jboss.com
Fri Dec 7 09:34:47 EST 2007
Andrew created this issue http://jira.jboss.com/jira/browse/JBBUILD-437
This would allow a maven built project to deploy to the maven repository with it's normal artifactId, but deploy to the ant/buildmagic repository with a different artifactId. Specifically it could apply to the jboss metadata project which in maven looks like:
/org/jboss/jboss-metadata
But would be able to deploy to the ant repository as
/jboss/metadata
My only concern with this is that it becomes more difficult to track corresponding artifacts if artifactIds are different.
Would it be better to just change the ant build dependencies on metadata so that they use the same artifactId that maven projects are using? In other words, change the references in any build-thirdparty.xml files to use the same name as maven is using.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111251#4111251
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111251
More information about the jboss-dev-forums
mailing list