On Jan 30, 2012, at 2:48 PM, Simone Tripodi wrote: > Ciao Antonio, > > c00l. may I can ask you to move the <ciManagement> according to Maven > conventions as described in > http://maven.apache.org/developers/conventions/code.html please?
oooops . Apologies. Done in revision #1237654 Thanks again Antonio > TIA, > -Simo > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > > > > On Mon, Jan 30, 2012 at 2:37 PM, <[email protected]> wrote: >> Author: asanso >> Date: Mon Jan 30 13:37:51 2012 >> New Revision: 1237650 >> >> URL: http://svn.apache.org/viewvc?rev=1237650&view=rev >> Log: >> AMBER-37 : Specify the CI url inside the Maven POM >> >> Modified: >> incubator/amber/trunk/pom.xml >> >> Modified: incubator/amber/trunk/pom.xml >> URL: >> http://svn.apache.org/viewvc/incubator/amber/trunk/pom.xml?rev=1237650&r1=1237649&r2=1237650&view=diff >> ============================================================================== >> --- incubator/amber/trunk/pom.xml (original) >> +++ incubator/amber/trunk/pom.xml Mon Jan 30 13:37:51 2012 >> @@ -226,7 +226,12 @@ >> >> <archive>http://mail-archives.apache.org/mod_mbox/incubator-amber-commits/</archive> >> </mailingList> >> </mailingLists> >> - >> + >> + <ciManagement> >> + <system>Jenkins</system> >> + <url>https://builds.apache.org/job/Amber/</url> >> + </ciManagement> >> + >> <modules> >> <module>spec-api</module> >> <module>signature-api</module> >> >>
