Open GoogleCodeExporter opened 9 years ago
Hi,
Generally I'm not a Maven user but I see that there is increasing demand to
have pdf-vole in a Maven repository.
I have only very limited experience how to setup a maven project and how to
bring it into the repository.
proxy-vole uses a package name that I do not own as homepage, therefore I do
not know if this is a problem or if I have to change the package name.
Generally if you would like to prepare a patch I would welcome this and even
use this opportunity to get some maven knowledge.
Have fun,
- Rossi
Original comment by rosstaus...@googlemail.com
on 12 Nov 2012 at 8:05
You can find the patch attached.
Before releasing there is 5 tests to fix or to ignore.
If you want to publish your library in central repository you need to request
that on sonatype website, I think the homepage of a package must be owned.
In my patch I use your svn as a maven repository but this can be changed if you
have a website or central repository access.
In $HOME/.m2/settings.xml you have to add following server to release :
<server>
<id>googlecode</id>
<username>your_googlecode_username</username>
<password>your_googlecode_password</password>
</server>
Then run ./release script.
Original comment by gael.lal...@gmail.com
on 12 Nov 2012 at 10:09
Attachments:
Instead of converting the project from Ant to Maven, you could just deploy it
on Maven Central.
Have a look to Sonatype Documentation[1], especially the Ant part.
[1]
https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage
+Guide
Original comment by jul...@herr.fr
on 13 Feb 2014 at 2:51
Good point.
But you need to add other command if you want to deploy javadoc and sources
classifier.
And I think these attachments are important for a library.
Because of almost one year inactivity (just see today that author made some
commits 2 month ago), I forked this project
If the author is interested I add GSettings (Gnome 3) support
https://code.google.com/p/vestige/source/browse/#svn%2Fproxy_vole%2Ftrunk
Original comment by gael.lal...@gmail.com
on 13 Feb 2014 at 3:57
Original issue reported on code.google.com by
gael.lal...@gmail.com
on 12 Nov 2012 at 10:25