> + <repository> > + <id>apache.snapshots</id> > + <name>Apache Snapshot Repository</name> > + <url>http://repository.apache.org/snapshots</url> > + <releases> > + <enabled>false</enabled> > + </releases> > + </repository> > +
that should not ne needed, just make the parent pom inheriting the apache parent that contains all the ASF infra informations -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Tue, Feb 21, 2012 at 12:34 PM, <[email protected]> wrote: > Author: ilgrosso > Date: Tue Feb 21 11:34:25 2012 > New Revision: 1291717 > > URL: http://svn.apache.org/viewvc?rev=1291717&view=rev > Log: > Missing Apache snapshots repository > > Modified: > incubator/syncope/trunk/parent/pom.xml > > Modified: incubator/syncope/trunk/parent/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/pom.xml?rev=1291717&r1=1291716&r2=1291717&view=diff > ============================================================================== > --- incubator/syncope/trunk/parent/pom.xml (original) > +++ incubator/syncope/trunk/parent/pom.xml Tue Feb 21 11:34:25 2012 > @@ -58,7 +58,7 @@ > <system>Jenkins</system> > <url>https://builds.apache.org/job/Syncope-trunk/</url> > </ciManagement> > - > + > <mailingLists> > <mailingList> > <name>Syncope User List</name> > @@ -593,6 +593,15 @@ > > <url>http://maven.alfresco.com/nexus/content/repositories/activiti</url> > </repository> > > + <repository> > + <id>apache.snapshots</id> > + <name>Apache Snapshot Repository</name> > + <url>http://repository.apache.org/snapshots</url> > + <releases> > + <enabled>false</enabled> > + </releases> > + </repository> > + > </repositories> > > <pluginRepositories> > >
