I can't get the distribution build to work now after the ws binding
changes to include security. The error looks like its in the Tuscany
bundle plugin which seems to be saying that
org.opensaml:openws:jar:1.2.2 doesn't exsit but its in my local repo
and the ws binding module does build ok. Does anyone else see this or
has anyone else tried a distribution build recently?

   ...ant

[ERROR] Failed to execute goal
org.apache.tuscany.sca:tuscany-bundle-plugin:1.0.8:generate-modules
(distribution-modules) on project
tuscany-distribution-all: The repository system is offline but the
artifact org.opensaml:openws:jar:1.2.2 is not available in the loc
al repository.
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=org.opensaml
-DartifactId=openws -Dversion=1.2.2 -Dpackaging=jar
-Dfile=/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository you can deploy
the file there:
[ERROR] mvn deploy:deploy-file -DgroupId=org.opensaml
-DartifactId=openws -Dversion=1.2.2 -Dpackaging=jar
-Dfile=/path/to/file -Durl=
[url] -DrepositoryId=[id]
[ERROR]
[ERROR] Path to dependency:
[ERROR] 1) org.apache.tuscany.sca:tuscany-distribution-all:pom:2.0-SNAPSHOT
[ERROR] 2) org.apache.tuscany.sca:tuscany-feature-all:pom:2.0-SNAPSHOT
[ERROR] 3) 
org.apache.tuscany.sca:tuscany-binding-ws-runtime-axis2:jar:2.0-SNAPSHOT
[ERROR] 4) org.opensaml:opensaml:jar:2.2.3
[ERROR] 5) org.opensaml:openws:jar:1.2.2
[ERROR]
[ERROR]
[ERROR] org.opensaml:openws:jar:1.2.2
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] java.net2 (http://download.java.net/maven/2, releases=true,
snapshots=true),
[ERROR] intalio.org (http://www.intalio.org/public/maven2,
releases=true, snapshots=false),
[ERROR] openejb-repository
(http://svn.apache.org/repos/asf/openejb/repo, releases=true,
snapshots=false),
[ERROR] tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven,
releases=true, snapshots=false),
[ERROR] apache.snapshots (http://repository.apache.org/snapshots,
releases=false, snapshots=true),
[ERROR] central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
[ERROR] -> [Help 1]
[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/MojoExecutionException

Reply via email to