Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
Java-SCA-M2
-
None
-
None
-
WinXP
Description
SCA tools build fails due to missing repository for org.eclipse.emf
Missing:
----------
1) org.eclipse.emf:codegen-ecore:jar:2.2.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.eclipse.emf -DartifactId=codegen-e
ore \
-Dversion=2.2.0 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.apache.tuscany:sca-tools:jar:1.0-incubator-M2-SNAPSHOT
2) org.eclipse.emf:codegen-ecore:jar:2.2.0
2) org.eclipse.emf:codegen:jar:2.2.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.eclipse.emf -DartifactId=codegen \
-Dversion=2.2.0 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.apache.tuscany:sca-tools:jar:1.0-incubator-M2-SNAPSHOT
2) org.eclipse.emf:codegen:jar:2.2.0
----------