You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by "Ramnarine, Michael" <Mi...@iona.com> on 2008/08/11 15:28:30 UTC

Where to find jbi-maven-plugin artifiact?

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)

 


RE: Where to find jbi-maven-plugin artifiact?

Posted by "Ramnarine, Michael" <Mi...@iona.com>.
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:Michael.Ramnarine@iona.com] 
Sent: Monday, August 11, 2008 11:19 AM
To: users@servicemix.apache.org
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:mickknutson@gmail.com] 
Sent: Monday, August 11, 2008 11:04 AM
To: users@servicemix.apache.org
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 <ed...@gmail.com>
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 <
> Michael.Ramnarine@iona.com> 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)
> >
> >
> >
> >
>

RE: Where to find jbi-maven-plugin artifiact?

Posted by "Ramnarine, Michael" <Mi...@iona.com>.
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:mickknutson@gmail.com] 
Sent: Monday, August 11, 2008 11:04 AM
To: users@servicemix.apache.org
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 <ed...@gmail.com>
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 <
> Michael.Ramnarine@iona.com> 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)
> >
> >
> >
> >
>

Re: Where to find jbi-maven-plugin artifiact?

Posted by Mick Knutson <mi...@gmail.com>.
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 <ed...@gmail.com> 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 <
> Michael.Ramnarine@iona.com> 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)
> >
> >
> >
> >
>

RE: Where to find jbi-maven-plugin artifiact?

Posted by "Ramnarine, Michael" <Mi...@iona.com>.
That pointed me in the right direction (in this case I needed
maven-plugins/jbi-maven-plugin).  Thanks! -Mike

-----Original Message-----
From: Edell Nolan [mailto:edell.nolan@gmail.com] 
Sent: Monday, August 11, 2008 10:20 AM
To: users@servicemix.apache.org
Subject: Re: Where to find jbi-maven-plugin artifiact?

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 <
Michael.Ramnarine@iona.com> 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)
>
>
>
>

Re: Where to find jbi-maven-plugin artifiact?

Posted by Edell Nolan <ed...@gmail.com>.
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 <
Michael.Ramnarine@iona.com> 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)
>
>
>
>