Hi,
Unfortunately there's no pom element that describes the webapp source path,
so there's no expression for it.. the war plugin uses src/main/webapp
as a default. If you have other plugins that use that directory you have to
configure them; unless ofcourse the plugins have a default to src/main/webapp.
You could set a property in a pom pointing to that dir and use that expression
everywhere you need to configure the webapp location.
-- Kenney
CasMeiron wrote:
Hi guys, im trying trying to acess the path "src/main/webapp" inside
plugin,
idk something like:
${project.source.webapp}
Where can i find the expression paths?!
And i want to know if user can use the expression to tell plugin the new
path, like:
<plugin>
<configuration>
<webPath>${project.source.webapp}</webPath>
</configuration>
</plugin>
Tkz.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]