Description
1.1.0.M1 claims to have moved ROO away from depending on the EBR (which is for people targetting dmServer).
However, the following still appear in the pom.xml:
<pluginRepository>
<id>com.springsource.repository.bundles.release</id>
<name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name>
<url>http://repository.springsource.com/maven/bundles/release</url>
</pluginRepository>
<pluginRepository>
<id>com.springsource.repository.bundles.external</id>
<name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
<url>http://repository.springsource.com/maven/bundles/external</url>
</pluginRepository>
<pluginRepository>
<id>com.springsource.repository.bundles.milestone</id>
<name>SpringSource Enterprise Bundle Repository - External Bundle Milestones</name>
<url>http://repository.springsource.com/maven/bundles/milestone</url>
</pluginRepository>
Is this necessary?
We run a local Nexus repository and connect to only the repositories we want users to be able to consume. The only Roo related artifact that we need for our application to build for non-Roo users will be the Roo annotations package, which I expect is not in one of these repositories.
Are these plugin repo references an oversight?