Hmm...I've adjusted the settings, but still the same problem.
Chris Berry wrote: > > It appears that you need to set up the http://people.apache.org/repo/ > m2-incubating-repository with SNAPSHOTs enabled > > <settings> > ... > <profiles> > <profile> > <id>apache</id> > <repositories> > <repository> > <id>apache.org</id> > <url>http://people.apache.org/repo/m2-snapshot-repository</ > url> > <releases> > <enabled>false</enabled> > </releases> > <snapshots> > <enabled>true</enabled> > </snapshots> > </repository> > </repositories> > > -- View this message in context: http://www.nabble.com/maven-issues-deploying-and-retrofying-tp14273445p14275421.html Sent from the abdera-user mailing list archive at Nabble.com.
