I am getting the following error when building from the latest sources. My m2 repository is clean and the sources are up to date. Do I need to modify any build scripts?
I will appreciate any pointers to resolve this issue. C:\tuscany\trunk\sca> mvn ... ... --- [INFO] Building Apache Tuscany SCA BPEL Implementation Extension [INFO] ------------------------------------------------------------------------ - Downloading: http://snapshots.repository.codehaus.org/org/apache/tuscany/sca/tus cany-maven-wsdl2java/1.1-incubating-SNAPSHOT/tuscany-maven-wsdl2java-1.1 -incubat ing-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] A required plugin was not found: Plugin could not be found - check that t he goal name is correct: Unable to download the artifact from any repository 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=tusca ny-maven-wsdl2java \ -Dversion=1.1-incubating-SNAPSHOT -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.sca -DartifactId=tuscany-m aven-wsdl2java \ -Dversion=1.1-incubating-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/ to/file \ -Durl=[url] -DrepositoryId=[id]
