Unresolved parent POM error with Tonr project
Hello,
I have tried to get both the Tonr1 and Tonr2 projects running locally. I download the source and try to run mvn install, mvn jetty:run, or pretty much anything, but I get the following error:
Code:
Project build error: Non-resolvable parent POM org.springframework.security.oauth:spring-security-oauth-parent:1.0.0.M1 for org.springframework.security.oauth:tonr2:1.0.0.M1: Failed to resolve POM for org.springframework.security.oauth:spring-security-oauth-parent:1.0.0.M1 due to Missing:
----------
1) org.springframework.security.oauth:spring-security-oauth-parent:pom:1.0.0.M1
----------
1 required artifact is missing.
for artifact:
org.springframework.security.oauth:spring-security-oauth-parent:pom:1.0.0.M1
from the specified remote repositories:
central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
Sparklr and Tonr not building
I was getting errors like
when building Sparklr and Tonr. I found that inserting
Code:
<repositories>
<repository>
<id>spring-milestone</id>
<name>Spring Portfolio Milestone Repository</name>
<url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
</repository>
</repositories>
near the start of the pom.xml files fixed the problems for me.