diff --git a/announcement/xdocs/index.xml b/announcement/xdocs/index.xml index 9dd5c694..f9f25a76 100644 --- a/announcement/xdocs/index.xml +++ b/announcement/xdocs/index.xml @@ -85,7 +85,7 @@ maven plugin:download For a manual installation, you can download the Maven Announcement plugin here: -http://www.ibiblio.org/maven/maven/plugins/maven-announcement-plugin-1.1.jar +http://repo1.maven.org/maven/maven/plugins/maven-announcement-plugin-1.1.jar Have fun! -The development team diff --git a/artifact/src/plugin-resources/templates/manifest.vm b/artifact/src/plugin-resources/templates/manifest.vm index 464675d3..b06e3f59 100644 --- a/artifact/src/plugin-resources/templates/manifest.vm +++ b/artifact/src/plugin-resources/templates/manifest.vm @@ -49,7 +49,7 @@ ${dep.ArtifactId}-Implementation-Version: ${dep.Version} #if($dep.Url) ${dep.ArtifactId}-Implementation-URL: ${dep.Url} #else -${dep.ArtifactId}-Implementation-URL: http://www.ibiblio.org/maven/ +${dep.ArtifactId}-Implementation-URL: http://repo1.maven.org/maven/ #end #end #end diff --git a/artifact/xdocs/changes.xml b/artifact/xdocs/changes.xml index 767b430e..08bf82d1 100644 --- a/artifact/xdocs/changes.xml +++ b/artifact/xdocs/changes.xml @@ -25,6 +25,7 @@ + Change the default repository to http://repo1.maven.org/maven/ for dependencies url in the manifest. Creating an upload-bundle for a plugin without any java code does not work. Use a custom build of velocity (1.5-20060721.044818) to wait for a release of velocity 1.5 which will fix the issue VELOCITY-193 (The horrible error : "log4j:ERROR Attempted to append to closed appender named [null]"). Update jelly dependency to match the ones in maven 1.1 core. diff --git a/dashboard/src/plugin-test/common/project.properties b/dashboard/src/plugin-test/common/project.properties index dd6573ee..c979f04a 100644 --- a/dashboard/src/plugin-test/common/project.properties +++ b/dashboard/src/plugin-test/common/project.properties @@ -22,7 +22,7 @@ maven.checkstyle.header.file = ${basedir}/../../../../plugins-common/checkstyle- # Ensure that Maven will be able to download the findbugs plugin for the # tests -maven.repo.remote = http://www.ibiblio.org/maven,http://maven-plugins.sourceforge.net/repository/ +maven.repo.remote = http://repo1.maven.org/maven,http://maven-plugins.sourceforge.net/repository/ # Put line count at a low number so that we can get Simian-reported errors maven.simian.linecount = 5 diff --git a/examples/exampleear-1.0/build.xml b/examples/exampleear-1.0/build.xml index e3d05f12..b66f576e 100644 --- a/examples/exampleear-1.0/build.xml +++ b/examples/exampleear-1.0/build.xml @@ -150,9 +150,9 @@ - + - + diff --git a/jar/plugin.jelly b/jar/plugin.jelly index fcd2ced0..ca138492 100644 --- a/jar/plugin.jelly +++ b/jar/plugin.jelly @@ -129,7 +129,7 @@ - + diff --git a/jar/xdocs/changes.xml b/jar/xdocs/changes.xml index 51be1376..75d7818c 100644 --- a/jar/xdocs/changes.xml +++ b/jar/xdocs/changes.xml @@ -25,6 +25,7 @@ + Change the default repository to http://repo1.maven.org/maven/ for dependencies url in the manifest. Use a custom build of velocity (1.5-20060721.044818) to wait for a release of velocity 1.5 which will fix the issue VELOCITY-193 (The horrible error : "log4j:ERROR Attempted to append to closed appender named [null]"). diff --git a/plugins-parent/project.properties b/plugins-parent/project.properties index b3aaa6b7..7371a215 100644 --- a/plugins-parent/project.properties +++ b/plugins-parent/project.properties @@ -23,7 +23,7 @@ #===== # TODO: remove http://people.apache.org/repo/m1-snapshot-repository/, just there for SNAPSHOTs -maven.repo.remote = http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ +maven.repo.remote = http://repo1.maven.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ # Repository to deploy to maven.repo.list=apache.snapshots diff --git a/plugins-site/src/site/jelly/downloadPlugins.jsl b/plugins-site/src/site/jelly/downloadPlugins.jsl index cd75ca75..516049c9 100644 --- a/plugins-site/src/site/jelly/downloadPlugins.jsl +++ b/plugins-site/src/site/jelly/downloadPlugins.jsl @@ -35,7 +35,7 @@

The command to download a snapshot is :

- maven plugin:download -DgroupId=maven -DartifactId=<maven-XXX-plugin> -Dversion=<X.Y.Z>-SNAPSHOT -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ + maven plugin:download -DgroupId=maven -DartifactId=<maven-XXX-plugin> -Dversion=<X.Y.Z>-SNAPSHOT -Dmaven.repo.remote=http://repo1.maven.org/maven,http://people.apache.org/repo/m1-snapshot-repository/

We can't give you the list of the snapshots deployed by our developers, but you can find them here : http://people.apache.org/repo/m1-snapshot-repository/maven/plugins/

diff --git a/xdoc/plugin.properties b/xdoc/plugin.properties index 40766021..3d8a9f77 100644 --- a/xdoc/plugin.properties +++ b/xdoc/plugin.properties @@ -35,7 +35,7 @@ maven.xdoc.legend=true # If it is not defined, then the Download report will not be added to the # navigation menu. # NOTE: In the future this information will be described in the POM -# Ex: maven.xdoc.distributionUrl=http://www.ibiblio.org/maven/maven/plugins +# Ex: maven.xdoc.distributionUrl=http://repo1.maven.org/maven/maven/plugins # Type of the distributed artifact. Defaults to jar. Override this property if # your project is distributing artifacts of a different type.