我試圖在我的Windows機器上配置maven。我(webappDirectory)pom.xml的是如下Maven2 - Windows中的POM配置問題
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.0</version>
<configuration>
<webappDirectory>C:\Program Files\apache-tomcat-6.0.32-windows-x86\apache-tomcat-6.0.32\webapps\myapp</webappDirectory>
</configuration>
</plugin>
我使用Apache的Tomcat和其工作的罰款。但是當我做一個乾淨的構建並運行時,沒有任何內容進入我的webapp目錄。我猜它是與路徑
我是一個新手,以提前Maven的
誰能幫助感謝
歡呼
thusitha