It looks like you can do a "mvn -Pall install" after doing the svn co of just the maven-plugins/maven-plugins-pom/trunk, and that builds all the modules for maven-plugins.
Also, "svn co" pulls in more than just a pom.xml, and says something about "Fetching external item..."(s). There must be some svn magic setup for maven-plugins/maven-plugins-pom/trunk. -Mike -----Original Message----- From: Ramnarine, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2008 11:19 AM To: [email protected] Subject: RE: Where to find jbi-maven-plugin artifiact? The maven-plugins/maven-plugins-pom/trunk/pom.xml has modules, which also need to be checked out to get them to build. In my case I needed to svn co: maven-plugins/maven-plugins-pom/trunk maven-plugins/jbi-maven-plugin/trunk maven-plugins/depends-maven-plugin/trunk -Mike -----Original Message----- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2008 11:04 AM To: [email protected] Subject: Re: Where to find jbi-maven-plugin artifiact? Is there code associated with this, or is it a pom.xml only? --- Thank You... Mick Knutson BASE Logic, inc. (415) 354-4215 Website: http://baselogic.com Blog: http://baselogic.com/blog BLiNC Magazine: http://blincmagazine.com Linked IN: http://linkedin.com/in/mickknutson DJ Mick: http://djmick.com MySpace: http://myspace.com/mickknutson Vacation Rental: http://tahoe.baselogic.com On Mon, Aug 11, 2008 at 4:19 AM, Edell Nolan <[EMAIL PROTECTED]> wrote: > Hi, > > Do a checkout and build of the following > > > https://svn.apache.org/repos/asf/servicemix/maven-plugins/maven-plugins- pom/trunk > > Edell. > > > https://svn.apache.org/repos/asf/servicemix/maven-plugins/maven-plugins- pom/trunk > > On Mon, Aug 11, 2008 at 2:28 PM, Ramnarine, Michael < > [EMAIL PROTECTED]> wrote: > > > Where do I find the jbi-maven-plugin artifact, required by the features > > trunk build? > > > > > > > > Building: > > > > https://svn.apache.org/repos/asf/servicemix/smx4/features/trunk > > > > > > > > But "mvn install" gets: > > > > > > > > [INFO] Failed to resolve artifact. > > > > > > > > GroupId: org.apache.servicemix.tooling > > > > ArtifactId: jbi-maven-plugin > > > > Version: 4.0-SNAPSHOT > > > > > > > > Reason: Unable to download the artifact from any repository > > > > > > > > org.apache.servicemix.tooling:jbi-maven-plugin:pom:4.0-SNAPSHOT > > > > > > > > from the specified remote repositories: > > > > central-mirror (http://maven-repo/maven-proxy-release/repository), > > > > java.net.2 (http://download.java.net/maven/2), > > > > snapshot-mirror > > (http://maven-repo/maven-proxy-apache-snapshot/repository), > > > > ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots), > > > > java.net-mirror (http://maven-repo/maven-proxy-javanet/repository), > > > > servicemix (http://svn.apache.org/repos/asf/servicemix/m2-repo), > > > > apache.m2.snapshots > > (http://people.apache.org/repo/m2-snapshot-repository), > > > > incubator (http://people.apache.org/repo/m2-incubating-repository), > > > > apache.incubating > > (http://people.apache.org/repo/m2-incubating-repository), > > > > ops4j (http://repository.ops4j.org/maven2), > > > > jboss (http://repository.jboss.org/maven2) > > > > > > > > >
