Skip to content

Latest commit

 

History

History
 
 

maven-plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

maven-plugin sample

Demonstrates the use of the withConvention and withGroovyBuilder utility extensions for configuring the uploadArchives task to deploy to a Maven repository with a custom pom.

Running the sample

Execute the uploadAchives tasks:

./gradlew uploadArchives

List the resulting publications:

find build/m2