It appears that the plugin.properties file in the war plugin is not
being processed.  According to the plugin.properties file, maven.war.src
is set to ${maven.src.dir}/webapp.  However does not seem to be set.  I
added the following to my maven.xml file:

    <postGoal name="war:init">
        <echo message="maven.src.dir=${maven.src.dir}"/>
        <echo message="maven.war.src=${maven.war.src}"/>
    <postGoal>

The result is:
    [echo] maven.src.dir=C:\sourceCode\neo/src
    [echo] maven.war.src=

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

Reply via email to