Hi,
I tried the following:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
<configuration>
<warSourceDirectory>${basedir}/src/main/webapp</warSourceDirectory>
</configuration>
</plugin>
However when I run the following from my code:
logger.trace("The current root directory is: {} ", new
File("").getAbsolutePath());
I still get the root directory of the project. Thoughts?
TIA,
- Ole
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]