Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3
-
None
-
None
Description
This bug is reported and theoretically fixed in AXIS2-1791. This appears not to be the case for Axis2 version 1.3.
In the /axis2-1.3/samples/version/ folder, "mvn package" produces the following error:
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.woden:woden:jar:1.0-incubating-M7b Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.woden -DartifactId=woden -Dversion=1.0-incubating-M7b -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.woden -DartifactId=woden -Dversion=1.0-incubating-M7b -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.axis2:version:aar:1.3 2) org.apache.axis2:axis2-kernel:jar:1.3 3) org.apache.woden:woden:jar:1.0-incubating-M7b 2) wsdl4j:wsdl4j:jar:1.6.2 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=wsdl4j -DartifactId=wsdl4j -Dversion=1.6.2 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=wsdl4j -DartifactId=wsdl4j -Dversion=1.6.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.axis2:version:aar:1.3 2) org.apache.axis2:axis2-kernel:jar:1.3 3) wsdl4j:wsdl4j:jar:1.6.2 ---------- 2 required artifacts are missing. for artifact: org.apache.axis2:version:aar:1.3
The fix detailed in AXIS2-1791 was to replace the woden artifact dependency with the incubator version. This dependency is still incorrect in version 1.3 - see http://repo1.maven.org/maven2/org/apache/axis2/axis2-kernel/1.3/axis2-kernel-1.3.pom . Accordingly, the build fails as show above.
Can this please be fixed?
Attachments
Issue Links
- relates to
-
AXIS2-1791 The modules/parent/pom.xml has an invalid dependency on org.apache.woden:woden-1.0.0M6.jar
- Resolved