No. Because as the parent is the onami parent snapshot, maven doesn't
know about the
apache parent :-)
So we need to say where to find this snapshot parent. (as you want
separate jenkins job for each module :-) )

2012/12/7 Simone Tripodi <[email protected]>:
> Salut Olivier,
>
> shouldn't that be inherited by the apache parent, via the onami parent?
>
> TIA!
> -Simo
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
>
>
> On Fri, Dec 7, 2012 at 4:22 PM,  <[email protected]> wrote:
>> Author: olamy
>> Date: Fri Dec  7 15:22:34 2012
>> New Revision: 1418354
>>
>> URL: http://svn.apache.org/viewvc?rev=1418354&view=rev
>> Log:
>> modules are independant in jenkins so they must know where to download a 
>> snapshot parent
>>
>> Modified:
>>     incubator/onami/trunk/autobind/pom.xml
>>     incubator/onami/trunk/cache/pom.xml
>>     incubator/onami/trunk/configuration/pom.xml
>>     incubator/onami/trunk/guava/pom.xml
>>     incubator/onami/trunk/lifecycle/pom.xml
>>     incubator/onami/trunk/scheduler/pom.xml
>>     incubator/onami/trunk/site/pom.xml
>>     incubator/onami/trunk/spi/pom.xml
>>     incubator/onami/trunk/test/pom.xml
>>
>> Modified: incubator/onami/trunk/autobind/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/pom.xml?rev=1418354&r1=1418353&r2=1418354&view=diff
>> ==============================================================================
>> --- incubator/onami/trunk/autobind/pom.xml (original)
>> +++ incubator/onami/trunk/autobind/pom.xml Fri Dec  7 15:22:34 2012
>> @@ -148,4 +148,15 @@
>>      </plugins>
>>    </reporting>
>>
>> +  <repositories>
>> +    <repository>
>> +      <id>apache.snapshots</id>
>> +      <name>Apache Snapshot Repository</name>
>> +      <url>http://repository.apache.org/snapshots</url>
>> +      <releases>
>> +        <enabled>false</enabled>
>> +      </releases>
>> +    </repository>
>> +  </repositories>
>> +
>>  </project>
>>
>> Modified: incubator/onami/trunk/cache/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/incubator/onami/trunk/cache/pom.xml?rev=1418354&r1=1418353&r2=1418354&view=diff
>> ==============================================================================
>> --- incubator/onami/trunk/cache/pom.xml (original)
>> +++ incubator/onami/trunk/cache/pom.xml Fri Dec  7 15:22:34 2012
>> @@ -141,4 +141,15 @@
>>      </plugins>
>>    </build>
>>
>> +  <repositories>
>> +    <repository>
>> +      <id>apache.snapshots</id>
>> +      <name>Apache Snapshot Repository</name>
>> +      <url>http://repository.apache.org/snapshots</url>
>> +      <releases>
>> +        <enabled>false</enabled>
>> +      </releases>
>> +    </repository>
>> +  </repositories>
>> +
>>  </project>
>>
>> Modified: incubator/onami/trunk/configuration/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/incubator/onami/trunk/configuration/pom.xml?rev=1418354&r1=1418353&r2=1418354&view=diff
>> ==============================================================================
>> --- incubator/onami/trunk/configuration/pom.xml (original)
>> +++ incubator/onami/trunk/configuration/pom.xml Fri Dec  7 15:22:34 2012
>> @@ -142,4 +142,15 @@
>>      </plugins>
>>    </build>
>>
>> +  <repositories>
>> +    <repository>
>> +      <id>apache.snapshots</id>
>> +      <name>Apache Snapshot Repository</name>
>> +      <url>http://repository.apache.org/snapshots</url>
>> +      <releases>
>> +        <enabled>false</enabled>
>> +      </releases>
>> +    </repository>
>> +  </repositories>
>> +
>>  </project>
>>
>> Modified: incubator/onami/trunk/guava/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/incubator/onami/trunk/guava/pom.xml?rev=1418354&r1=1418353&r2=1418354&view=diff
>> ==============================================================================
>> --- incubator/onami/trunk/guava/pom.xml (original)
>> +++ incubator/onami/trunk/guava/pom.xml Fri Dec  7 15:22:34 2012
>> @@ -145,4 +145,15 @@
>>      </plugins>
>>    </build>
>>
>> +  <repositories>
>> +    <repository>
>> +      <id>apache.snapshots</id>
>> +      <name>Apache Snapshot Repository</name>
>> +      <url>http://repository.apache.org/snapshots</url>
>> +      <releases>
>> +        <enabled>false</enabled>
>> +      </releases>
>> +    </repository>
>> +  </repositories>
>> +
>>  </project>
>>
>> Modified: incubator/onami/trunk/lifecycle/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/incubator/onami/trunk/lifecycle/pom.xml?rev=1418354&r1=1418353&r2=1418354&view=diff
>> ==============================================================================
>> --- incubator/onami/trunk/lifecycle/pom.xml (original)
>> +++ incubator/onami/trunk/lifecycle/pom.xml Fri Dec  7 15:22:34 2012
>> @@ -130,4 +130,15 @@
>>      </plugins>
>>    </build>
>>
>> +  <repositories>
>> +    <repository>
>> +      <id>apache.snapshots</id>
>> +      <name>Apache Snapshot Repository</name>
>> +      <url>http://repository.apache.org/snapshots</url>
>> +      <releases>
>> +        <enabled>false</enabled>
>> +      </releases>
>> +    </repository>
>> +  </repositories>
>> +
>>  </project>
>> \ No newline at end of file
>>
>> Modified: incubator/onami/trunk/scheduler/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/pom.xml?rev=1418354&r1=1418353&r2=1418354&view=diff
>> ==============================================================================
>> --- incubator/onami/trunk/scheduler/pom.xml (original)
>> +++ incubator/onami/trunk/scheduler/pom.xml Fri Dec  7 15:22:34 2012
>> @@ -162,4 +162,15 @@
>>      </plugins>
>>    </build>
>>
>> +  <repositories>
>> +    <repository>
>> +      <id>apache.snapshots</id>
>> +      <name>Apache Snapshot Repository</name>
>> +      <url>http://repository.apache.org/snapshots</url>
>> +      <releases>
>> +        <enabled>false</enabled>
>> +      </releases>
>> +    </repository>
>> +  </repositories>
>> +
>>  </project>
>>
>> Modified: incubator/onami/trunk/site/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/incubator/onami/trunk/site/pom.xml?rev=1418354&r1=1418353&r2=1418354&view=diff
>> ==============================================================================
>> --- incubator/onami/trunk/site/pom.xml (original)
>> +++ incubator/onami/trunk/site/pom.xml Fri Dec  7 15:22:34 2012
>> @@ -109,4 +109,15 @@
>>      </plugins>
>>    </build>
>>
>> +  <repositories>
>> +    <repository>
>> +      <id>apache.snapshots</id>
>> +      <name>Apache Snapshot Repository</name>
>> +      <url>http://repository.apache.org/snapshots</url>
>> +      <releases>
>> +        <enabled>false</enabled>
>> +      </releases>
>> +    </repository>
>> +  </repositories>
>> +
>>  </project>
>>
>> Modified: incubator/onami/trunk/spi/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/incubator/onami/trunk/spi/pom.xml?rev=1418354&r1=1418353&r2=1418354&view=diff
>> ==============================================================================
>> --- incubator/onami/trunk/spi/pom.xml (original)
>> +++ incubator/onami/trunk/spi/pom.xml Fri Dec  7 15:22:34 2012
>> @@ -149,4 +149,15 @@
>>      </plugins>
>>    </build>
>>
>> +  <repositories>
>> +    <repository>
>> +      <id>apache.snapshots</id>
>> +      <name>Apache Snapshot Repository</name>
>> +      <url>http://repository.apache.org/snapshots</url>
>> +      <releases>
>> +        <enabled>false</enabled>
>> +      </releases>
>> +    </repository>
>> +  </repositories>
>> +
>>  </project>
>>
>> Modified: incubator/onami/trunk/test/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/incubator/onami/trunk/test/pom.xml?rev=1418354&r1=1418353&r2=1418354&view=diff
>> ==============================================================================
>> --- incubator/onami/trunk/test/pom.xml (original)
>> +++ incubator/onami/trunk/test/pom.xml Fri Dec  7 15:22:34 2012
>> @@ -97,4 +97,15 @@
>>      </dependency>
>>    </dependencies>
>>
>> +  <repositories>
>> +    <repository>
>> +      <id>apache.snapshots</id>
>> +      <name>Apache Snapshot Repository</name>
>> +      <url>http://repository.apache.org/snapshots</url>
>> +      <releases>
>> +        <enabled>false</enabled>
>> +      </releases>
>> +    </repository>
>> +  </repositories>
>> +
>>  </project>
>>
>>



--
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

Reply via email to