tjg184 / urlrewritefilter

Automatically exported from code.google.com/p/urlrewritefilter
Other
0 stars 0 forks source link

Version 3.2 in the Maven repository #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, the 3.2 version is not available in the central Maven repository, could
you please upload it ?

Thank you

Original issue reported on code.google.com by emmanuel...@gmail.com on 11 Mar 2010 at 9:15

GoogleCodeExporter commented 9 years ago
Please! It's about time this is uploaded to maven repo!

Original comment by monz...@gmail.com on 15 Nov 2010 at 2:42

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
PLEASE????

Original comment by james.r....@gmail.com on 15 Apr 2011 at 9:28

GoogleCodeExporter commented 9 years ago
It would be really nice to have a more recent version of your jar in the 
central repository. Thanks!

Original comment by tomherm...@gmail.com on 15 Apr 2011 at 9:30

GoogleCodeExporter commented 9 years ago
Please add this!!!!

Original comment by paul.a.r...@gmail.com on 13 May 2011 at 1:32

GoogleCodeExporter commented 9 years ago
Add this, I really need too!

Original comment by cleverso...@gmail.com on 4 Jun 2011 at 4:45

GoogleCodeExporter commented 9 years ago
I just generated and sent a maven artifact to my repo. If you 
want to use, do put this in your pon.xml:

<repositories>
    <repository>
        <id>repo.rasea.org</id>
        <name>Rasea Maven Repository</name>
        <url>http://repo.rasea.org/maven2/</url>
    </repository>
</repositories>

Original comment by cleverso...@gmail.com on 4 Jun 2011 at 5:08

GoogleCodeExporter commented 9 years ago
Thanks for the awesome library - this really needs to be in the central maven 
repo to make it easy to consume...

If you don't want to put it there yourself, I plan to upload it to central 
using this process in the very near future:

https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+Ma
ven+Central

Original comment by br...@jacobtx.net on 10 Aug 2011 at 3:20

GoogleCodeExporter commented 9 years ago
done.  add this and you'll get 3.2.0 from the central repo:

<dependency>
    <groupId>org.tuckey</groupId>
    <artifactId>urlrewritefilter</artifactId>
    <version>3.2.0</version>
</dependency>

http://search.maven.org/#browse%7C2123868169

Original comment by br...@jacobtx.net on 12 Aug 2011 at 3:50

GoogleCodeExporter commented 9 years ago
Thank you for taking care of this!

Original comment by emmanuel...@gmail.com on 12 Aug 2011 at 4:01

GoogleCodeExporter commented 9 years ago

Original comment by p...@tuckey.org on 27 Oct 2011 at 10:41

GoogleCodeExporter commented 9 years ago
is it just me or is urlrewrite 3.2.0 missing from the global repository now?

Original comment by j...@assuredlabor.com on 28 Mar 2012 at 8:34