Author: jdillon
Date: Tue Dec 12 16:24:20 2006
New Revision: 486427
URL: http://svn.apache.org/viewvc?view=rev&rev=486427
Log:
Fail the build if legal files are missing
Modified:
geronimo/server/branches/1.2/pom.xml
Modified: geronimo/server/branches/1.2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/pom.xml?view=diff&rev=486427&r1=486426&r2=486427
==============================================================================
--- geronimo/server/branches/1.2/pom.xml (original)
+++ geronimo/server/branches/1.2/pom.xml Tue Dec 12 16:24:20 2006
@@ -1168,6 +1168,10 @@
<goals>
<goal>copy-legal-files</goal>
</goals>
+ <configuration>
+ <!-- Fail the build if no legal files were copied -->
+ <strict>true</strict>
+ </configuration>
</execution>
</executions>
</plugin>
|