Please describe (specifically) what you are trying to do, what end
results you are hoping to achieve, and someone on this list will most
likely reply back with information that may prove helpful.

Wayne

On 5/22/07, Dennis Cook <[EMAIL PROTECTED]> wrote:
Okay, so adding the <distributionManagement> element to the POM helped get past 
the error message, but the result was did not provide what I was looking for.  I got 
a staging directory containing some template html files.  Neither the application 
library nor any of the supporting libraries were present.

 How do I get all of the libraries that make up the application into one 
location?

Dennis Cook <[EMAIL PROTECTED]> wrote:
 I am new to maven2 and trying to convert a project that is using a makefile to 
maven2. This is a simple java application, one main jar with 3 dependent 
libraries. I have gotten the build process to work up to the install goal. But 
I need to progress to the point that the application jar and its supporting 
libraries are delivered to another directory on the local (and eventually 
remote) host.
From the information I can find in the doc I think the site:stage goal is the 
one I need, but I hit an error from in this goal that I do not understand:
From the command mvn site:stage
The error:
[INFO] Error during site generation
Embedded error: C:\development\nethaggler\relay-mail\target\staging\Unnamed - 
relay-mailer:relay-mailer:jar:0.0.1\integration.html (The filename, directory 
name, or volume label syntax is incorrect)
My project has has no html files so why is it looking for this integration.html 
file?



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

Reply via email to