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

as3commons-bytecode-1.1.1.pom referencing to non existing parent-pom in it pom on projects.yoolab.org maven repository #125

Open
GoogleCodeExporter opened this issue Sep 27, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. create a maven project with packaging swf
2. add org.as3commons-bytecode 1.1.1 as dependency
3. try to compile the project 'mvn compile'

What is the expected output? What do you see instead?
Expected output: maven should not error
What I see instead: " Failed to read artifact descriptor for 
org.as3commons:as3commons-bytecode:swc:1.1.1: Failure to find 
org.as3commons:parent-pom:pom:4-SNAPSHOT in 
http://projects.yoolab.org/maven/content/repositories/releases/"

What version of the product are you using? On what operating system?
Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500)
Maven home: /usr/local/m2
Java version: 1.6.0_16, vendor: Sun Microsystems Inc.
Java home: /usr/local/jdk1.6.0_16/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.23.17-88.fc7", arch: "i386", family: "unix"


Please provide any additional information below.
The cause for the build failure is missing parent pom
http://projects.yoolab.org/maven/content/repositories/releases/org/as3commons/pa
rent-pom/4-SNAPSHOT/parent-pom-4-SNAPSHOT.pom
required by
http://projects.yoolab.org/maven/content/repositories/releases/org/as3commons/as
3commons-bytecode/1.1.1/as3commons-bytecode-1.1.1.pom


Suggested fix:
release org.as3commons:parent-pom:4 on the projects.yoolab.org mavaen repo and 
fix org.as3commons:as3commons-bytecode:1.1.1:as3commons-bytecode-1.1.1.pom to 
point to correct parent pom

Original issue reported on code.google.com by [email protected] on 28 Jun 2012 at 7:15

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