> + <repository> > + <id>sonatype</id> > + <url>https://oss.sonatype.org/content/repositories/releases/</url> > + </repository> > + <repository> > + <id>maven2-repository.dev.java.net</id> > + <name>Java.net Repository for Maven</name> > + <url>http://download.java.net/maven/2/</url> > + <layout>default</layout> > + </repository> > + </repositories> > + > + <profiles> > + <!-- modifies the plugin config inherited from oss-parent --> > + <profile> > + <id>sonatype-release-profile-extension</id>
Not sure this is needed now we're with ASF? I know it's also still there in the [jclouds project POM, though](https://github.com/jclouds/jclouds/blob/master/project/pom.xml#L944). @abayer ..? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-karaf/pull/22/files#r5396898
