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. 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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Jun 2012 at 7:15The text was updated successfully, but these errors were encountered: