java - Standalone jar and maven central -


i have standalone jar (standalone = executable via java -jar ...), can downloaded manually website. wondering if there use case, make sense push maven central?

you own nexus/archiva/artifactory application server public visible. need configure maven's settings.xml server , make mvn deploy standalone.jar can deployed remotely server snapshot or release version.

please refer to:

http://www.sonatype.org/nexus/

http://archiva.apache.org/

http://www.jfrog.com/open-source/


Comments