Hi,

Does anyone know why it happens? It's with today's sources - revision
662358 and no local changes.

[INFO] ------------------------------------------------------------------------
[INFO] Building OpenEJB :: Container :: Java EE
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot
com.envoisolutions.sxc:sxc-jaxb-maven-plugin:0.7-SNAPSHOT: checking
for updates from apache-m2-snapshot
[INFO] snapshot
com.envoisolutions.sxc:sxc-jaxb-maven-plugin:0.7-SNAPSHOT: checking
for updates from codehaus-snapshot
[INFO] snapshot
com.envoisolutions.sxc:sxc-jaxb-maven-plugin:0.7-SNAPSHOT: checking
for updates from java.net
[INFO] snapshot
com.envoisolutions.sxc:sxc-jaxb-maven-plugin:0.7-SNAPSHOT: checking
for updates from apache.snapshots
Downloading: 
http://snapshots.repository.codehaus.org/com/envoisolutions/sxc/sxc-jaxb-maven-plugin/0.7-SNAPSHOT/sxc-jaxb-maven-plugin-0.7-20080601.034926-1.pom
2K downloaded
[INFO] snapshot com.envoisolutions.sxc:sxc:0.7-SNAPSHOT: checking for
updates from apache-m2-snapshot
[INFO] snapshot com.envoisolutions.sxc:sxc:0.7-SNAPSHOT: checking for
updates from codehaus-snapshot
[INFO] snapshot com.envoisolutions.sxc:sxc:0.7-SNAPSHOT: checking for
updates from java.net
[INFO] snapshot com.envoisolutions.sxc:sxc:0.7-SNAPSHOT: checking for
updates from apache.snapshots
Downloading: 
http://snapshots.repository.codehaus.org/com/envoisolutions/sxc/sxc/0.7-SNAPSHOT/sxc-0.7-20080601.034926-1.pom
5K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/com/envoisolutions/sxc/sxc-jaxb-maven-plugin/0.7-SNAPSHOT/sxc-jaxb-maven-plugin-0.7-SNAPSHOT.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=com.envoisolutions.sxc
-DartifactId=sxc-jaxb-maven-plugin -Dversion=0.7-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=com.envoisolutions.sxc
-DartifactId=sxc-jaxb-maven-plugin -Dversion=0.7-SNAPSHOT
-Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -Dreposit
oryId=[id]


  com.envoisolutions.sxc:sxc-jaxb-maven-plugin:maven-plugin:0.7-SNAPSHOT

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

  com.envoisolutions.sxc:sxc-jaxb-maven-plugin:maven-plugin:0.7-SNAPSHOT

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

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

Reply via email to