You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Add Slurry release repository to project's pom.xml
<repository>
<id>slurry-release</id>
<name>Slurry Release</name>
<url>http://slurry.googlecode.com/svn/maven/release</url>
</repository>
2. Specify cache4guice as dependency
<dependency>
<groupId>org.slurry</groupId>
<artifactId>cache4guice</artifactId>
<version>1.0.7</version>
</dependency>
3. mvn clean install
What is the expected output? What do you see instead?
Expected: build successful
Instead: Project ID: org.slurry:cache4guice:jar:1.0.7
Reason: Cannot find parent: org.slurry:slurryparent for project:
org.slurry:cache4guice:jar:1.0.7 for project org.slurry:cache4guice:jar:1.0.7
What version of the product are you using? On what operating system?
maven2 on Ubuntu 12.04
I guess that
http://slurry.googlecode.com/svn/maven/release/org/slurry/cache4guice/1.0.7/cach
e4guice-1.0.7.pom contains wrong parent version that should not end with
"SNAPSHOT" as it is Maven *release* repoository.
<parent>
<artifactId>slurryparent</artifactId>
<groupId>org.slurry</groupId>
<relativePath>../../pom.xml</relativePath>
<version>1.0-SNAPSHOT</version>
</parent>
Original issue reported on code.google.com by valdiic on 4 Dec 2013 at 3:13
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
valdiic
on 4 Dec 2013 at 3:13The text was updated successfully, but these errors were encountered: