Hi, apologies on asking more or less for the same thing twice, but we have one more Jenkins job to move to Maven. Specifically, https://analysis.apache.org/jenkins/job/jspwiki/ performs "ant Sonar -Dsonar.*=..." and we would like it to perform a two step build: first "mvn clean install -Dmaven.test.skip=true" followed by "mvn sonar:sonar" (btw, do we have to add any special property or it's enough declaring the maven Sonar plugin, nothing to do,..?)
thx! :-) On Thu, May 23, 2013 at 1:12 PM, Glen Mazza <gma...@apache.org> wrote: > Hi, could you please update our JSPWiki build script on Jenkins to use > "mvn clean install" instead of "ant clean dist"? We're in the process of > Mavenizing and the Maven version now has most of the stuff we care to test. > The Ant script just has a few remaining bundling targets left, it can't > build anything with Maven being run first. > > Thanks, > Glen Mazza > Incubating Apache JSPWiki team. > > -- > Glen Mazza > http://www.jroller.com/gmazza/ > Twitter: glenmazza > >