jhsuwm / onejar-maven-plugin

Automatically exported from code.google.com/p/onejar-maven-plugin
0 stars 0 forks source link

Redirect old maven repo #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
People with old pluginRepository settings might believe they have the
latest version of onejar-maven-plugin, even though they are stuck at 1.2.2.

Either shut the old repo down (so that they'll notice), or add a 301
redirect filter from http://dstovall.{com,org}/maven2/* to
http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/* 

This way, even users with the old pluginRepository settings will be able to
benefit from the latest releases here.

Original issue reported on code.google.com by hugo.josefson.old@gmail.com on 14 Mar 2009 at 3:16

GoogleCodeExporter commented 9 years ago

Original comment by hugo.josefson.old@gmail.com on 14 Mar 2009 at 3:17

GoogleCodeExporter commented 9 years ago
Added new redirects and tested with the following URLs:

http://dstovall.org/maven
http://dstovall.org/maven/
http://dstovall.org/maven/org/dstovall/maven-metadata.xml
http://dstovall.org/maven/org/dstovall/onejar-maven-plugin/1.2.1/onejar-maven-pl
ugin-
1.2.1.pom
http://dstovall.org/maven2
http://dstovall.org/maven2/
http://dstovall.org/maven2/org/dstovall/maven-metadata.xml
http://dstovall.org/maven2/org/dstovall/onejar-maven-plugin/1.2.1/onejar-maven-
plugin-1.2.1.pom

http://dstovall.com/maven2
http://dstovall.com/maven2/
http://dstovall.com/maven2/org/dstovall/onejar-maven-plugin/1.2.1/onejar-maven-
plugin-1.2.1.pom

Original comment by dstov...@gmail.com on 16 Mar 2009 at 7:50

GoogleCodeExporter commented 9 years ago
Perfect!

Original comment by hugo.josefson.old@gmail.com on 16 Mar 2009 at 9:45