On 10/14/2014 02:50 PM, Ilya Buziuk
wrote:
We create a Jenkins build for jbosstools-incubator-ripple, and have
it invoking "./configure && jake" or whatever is necessary.
Then we need to put the result of pkg/hosted somewhere. I would be
in favour of Nexus. We only have to create a pom file, configure it
to deploy pkg/hosted content and running "mvn clean deploy" would
create a new snapshot available as a Maven artifact.
Or we can even create a pom that would invoke ./configure and jake
as part of the "compile" step. So we only have to do a "mvn clean
deploy" that will invoke ./configure and jake.
Then jbosstools-cordovasim could simply fetch the new artifact at
build time with a maven-dependency-plugin:get-dependency mojo
configured in pom file.
Does anyone see an issue or a limitation with using Nexus?