"heiko.braun(a)jboss.com" wrote : If maven will oppose so many problem it will render itself useless anyway.
Yes, let's let it to stay the test of time ;)
"heiko.braun(a)jboss.com" wrote : I am looking for a smart way to hook into that without having to migrate our build completely.
I agree. We have to deal with the integration issue. I would do it in the way we do it now in our spy, just release it to local maven repository and force developer to commit it there manually ;)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141258#4141258
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141258
I'm looking at the jbossxb pom (in trunk). It declares a dependency on:
| <dependency>
| <groupId>apache-xerces</groupId>
| <artifactId>xercesImpl</artifactId>
| <version>2.9.1</version>
| <scope>compile</scope>
| </dependency>
|
Shouldn't it declare a dependency on the version of xml-apis that goes with the xerces impl?
i.e.
| <dependency>
| <groupId>apache-xerces</groupId>
| <artifactId>xml-apis</artifactId>
| <version>2.9.1</version>
| <scope>compile</scope>
| </dependency>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141255#4141255
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141255
"heiko.braun(a)jboss.com" wrote : This leads to the question if we want to migrate the build to maven or simply add maven release capabilities to it, which is probably easier but may cause issue in the long run, when more and more project migrate. Maybe there is a partly solution? Like brining in Ivy for dependency management? Basically I see the only benefit I see is leveraging maven repositories. We need to be able to publish to and retrieve from a maven repository.
I'm not a Maven fan and I don't believe in Maven + AS future, see:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141238#4141238
So I'm saying don't migrate to maven builds instead of ant builds.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141249#4141249
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141249