-
Notifications
You must be signed in to change notification settings - Fork 0
Home
hansd edited this page Sep 13, 2010
·
4 revisions
Welcome to the artifactoryplugin wiki!
This project has 4 parts.
- A plugin project with a build.gradle. This builds a artifactoryplugin jar. So far it is manually deployed to the Gradle artifactoryonline repository.
- An alternative artifactory plugin source script which does exactly the same as the plugin in the jar.
- An example project using the jar plugin.
- An example project using the source script plugin.
Location:
- artifactory plugin repository: http://gradle.artifactoryonline.com/gradle/plugins-releases-local
- source script plugin directory:
src/sourceRepo
- Example for using jar plugin:
src/examples/usePluginFromJar
- Example for using source plugin:
src/examples/usePluginFromSource
The artifactory plugin is just an example for using a property to add a maven repository to a project. It is not a real artifactory plugin. That will come soon :)