Re: what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as non-aggregator.)

2010-02-03 Thread Anders Hammar
Regarding why Maven tries to use 2.8-SNAPSHOT and isn't successful I'm somewhat puzzled. You didn't post the full error output, so I can't say for sure. Also, I need to know more about your Artifactory setup to spot the problem. /Anders On Wed, Feb 3, 2010 at 16:59, Rick R wrote: > On Wed, Feb

Re: what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as non-aggregator.)

2010-02-03 Thread Rick R
On Wed, Feb 3, 2010 at 3:49 AM, Anders Hammar wrote: > Ok, first I would like to point you at some Maven books. They are great to > get the basics: > http://books.sonatype.com > Yes I need to read that more thoroughly. I did look through it once and tried to refer to even in this case, but it wa

Re: what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as non-aggregator.)

2010-02-03 Thread Anders Hammar
Ok, first I would like to point you at some Maven books. They are great to get the basics: http://books.sonatype.com Then onto your problem. On the command line, you can always force a specific version. In your case you're trying to use a SNAPSHOT-version (a devevlopment build version), which is n

Re: what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as non-aggregator.)

2010-02-02 Thread Rick R
On Tue, Feb 2, 2010 at 2:43 PM, Anders Hammar wrote: > > Also, try what I suggested about specifying the version of the plugin to v > 2.7. > Ok I totally suck at Maven :) I'm trying to figure out how the heck you figure out how to declare the above and where you figure out the pom syntax for th

Re: what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as non-aggregator.)

2010-02-02 Thread Anders Hammar
Ok. I don't know what your artifactory instance does. Possible it proxies central. Do you have some people managing that you could ask? I'm pretty sure you've done some configuration in your settings.xml file. Talk to the people who suggested this configuration. Also, try what I suggested about sp

Re: what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as non-aggregator.)

2010-02-02 Thread Rick R
On Tue, Feb 2, 2010 at 1:56 AM, Anders Hammar wrote: > I'm quite sure you must have reconfigured something since last time it > worked. The plugin exists in central, and for some reason your build isn't > looking there. > > Run > mvn help:effective-pom > and find the section and paste it in a re

Re: what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as non-aggregator.)

2010-02-01 Thread Anders Hammar
I'm quite sure you must have reconfigured something since last time it worked. The plugin exists in central, and for some reason your build isn't looking there. Run mvn help:effective-pom and find the section and paste it in a reply. Also, you might want to consider locking the version of the pl

what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as non-aggregator.)

2010-02-01 Thread Rick R
running mvn eclipse:eclipse used to work.. now I'm getting... [INFO] Unable to find resource 'org.apache.maven.plugins:maven-eclipse-plugin:maven-plugin:2.8-SNAPSHOT' in repository codehaus-plugins (http://dist.codehaus.org/) [INFO] Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as