The reason is that the 1.5 branch uses org.apache:apache:3 as its parent POM and that this one refers to the old snapshot repository, while Axiom snapshots are now deployed to the new (Nexus) snapshot repository. The trunk uses org.apache:apache:6 which refers to the new snapshot repository. Since upgrading to a more recent parent POM has other implications, we need to add the new repository to the 1.5 branch build.
Andreas On Tue, Jun 22, 2010 at 02:13, Dennis Sosnoski <[email protected]> wrote: > as usual... :-( > > Just got the source from > https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/java/1_5/ > (which looks to be correct for the new TLP structure), when I run "mvn clean > install" I get: > > Missing: > ---------- > 1) org.apache.ws.commons.axiom:axiom-api:jar:1.2.9-SNAPSHOT > ... > 2) org.apache.ws.commons.axiom:axiom-dom:jar:1.2.9-SNAPSHOT > ... > 3) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9-SNAPSHOT > > Anybody know how to fix these? > > Thanks, > > - Dennis > > -- > Dennis M. Sosnoski > XML and Web Services in Java > Training and Consulting > http://www.sosnoski.com - http://www.sosnoski.co.nz > Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
