[jira] Subscription: Design & Best Practices

2008-10-23 Thread jira
Issue Subscription Filter: Design & Best Practices (28 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques htt

Maven Embedded - I need your help about the Maven Embedded

2008-10-23 Thread Carlos Ibarra
Dear all, I need your help about the problem I described below. I tried to use maven embedded when excute snippet code the application throw the following exception. If I need post this problem in other place, please inform me and If need another information don't doubt and contact me. =

I need your help about the Maven Embedded

2008-10-23 Thread Carlos Ibarra
Dear, I need your help about the problem I described below. I tried to use maven embedded when excute snippet code the application throw the following exception. If I need post this problem in other place, please inform me and If need another information don't doubt and contact me. =

RE: preserving order of dependencies

2008-10-23 Thread Brian E. Fox
The only maven version that guarantees deterministic order across jdk and platforms is 2.0.9. Before that it was subject to the native set ordering, but after we use linked sets. The ordering in 2.0.9 is as the ordering in the pom + the parent poms + grandparent etc. So the local pom takes precede