akhikhl / multiproject-git-gradle

Gradle script for multi-project git-based setup, configuration and build
30 stars 12 forks source link

Example project publishing when using ARF #11

Closed kavink closed 10 years ago

kavink commented 10 years ago

Is it possible to have an example of project using ARF to release/publish artifacts either to a central maven or artifactory server or maybe just local maven repo.

akhikhl commented 10 years ago

Please see https://github.com/akhikhl/multiproject-git-gradle#publishing-to-maven-repositories. The concrete steps are:

  1. add apply plugin: 'maven'.
  2. configure uploadArchives task, as shown in documentation.
  3. add releaseDeployTasks property to "config.gradle".
kavink commented 10 years ago

I tried install, Builds kept failing because it cannot find released versions. any thoughts ?

kavink commented 10 years ago

This is also fixed.