Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 471 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 471 Bytes

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