-
Notifications
You must be signed in to change notification settings - Fork 15
problem deploying eid-applet #10
Description
Hello,
when following the readme for the eid-applet, I get an error trying to deploy the test web application because I do not have access to http://svn.codehaus.org/fest/m2/repo/be/fedict/eid-applet/eid-applet-bom/1.2.6-SNAPSHOT/maven-metadata.xml and eid-applet-bom-1.2.6-SNAPSHOT.pom
[root@eidtest eid-applet-test-deploy]# mvn jboss-as:deploy
[INFO] Scanning for projects...
Downloading: http://svn.codehaus.org/fest/m2/repo/be/fedict/eid-applet/eid-applet-bom/1.2.6-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata be.fedict.eid-applet:eid-applet-bom:1.2.6-SNAPSHOT/maven-metadata.xml from/to Codehaus SVN Repository (http://svn.codehaus.org/fest/m2/repo/): Not authorized , ReasonPhrase:Unauthorized.
Downloading: http://svn.codehaus.org/fest/m2/repo/be/fedict/eid-applet/eid-applet-bom/1.2.6-SNAPSHOT/eid-applet-bom-1.2.6-SNAPSHOT.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not transfer artifact be.fedict.eid-applet:eid-applet-bom:pom:1.2.6-SNAPSHOT from/to Codehaus SVN Repository (http://svn.codehaus.org/fest/m2/repo/): Not authorized , ReasonPhrase:Unauthorized. @ be.fedict.eid-applet:eid-applet-test:[unknown-version], /tmp/eidtest/eid-applet-master/eid-applet-test/pom.xml, line 18, column 16
[ERROR] 'dependencies.dependency.version' for be.fedict.eid-applet:eid-applet-service-spi:jar is missing. @ be.fedict.eid-applet:eid-applet-test-deploy:[unknown-version], /tmp/eidtest/eid-applet-master/eid-applet-test/eid-applet-test-deploy/pom.xml, line 62, column 15
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project be.fedict.eid-applet:eid-applet-test-deploy:1.2.6-SNAPSHOT (/tmp/eidtest/eid-applet-master/eid-applet-test/eid-applet-test-deploy/pom.xml) has 2 errors
[ERROR] Non-resolvable import POM: Could not transfer artifact be.fedict.eid-applet:eid-applet-bom:pom:1.2.6-SNAPSHOT from/to Codehaus SVN Repository (http://svn.codehaus.org/fest/m2/repo/): Not authorized , ReasonPhrase:Unauthorized. @ be.fedict.eid-applet:eid-applet-test:[unknown-version], /tmp/eidtest/eid-applet-master/eid-applet-test/pom.xml, line 18, column 16 -> [Help 2]
[ERROR] 'dependencies.dependency.version' for be.fedict.eid-applet:eid-applet-service-spi:jar is missing. @ be.fedict.eid-applet:eid-applet-test-deploy:[unknown-version], /tmp/eidtest/eid-applet-master/eid-applet-test/eid-applet-test-deploy/pom.xml, line 62, column 15
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Best regards,
Joris