i 想要获得在我的系统中安装的om子目录。
例如,我的散射线安装在:aapache-tomcat-6.0.32。
<execution>
<id>generate.bat</id>
<phase>test</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>here i want to get tomcat director</executable>
<workingDirectory>here i want to get tomcat directory</workingDirectory>
</configuration>
</execution>