martinheidegger / as3-commons

Automatically exported from code.google.com/p/as3-commons
0 stars 0 forks source link

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 8 years ago

GoogleCodeExporter commented 8 years ago
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 manish.p...@gmail.com on 28 Jun 2012 at 7:15