On full build this morning (mvn -fae) I'm seeing the following. Is a
manual install expected for this?
[INFO] ------------------------------------------------------------------------
[INFO] Error for project: Apache Tuscany SCA Python Implementation Extension (du
ring install)
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.python:jython:jar:2.5.2
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.python -DartifactId=jython -Dversio
n=2.5.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=org.python -DartifactId=jython -Dversion=
2.5.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.tuscany.sca:tuscany-implementation-python-runtime:jar:2.0-
SNAPSHOT
2) org.python:jython:jar:2.5.2
----------
1 required artifact is missing.
for artifact:
org.apache.tuscany.sca:tuscany-implementation-python-runtime:jar:2.0-SNAPSHOT
from the specified remote repositories:
apache.snapshots (http://repository.apache.org/snapshots),
indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/),
java.net (http://download.java.net/maven/1),
ibiblio.org (http://mirrors.ibiblio.org/pub/mirrors/maven2),
intalio.org (http://www.intalio.org/public/maven2),
tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven),
apache.incubator (http://people.apache.org/repo/m2-incubating-repository),
java.net2 (http://download.java.net/maven/2),
apache.ws.zone (http://ws.zones.apache.org/repository2),
osuosl.org (http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2)
Simon
--
Apache Tuscany committer: tuscany.apache.org
Co-author of a book about Tuscany and SCA: tuscanyinaction.com