Re: Can't use car-maven-plugin today!
Turned out to be my problem -- I had a script that I ran to set some vars and invoke maven, and it was unable to install SNAPSHOT plugins that way (but everything else worked). When I ran Maven directly, it was fine. Go figure. Thanks, Aaron On 8/2/06, Jason Dillon <[EMAIL PROTECTED]> wrote: Did you ever get this resolved? --jason On Jul 31, 2006, at 9:04 AM, Aaron Mulder wrote: > So I tried on a different machine today. > > If I specify no version number for car-maven-plugin in the POM, I get: > > [ERROR] BUILD ERROR > [INFO] > -- > -- > [INFO] The plugin 'org.apache.geronimo.plugins:car-maven-plugin' does > not exist or no valid version could be found > > If I specify the version 1.2-SNAPSHOT, I get: > > > [WARNING] Unable to get resource from repository apache-snapshots > (http://people.apache.org/repo/m2-snapshot-repository) > Downloading: http://www.ibiblio.org/maven/ > org.apache.geronimo.plugins/poms/car-maven-plugin-1.2-SNAPSHOT.pom > [WARNING] Unable to get resource from repository ibiblio-maven-1 > (http://www.ibiblio.org/maven) > [INFO] > -- > -- > [ERROR] BUILD ERROR > [INFO] > -- > -- > [INFO] Failed to resolve artifact. > > GroupId: org.apache.geronimo.plugins > ArtifactId: car-maven-plugin > Version: 1.2-SNAPSHOT > > Reason: Unable to download the artifact from any repository > > > Indeed, if I look, there is no > org/apache/geronimo/plugins/car-maven-plugin/1.2-SNAPSHOT/car-maven- > plugin-1.2-SNAPSHOT.pom > in the Apache snapshot repository > (http://people.apache.org/repo/m2-snapshot-repository) > > There is only org/apache/geronimo/plugins/car-maven-plugin/1.2- > SNAPSHOT/http://people.apache.org/repo/m2-snapshot-repository/org/ > apache/geronimo/plugins/car-maven-plugin/1.2-SNAPSHOT/car-maven- > plugin-1.2-20060716.224116-1.pom > > What's up? How am I supposed to use the car-maven-plugin when the > version numbers don't match up? > > (I'm using Maven 2.0.4 on OS X) > > Thanks, > Aaron
Re: Can't use car-maven-plugin today!
On 8/2/06, Jason Dillon <[EMAIL PROTECTED]> wrote: Did you ever get this resolved? No, I just stopped trying. Should the car-maven-plugin be fully working and able to insert the META-INF/geronimo-plugin.xml files now? If so, I'll give it another shot. If we haven't fixed the problem that it doesn't include the plugin metadata yet, it won't help much anyway. Thanks, Aaron On Jul 31, 2006, at 9:04 AM, Aaron Mulder wrote: > So I tried on a different machine today. > > If I specify no version number for car-maven-plugin in the POM, I get: > > [ERROR] BUILD ERROR > [INFO] > -- > -- > [INFO] The plugin 'org.apache.geronimo.plugins:car-maven-plugin' does > not exist or no valid version could be found > > If I specify the version 1.2-SNAPSHOT, I get: > > > [WARNING] Unable to get resource from repository apache-snapshots > (http://people.apache.org/repo/m2-snapshot-repository) > Downloading: http://www.ibiblio.org/maven/ > org.apache.geronimo.plugins/poms/car-maven-plugin-1.2-SNAPSHOT.pom > [WARNING] Unable to get resource from repository ibiblio-maven-1 > (http://www.ibiblio.org/maven) > [INFO] > -- > -- > [ERROR] BUILD ERROR > [INFO] > -- > -- > [INFO] Failed to resolve artifact. > > GroupId: org.apache.geronimo.plugins > ArtifactId: car-maven-plugin > Version: 1.2-SNAPSHOT > > Reason: Unable to download the artifact from any repository > > > Indeed, if I look, there is no > org/apache/geronimo/plugins/car-maven-plugin/1.2-SNAPSHOT/car-maven- > plugin-1.2-SNAPSHOT.pom > in the Apache snapshot repository > (http://people.apache.org/repo/m2-snapshot-repository) > > There is only org/apache/geronimo/plugins/car-maven-plugin/1.2- > SNAPSHOT/http://people.apache.org/repo/m2-snapshot-repository/org/ > apache/geronimo/plugins/car-maven-plugin/1.2-SNAPSHOT/car-maven- > plugin-1.2-20060716.224116-1.pom > > What's up? How am I supposed to use the car-maven-plugin when the > version numbers don't match up? > > (I'm using Maven 2.0.4 on OS X) > > Thanks, > Aaron
Re: Can't use car-maven-plugin today!
Did you ever get this resolved? --jason On Jul 31, 2006, at 9:04 AM, Aaron Mulder wrote: So I tried on a different machine today. If I specify no version number for car-maven-plugin in the POM, I get: [ERROR] BUILD ERROR [INFO] -- -- [INFO] The plugin 'org.apache.geronimo.plugins:car-maven-plugin' does not exist or no valid version could be found If I specify the version 1.2-SNAPSHOT, I get: [WARNING] Unable to get resource from repository apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository) Downloading: http://www.ibiblio.org/maven/ org.apache.geronimo.plugins/poms/car-maven-plugin-1.2-SNAPSHOT.pom [WARNING] Unable to get resource from repository ibiblio-maven-1 (http://www.ibiblio.org/maven) [INFO] -- -- [ERROR] BUILD ERROR [INFO] -- -- [INFO] Failed to resolve artifact. GroupId: org.apache.geronimo.plugins ArtifactId: car-maven-plugin Version: 1.2-SNAPSHOT Reason: Unable to download the artifact from any repository Indeed, if I look, there is no org/apache/geronimo/plugins/car-maven-plugin/1.2-SNAPSHOT/car-maven- plugin-1.2-SNAPSHOT.pom in the Apache snapshot repository (http://people.apache.org/repo/m2-snapshot-repository) There is only org/apache/geronimo/plugins/car-maven-plugin/1.2- SNAPSHOT/http://people.apache.org/repo/m2-snapshot-repository/org/ apache/geronimo/plugins/car-maven-plugin/1.2-SNAPSHOT/car-maven- plugin-1.2-20060716.224116-1.pom What's up? How am I supposed to use the car-maven-plugin when the version numbers don't match up? (I'm using Maven 2.0.4 on OS X) Thanks, Aaron
Re: Can't use car-maven-plugin today!
First, you must specify 1.2-SNAPSHOT, there is no released version. It only exists here: http://people.apache.org/repo/m2-snapshot-repository/org/apache/ geronimo/plugins/car-maven-plugin/1.2-SNAPSHOT/ And it looks valid enough to me. Sorry, I've been flying all day. Might be if you were trying to pull a bunch of deps from people that it blocked you... try again. I am unaware of any reason why this would not work... and I did not change anything. --jason On Jul 31, 2006, at 9:04 AM, Aaron Mulder wrote: So I tried on a different machine today. If I specify no version number for car-maven-plugin in the POM, I get: [ERROR] BUILD ERROR [INFO] -- -- [INFO] The plugin 'org.apache.geronimo.plugins:car-maven-plugin' does not exist or no valid version could be found If I specify the version 1.2-SNAPSHOT, I get: [WARNING] Unable to get resource from repository apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository) Downloading: http://www.ibiblio.org/maven/ org.apache.geronimo.plugins/poms/car-maven-plugin-1.2-SNAPSHOT.pom [WARNING] Unable to get resource from repository ibiblio-maven-1 (http://www.ibiblio.org/maven) [INFO] -- -- [ERROR] BUILD ERROR [INFO] -- -- [INFO] Failed to resolve artifact. GroupId: org.apache.geronimo.plugins ArtifactId: car-maven-plugin Version: 1.2-SNAPSHOT Reason: Unable to download the artifact from any repository Indeed, if I look, there is no org/apache/geronimo/plugins/car-maven-plugin/1.2-SNAPSHOT/car-maven- plugin-1.2-SNAPSHOT.pom in the Apache snapshot repository (http://people.apache.org/repo/m2-snapshot-repository) There is only org/apache/geronimo/plugins/car-maven-plugin/1.2- SNAPSHOT/http://people.apache.org/repo/m2-snapshot-repository/org/ apache/geronimo/plugins/car-maven-plugin/1.2-SNAPSHOT/car-maven- plugin-1.2-20060716.224116-1.pom What's up? How am I supposed to use the car-maven-plugin when the version numbers don't match up? (I'm using Maven 2.0.4 on OS X) Thanks, Aaron
