Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong parent version in cache4guice pom files in Maven release repository #7

Open
GoogleCodeExporter opened this issue Jul 8, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant