ODE maven build fails at axis2-war module -----------------------------------------
Key: ODE-933 URL: https://issues.apache.org/jira/browse/ODE-933 Project: ODE Issue Type: Bug Components: Build System Affects Versions: 1.3.5 Environment: Ubuntu 10.04 , Apache maven 2.2.1 Reporter: Ishara Dilhari Premadasa Downloading: https://maven-repository.dev.java.net/nonav/repository//javax.xml/jars/jsr173-1.0.jar [WARNING] Unable to get resource 'javax.xml:jsr173:jar:1.0' from repository java.net (https://maven-repository.dev.java.net/nonav/repository/): Error transferring file: java.security.cert.CertificateException: No subject alternative DNS name matching maven-repository.dev.java.net found. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve dependencies for one or more projects in the reactor. Reason: Missing: ---------- 1) javax.xml:jsr173:jar:1.0 Try downloading the file manually from: http://ftpna2.bea.com/pub/downloads/jsr173.jar Then, install it using the command: mvn install:install-file -DgroupId=javax.xml -DartifactId=jsr173 -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=javax.xml -DartifactId=jsr173 -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.ode:ode-axis2-war:pom:1.4-SNAPSHOT 2) org.apache.axis2:axis2-fastinfoset:jar:1.5.1 3) com.sun.xml.fastinfoset:FastInfoset:jar:1.1.8 4) javax.xml:jsr173:jar:1.0 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira