<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<webResources>
<resource>
<directory>WebRoot</directory>
<excludes>
<exclude>**/.svn</exclude>
</excludes>
</resource>
</webResources>
</configuration>
</plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<webResources>
<resource>
<directory>WebRoot</directory>
<excludes>
<exclude>**/.svn</exclude>
</excludes>
</resource>
</webResources>
</configuration>
</plugin>

580

被折叠的 条评论
为什么被折叠?



