David Durham wrote:
Wendy Smoak wrote:
On 11/10/06, David Durham <[EMAIL PROTECTED]> wrote:

Is this a problem with my maven setup or something wrong with the snapshot?

Sorry abou that.  We removed the Sitemesh tlds but didn't remove them
from the archetype descriptor.

I just published a new snapshot, please try it again.

(You may need to remove the one in your local Maven repository to
force Maven to download a new one.)

Build comes back successful.

Actually, I spoke to soon.  Following the next step:

% cd profileReports
% mvn install


Missing:
----------
1) org.apache.struts:struts2-core:jar:2.0.1-SNAPSHOT

 Try downloading the file manually from the project website.

Then, install it using the command: mvn install:install-file -DgroupId=org.apache.struts -DartifactId=struts2-core \
         -Dversion=2.0.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

Path to dependency: 1) dba:profileReports:war:1.0-SNAPSHOT
       2) org.apache.struts:struts2-core:jar:2.0.1-SNAPSHOT

2) org.apache.struts:struts2-sitemesh-plugin:jar:2.0.1-SNAPSHOT

 Try downloading the file manually from the project website.

Then, install it using the command: mvn install:install-file -DgroupId=org.apache.struts -DartifactId=struts2-sitemesh-plugin \
         -Dversion=2.0.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

Path to dependency: 1) dba:profileReports:war:1.0-SNAPSHOT
       2) org.apache.struts:struts2-sitemesh-plugin:jar:2.0.1-SNAPSHOT


Thanks,

Dave



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

Reply via email to