You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by sm...@wipro.com on 2007/05/16 10:21:42 UTC

Maven throwing Exception

Hi 

 

 I am getting the following exception when trying to execute mvn clean
install

 

 

       + Error stacktraces are turned on.

[INFO] Scanning for projects...

[INFO]

------------------------------------------------------------------------

-

---

[INFO] Building Maven Default Project

[INFO]    task-segment: [clean, install]

[INFO]

------------------------------------------------------------------------

-

---

[INFO]

------------------------------------------------------------------------

[ERROR] BUILD ERROR

[INFO]

------------------------------------------------------------------------

[INFO] The plugin 'org.apache.maven.plugins:maven-clean-plugin' does not

exist o

r no valid version could be found

[INFO]

------------------------------------------------------------------------

[INFO] Trace

org.apache.maven.lifecycle.LifecycleExecutionException: The plugin

'org.apache.m

aven.plugins:maven-clean-plugin' does not exist or no valid version

could be fou

nd

        at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(Defa

ultLifecycleExecutor.java:1286)

        at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor

(DefaultLifecycleExecutor.java:1522)

        at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindLifecycleForP

ackaging(DefaultLifecycleExecutor.java:1016)

        at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycl

eMappings(DefaultLifecycleExecutor.java:980)

        at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau

ltLifecycleExecutor.java:458)

        at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan

dleFailures(DefaultLifecycleExecutor.java:311)

        at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen

ts(DefaultLifecycleExecutor.java:278)

        at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi

fecycleExecutor.java:143)

        at

org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)

        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)

        at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.

java:39)

        at

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces

sorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:585)

        at

org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)

        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)

        at

org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)

 

        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

Caused by:

org.apache.maven.plugin.version.PluginVersionNotFoundException: The p

lugin 'org.apache.maven.plugins:maven-clean-plugin' does not exist or no

valid v

ersion could be found

        at

org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePl

uginVersion(DefaultPluginVersionManager.java:228)

        at

org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePl

uginVersion(DefaultPluginVersionManager.java:90)

        at

org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPlug

inManager.java:166)

        at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(Defa

ultLifecycleExecutor.java:1257)

        ... 18 more

[INFO]

------------------------------------------------------------------------

[INFO] Total time: < 1 second

[INFO] Finished at: Wed May 16 11:36:56 IST 2007

[INFO] Final Memory: 1M/2M

 

Regards

Smitha 




The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com

Re: Maven throwing Exception

Posted by Wayne Fay <wa...@gmail.com>.
This is such a common problem -- it happens multiple times a week on
this list -- we should do a better job detecting failure to download
due to proxies and display a better error message.

Wayne

On 5/16/07, Steven Rowe <sa...@syr.edu> wrote:
> Hi Smitha,
>
> smitha.aldrin@wipro.com wrote:
> > I am getting the following exception when trying to execute mvn clean
> > install
>
> [...]
>
> > [INFO] The plugin 'org.apache.maven.plugins:maven-clean-plugin' does not
> > exist or no valid version could be found
>
> Looks to me like Maven can't connect to the central repository.  Are you
> behind a proxy?  If so, here's a good place to start:
>
>   http://maven.apache.org/guides/mini/guide-proxies.html
>
> Steve
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven throwing Exception

Posted by Steven Rowe <sa...@syr.edu>.
Hi Smitha,

smitha.aldrin@wipro.com wrote:
> I am getting the following exception when trying to execute mvn clean
> install

[...]

> [INFO] The plugin 'org.apache.maven.plugins:maven-clean-plugin' does not
> exist or no valid version could be found

Looks to me like Maven can't connect to the central repository.  Are you
behind a proxy?  If so, here's a good place to start:

   http://maven.apache.org/guides/mini/guide-proxies.html

Steve

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org