Hi Scott

Sorry for the delay in this reply... Can you try now? I think I made a mistake by specifying a snapshot repo - but forgot to include the central repo for releases - as I thought it was included in the root POM - guess not..

asankha

Scott Langley wrote:
Hi

I'm trying to build the synapse from the subversion source:


With Maven 2.0.6 installed, I'm getting this issue when running:

   mvn clean install

[INFO] ---------------------------------------------------------------------------- Downloading: http://people.apache.org/repo/m2-snapshot-repository//org/apache/maven/plugins/maven-compiler-plugin/2.0/maven-compiler-plugin-2.0.jar Downloading: http://ibiblio.lsu.edu/main/pub/packages/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0/maven-compiler-plugin-2.0.jar [INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------ [INFO] A required plugin was not found: Plugin could not be found - check that the 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.maven.plugins -DartifactId=maven-compiler-plugin \
       -Dversion=2.0 -Dpackaging=maven-plugin -Dfile=/path/to/file


 org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:2.0

from the specified remote repositories:
 apache-snapshot (http://people.apache.org/repo/m2-snapshot-repository/),
 central (http://repo1.maven.org/maven2)

 org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:2.0

from the specified remote repositories:
 apache-snapshot (http://people.apache.org/repo/m2-snapshot-repository/),
 central (http://repo1.maven.org/maven2)

---------------------------------------------------------------

Digging around the above repositories, I can't seem to find a maven-compiler-plugin-2.0.jar.

Can you suggest what step I might take next?

Thanks.

Scott Langley
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to