Required goal not found

2012-01-12 Thread Adam Dyga
[ERROR] BUILD FAILURE [INFO] -------- [INFO] Required goal not found: dependency:help in org.apache.maven.plugins:maven-dependency-plugin:2.0 Is this normal? This happens not only with dependency plugin but others too. On the other hand depen

Required goal not found: eclipse:m2eclipse

2007-09-20 Thread thebugslayer
Does any knows what's the requirement to run: $ mvn eclipse:m2eclipse ??? -- /bugslayer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Required goal not found

2012-01-12 Thread Stephen Connolly
ncy'. > [INFO] > ---- > [ERROR] BUILD FAILURE > [INFO] > > [INFO] Required goal not found: dependency:help in > org.apache.maven.plugins:maven-dependency-plugin:2.0 > >

Re: Required goal not found

2012-01-12 Thread Ram
quot;mvn dependency:get" I get: > > > [INFO] Searching repository for plugin with prefix: 'dependency'. > [INFO] > ---- > [ERROR] BUILD FAILURE > [INFO] > ---

Required goal not found: dependency:build-classpath

2007-02-23 Thread Jagan Padmanabha Pillai -X \(jpadmana - Insight Solutions, Inc. at Cisco\)
LURE [INFO] ---- [INFO] Required goal not found: dependency:build-classpath [INFO] [INFO] For more information, run Maven with the -e sw

Re: Required goal not found: eclipse:m2eclipse

2007-09-20 Thread MK Tan
probably just run mvn eclipse:eclipse ;$-) enjoy On 9/21/07, thebugslayer <[EMAIL PROTECTED]> wrote: > > Does any knows what's the requirement to run: > $ mvn eclipse:m2eclipse > > ??? > > -- > /bugslayer > > - > To unsubscribe,

Re: Required goal not found: eclipse:m2eclipse

2007-09-23 Thread thebugslayer
Indeed it just run. MK. There few times this failed, and turns out my local repository is corrupted. Things work again after I purge the jars. This goal is too useful to be missing from the documentation. Hope this email help other too. -Z On 9/20/07, MK Tan <[EMAIL PROTECTED]> wrote: > probabl

[M2] "Required goal not found: jar:sign"

2006-10-03 Thread Siegmann Daniel, NY
I am trying to sign a jar file. Unfortunately this goal seems to be missing. jar:jar works fine, but jar:sign gives an error stating that the goal is not found. Adding this to the executions in the POM file gives much the same ("'sign' was specified in an execution, but not found in the plugin").

Re: Required goal not found: dependency:build-classpath

2007-02-23 Thread Brad Szabo
> > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'dependency'. > [INFO] > > [ERROR] BUILD FAILURE > [INFO] > --------

resin plugin: Required goal not found: resin:upload-war

2009-12-09 Thread laredotornado
Hi, I'm using Maven 2.2 with Resin 3.0.19. I'm trying to use the resin plugin to deploy my app, using the instructions here -- http://wiki.caucho.com/Maven2. However, I repeatedly get this error ... [INFO] Required goal not found: resin:upload-war in com.caucho:resin-maven-plugin:4.

Re: resin plugin: Required goal not found: resin:upload-war

2009-12-09 Thread Wayne Fay
> I'm using Maven 2.2 with Resin 3.0.19.  I'm trying to use the resin plugin > to deploy my app, using the instructions here -- > http://wiki.caucho.com/Maven2.  However, I repeatedly get this error ... > > [INFO] Required goal not found: resin:upload-war in > com.c

Required goal not found: nbm:directory in org.codehaus.mojo:nbm-maven-plugin:3.0

2009-06-10 Thread Sik, Winston
al is not part of the lifecycle. ... Please execute 'mvn install nbm:directory nbm:cluster' to get the same results as in earlier versions. I executed the command as mentioned above but I got the following error: Required goal not found: nbm:directory in org.codehaus.mojo:nbm-maven-plu

Required goal not found: nbm:directory in org.codehaus.mojo:nbm-maven-plugin:3.0

2009-06-10 Thread Sik, Winston
Hi, I'm building NetBeans Platform and Module using Maven. When I ran the following on the command line: mvn nbm:cluster nbm:run-ide I get the following information: Since 2.7, the nbm:nbm goal is not part of the lifecycle. ... Please execute 'mvn install nbm:directory nbm:cluster' to get the sa

[INFO] Required goal not found: install:help in org.apache.maven.plugins:maven-install-plugin:2.2

2009-05-16 Thread T W
[ERROR] BUILD FAILURE [INFO] -------- [INFO] Required goal not found: install:help in org.apache.maven.plugins:maven-install-plugin:2.2 [INFO] --

Re: Required goal not found: nbm:directory in org.codehaus.mojo:nbm-maven-plugin:3.0

2009-06-10 Thread Milos Kleint
greetings, the message could be some overlooked residue from the 3.0 rewrite. for the netbeans platform applications, you should have an assembly project with nbm-application packaging and should be able to run mvn clean install nbm:run-platform nbm:run-ide is a sub-optimal way of running a one

Re: [INFO] Required goal not found: install:help in org.apache.maven.plugins:maven-install-plugin:2.2

2009-05-16 Thread Brian Fox
#x27;install'. > [INFO] > -------- > [ERROR] BUILD FAILURE > [INFO] > > [INFO] Required goal not found: install:help in > org.apache.maven.plugins:maven-install-plugin