Skip to content

Given a maven artifact the dependencies will be fetched and put in a maven directory structure

Notifications You must be signed in to change notification settings

sdavids13/maven-artifact-bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Artifact Bundler

This project allows clients provide a maven artifact via the artifact system or gradle property and produces a zip file in a maven directory structure containing the given artifact and all dependencies. The motivation is to easily zip the desired artifact and dependencies for easy import into a stand-alone maven server.

Execution

Example execution: ./gradlew -Partifact=com.netflix.nebula:gradle-ospackage-plugin:2.2.6 bundle this produces an output com.netflix.nebula-gradle-ospackage-plugin-2.2.6-maven-bundle.zip in the build directory.

Note: the artifact syntax is in the format of <group id>:<artifact id>:<version> and can specify multiple artifacts via a comma separated list.

About

Given a maven artifact the dependencies will be fetched and put in a maven directory structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published