You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Frank Russo <fr...@FXALL.com> on 2005/11/25 16:05:09 UTC

What to do when Ibiblio site is down?

I cleared my local respository this morning and tried to load a local jar with the following command: 
	mvn install:install-file -Dfile=lib/admin.jar -DgroupId=com.fxall -DartifactId=admin -Dpackaging=jar -Dversion=1.0

I get the following error:
	[INFO] The plugin 'org.apache.maven.plugins:maven-install-plugin' does not exist  or no valid version could be found
	[INFO] ----------------------------------------------------------------------------
	[INFO] Trace
	org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 'org.apache.maven.plugins:maven-install-plugin' does not exist or no valid version could be found
	        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1124)
	        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1356)
	        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:376)
	        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:132)
	        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:316)
	        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:113)
	        at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
	        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	        at java.lang.reflect.Method.invoke(Method.java:324)
	        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)

I checked the Ibiblio site, and it's not responding at all. Is there a mirror site somewhere for the central repository? And if so, how so you configure the settings.xml to use the mirror as a backup? 

Thanks...
Frank Russo
Senior Developer
FX Alliance, LLC


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


Re: What to do when Ibiblio site is down?

Posted by "Peter L. Berghold" <Pe...@berghold.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Cservenak Tamas wrote:
> 
> Maven2:
> http://public.planetmirror.com/pub/maven2/
>


- --$  mvn archetype:create -DarchitypeGroupId=agilitystewards.org
- -DarchetypeArtifactId=maven-archetype-webapp
- -DgroupId=agilitystewards.org -DartifactId=agilitystewards.org
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO]
-
----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
-
----------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does
not exist or no valid version could be found
[INFO]
-
----------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
-
----------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Fri Nov 25 10:27:21 EST 2005
[INFO] Final Memory: 1M/2M
[INFO]
-
----------------------------------------------------------------------------


ARRRGH!

Looks like some stuff is missing from this mirror?




- --
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Peter L. Berghold                                     Peter@Berghold.Net
"Those who fail to learn from history are condemned to repeat it."
AIM: redcowdawg        Yahoo IM: blue_cowdawg              ICQ: 11455958
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDhy2cUM9/01RIhaARArO3AJ9BTzFo4k9FEQ1nvrkyP+PrTcZkTACeMJAz
HHzciBM336DTmkfMc+4gj1c=
=WBmH
-----END PGP SIGNATURE-----


Re: What to do when Ibiblio site is down?

Posted by Cservenak Tamas <cs...@is-micro.hu>.
Hi!

Try this:

Maven1:
http://public.planetmirror.com/pub/maven/

Maven2:
http://public.planetmirror.com/pub/maven2/

~t~

Frank Russo wrote:
> I cleared my local respository this morning and tried to load a local jar with the following command: 
> 	mvn install:install-file -Dfile=lib/admin.jar -DgroupId=com.fxall -DartifactId=admin -Dpackaging=jar -Dversion=1.0
>
> I get the following error:
> 	[INFO] The plugin 'org.apache.maven.plugins:maven-install-plugin' does not exist  or no valid version could be found
> 	[INFO] ----------------------------------------------------------------------------
> 	[INFO] Trace
> 	org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 'org.apache.maven.plugins:maven-install-plugin' does not exist or no valid version could be found
> 	        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1124)
> 	        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1356)
> 	        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:376)
> 	        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:132)
> 	        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:316)
> 	        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:113)
> 	        at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
> 	        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	        at java.lang.reflect.Method.invoke(Method.java:324)
> 	        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)
>
> I checked the Ibiblio site, and it's not responding at all. Is there a mirror site somewhere for the central repository? And if so, how so you configure the settings.xml to use the mirror as a backup? 
>
> Thanks...
> Frank Russo
> Senior Developer
> FX Alliance, LLC
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>