Source distribution build fails because it can't find the sdo plugins
---------------------------------------------------------------------
Key: TUSCANY-2475
URL: https://issues.apache.org/jira/browse/TUSCANY-2475
Project: Tuscany
Issue Type: Bug
Components: Build System
Affects Versions: Java-SCA-1.3
Reporter: Luciano Resende
Assignee: Luciano Resende
Priority: Blocker
Fix For: Java-SCA-1.3
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.tuscany.sdo
-DartifactId=tuscany-sdo-plugin -Dversion=1.1-incubating
-Dpackaging=maven-plugin -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.tuscany.sdo
-DartifactId=tuscany-sdo-plugin -Dversion=1.1-incubating
-Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
org.apache.tuscany.sdo:tuscany-sdo-plugin:maven-plugin:1.1-incubating
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
apache.incubator (http://people.apache.org/repo/m2-ibiblio-rsync-repository),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
codehaus-snapshot (http://snapshots.repository.codehaus.org)
org.apache.tuscany.sdo:tuscany-sdo-plugin:maven-plugin:1.1-incubating
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
apache.incubator (http://people.apache.org/repo/m2-ibiblio-rsync-repository),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
codehaus-snapshot (http://snapshots.repository.codehaus.org)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.