[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| Re: [m2e-users] webby: Could not locate configuration for	maven-war-plugin | 
I believe there should be an error that there is a conflicting lifecycle mapping
On 5 July 2011 13:52, Benjamin Bentmann 
<bentmann@xxxxxxxxxxxx> wrote:
Rafał Krzewski wrote:
When I tried running my application I got the follwing error message:
"Specified working directory does not exist or is not a directory:
/home/rafal/workspaces/cyklotron-indigo/cyklotron-webapp/target/m2e-webby"
which is quite correct, because I've blown away the target directory
more than a few times while tweaking module packaging. I'd expect to
Webby to re-create this directory behind the scenes and not bail out
like this.
By their nature, m2e-webby and m2e-wtp both report to m2e-core that they handle the maven-war-plugin. I currently can't tell what exactly is supposed to happen if two m2e extensions conflict like this.