Skip to content

A Maven Repository for keeping jar files that the original developers don't care to create one

Notifications You must be signed in to change notification settings

ProjectUnified/MavenRepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Maven Repo

mvn install:install-file \
    -Dmaven.repo.local=<path-to-repo> \
    -Dfile=<path-to-file> \
    -DgroupId=<groupId> \
    -DartifactId=<artifactId> \
    -Dversion=<version> \
    -Dpackaging=jar \
    -DgeneratePom=true

About

A Maven Repository for keeping jar files that the original developers don't care to create one

Resources

Stars

Watchers

Forks

Sponsor this project