I tried to build the distribution artifacts from a fresh checkout. Running
mvn from the distribution directory failed with the following error:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.tuscany.sca:tuscany-host-spi:jar:1.0-incubating-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.tuscany.sca
-DartifactId=tuscany-host-spi \
-Dversion=1.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.apache.tuscany.sca:tuscany-bundle:jar:1.0-incubating-SNAPSHOT
2) org.apache.tuscany.sca:tuscany-host-spi:jar:1.0-incubating-SNAPSHOT
----------
I removed the dependency
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>tuscany-host-spi</artifactId>
<version>${pom.version}</version>
</dependency>
from the pom.xml file and the build completed without errors.
Can someone who is a committer make this change, please?
Simon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]