So, when I get to the assembly:assembly stage, the build fails,
complaining that it can't find XWork beta2.

I installed XWork beta2 manually, but still no joy.

Another bit of strangeness is that I can't get a clean build from my
usual checkout. It fails on the ActionTag tests. If I try from another
struts2 checkout (not adjacent to my XWork working copy), it builds
fine, up to the last mile.

-Ted.

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: opensymphony
ArtifactId: xwork
Version: 2.0-beta2

Reason: 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=opensymphony -DartifactId=xwork \
       -Dversion=2.0-beta2 -Dpackaging=jar -Dfile=/path/to/file


 opensymphony:xwork:jar:2.0-beta2

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


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Mon Nov 27 22:24:45 EST 2006
[INFO] Final Memory: 4M/7M
[INFO] ------------------------------------------------------------------------

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

Reply via email to