You may want to try a little research with Google.
http://stackoverflow.com/questions/10923944/maven-resources-plugin-error-using-copy-resources-goal-resources-outputdire
is one possible cause but without any more info, it is hard to help you.
You might also post the error message that you are getting.
The fact that you had it working before only means that you have made a
different type of mistake this time.
It appears from the message that whatever you have specified as an
output directory can not be created - possible cause is that the parent
directory does not exist.
(If you want to create /x/y/z then /x/y must exist.)
The error message is pretty specific and does not appear to be related
to single or multiple resources.
It cant even create the directory into which you want things copy things.
Ron
On 18/02/2013 9:53 AM, dgabriel wrote:
When I try to build the project via cmd - mvn clean install, I get the build
error 'Cannot create resource output directory' so I cannot even get it to
build. The code is something similar I've used in single module projects
which work fine. It is this multi project one that is now giving me the
problem.
--
View this message in context:
http://maven.40175.n5.nabble.com/Maven-Assembly-put-multi-module-dependencies-into-one-zip-tp5747420p5747430.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
--
Ron Wheeler
President
Artifact Software Inc
email: [email protected]
skype: ronaldmwheeler
phone: 866-970-2435, ext 102
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]