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?