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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to