Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stigkj/maven-oss-gradle-plugin
Fork of mvnoss-gradle.sourceforge.net
https://github.com/stigkj/maven-oss-gradle-plugin
Last synced: about 2 months ago
JSON representation
Fork of mvnoss-gradle.sourceforge.net
- Host: GitHub
- URL: https://github.com/stigkj/maven-oss-gradle-plugin
- Owner: stigkj
- Created: 2011-10-14T13:25:42.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-14T13:26:19.000Z (over 13 years ago)
- Last Synced: 2023-04-11T10:55:53.490Z (almost 2 years ago)
- Language: Groovy
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This plugin is a handy wrapper for the Maven and PGP plugins. It is
handy at least for projects that work with Sonatype's OSS repository.Single point for configuring pom with pomConfigurator().
External username/authentication properties file.
The plugin adds three tasks: mavenOssPluginJavadoc creates javadocs;
task packageJavadoc creates the javadoc jar from them, and adds it to
archives artifacts; packageSources does likewise with the source jar.