Removing the old <resources> section as the reactor defined <resources>

will be inherited.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112731 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
kaz
2003-01-24 21:41:49 +00:00
parent d77f369360
commit dbb754c35a

View File

@@ -81,25 +81,6 @@
<url>http://classworlds.werken.com</url>
</dependency>
</dependencies>
<!-- build information for the project -->
<build>
<resources>
<resource>
<directory>${basedir}</directory>
<excludes>
<exclude>target/**</exclude>
<exclude>xdocs/**</exclude>
<exclude>maven.xml</exclude>
<exclude>maven.log</exclude>
<exclude>velocity.log</exclude>
<exclude>.cvsignore</exclude>
</excludes>
</resource>
</resources>
</build>
</project>