What the heck is up with the xmlbeans plugin?

I keep getting this from the top-level:

<snip>
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev

  Try downloading the file manually from the project website.

  Then, install it using the command:
mvn install:install-file -DgroupId=xmlbeans - DartifactId=xmlbeans-jsr173-api \
          -Dversion=2.0-dev -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
1) org.apache.geronimo.modules:geronimo-j2ee-builder:jar:1.2- SNAPSHOT
        2) stax:stax:jar:1.1.1-dev
        3) xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev

----------
1 required artifact is missing.

for artifact:
  org.apache.geronimo.modules:geronimo-j2ee-builder:jar:1.2-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  codehaus-dist (http://dist.codehaus.org),
  Apache CVS (http://people.apache.org/maven-snapshot-repository),
  maven1-ibiblio (http://www.ibiblio.org/maven),
  snapshots (http://snapshots.maven.codehaus.org/maven2),
  apache-cvs (http://cvs.apache.org/repository)


</snip>

But when I build from the directory it is fine and then the top-level will continue. Something is horked... not sure why though...

Where did this jsr plugin come from?

--jason


On Jun 26, 2006, at 1:05 PM, Prasad Kashyap wrote:

Alan,

You'd have to build the geronimo-packaging-plugin manually first. It's
under geronimo/m2-plugins

cd geronimo/m2-plugins
mvn clean
mvn -N
mvn

Cheers
Prasad

On 6/25/06, Alan D. Cabrera <[EMAIL PROTECTED]> wrote:
I get this error:

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn install:install-file -DgroupId=org.apache.geronimo.plugins
-DartifactId=geronimo-packaging-plugin \
        -Dversion=1.2.0 -Dpackaging=maven-plugin -Dfile=/path/to/file


org.apache.geronimo.plugins:geronimo-packaging-plugin:maven- plugin:1.2.0

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  codehaus-dist (http://dist.codehaus.org/mojo/m2-snapshots),
  snapshots (http://snapshots.maven.codehaus.org/maven2)

org.apache.geronimo.plugins:geronimo-packaging-plugin:maven- plugin:1.2.0

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  codehaus-dist (http://dist.codehaus.org/mojo/m2-snapshots),
  snapshots (http://snapshots.maven.codehaus.org/maven2)



Regards,
Alan




Reply via email to