Skip to content

Maven repository for jars not on maven central

Notifications You must be signed in to change notification settings

osustarg/maven-repo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maven-repo

Maven repository for jars not on maven central

To add a new jar:

  1. Place jar in jars subfolder

  2. Add jar to maven repo:

mvn install:install-file -DgroupId=codemining.deps -DartifactId=$depname -Dversion=$version -Dfile=$path -Dpackaging=jar -DgeneratePom=true -DlocalRepositoryPath=./repository -DcreateChecksum=true

(optionally add -Dsources=$sourcepath to include sources)

Note that the default $version for all packages except spmf is 1.0

  1. Update relevant pom.xml:

<dependency>
<groupId>codemining.deps<groupId>
<artifactId>$depname<artifactId>
<version>$version<version>
</dependency>

That's all!

More info

http://riaconnection.wordpress.com/2012/08/01/create-your-own-github-maven-repository/ https://bitbucket.org/neil_rubens/rapidminer_maven-repo/wiki/Home http://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html

About

Maven repository for jars not on maven central

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%