invalid repositories for org.ops4j.pax.url.mvn.repositories in Main.java
------------------------------------------------------------------------
Key: CLEREZZA-523
URL: https://issues.apache.org/jira/browse/CLEREZZA-523
Project: Clerezza
Issue Type: Bug
Reporter: Hasan
Priority: Minor
The specified repositories in Main.java of bundle platform.launcher.storageless
seem to be invalid
private static String getCommaSeparatedListOfMavenRepos() {
return
"http://repository.apache.org/content/groups/snapshots-group@snapshots@noreleases,"+
"http://repo1.maven.org/maven2/,"+
"http://repository.ops4j.org/mvn-snapshots/@snapshots@noreleases";
}
This leads to following warnings upon starting of the launcher
2011-05-12 18:13:23,891 [FelixStartLevel] WARN [FelixStartLevel]
(MavenRepositoryURL.java\:116) - Repository spec
http://repository.apache.org/content/groups/snapshots-group/ does not contain
an identifier. This is deprecated & discouraged & just evil.
2011-05-12 18:13:23,894 [FelixStartLevel] WARN [FelixStartLevel]
(MavenRepositoryURL.java\:116) - Repository spec http://repo1.maven.org/maven2/
does not contain an identifier. This is deprecated & discouraged & just evil.
2011-05-12 18:13:23,894 [FelixStartLevel] WARN [FelixStartLevel]
(MavenRepositoryURL.java\:116) - Repository spec
http://repository.ops4j.org/mvn-snapshots/ does not contain an identifier. This
is deprecated & discouraged & just evil.
Welcome to the Apache Clerezza Console
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira