Author: ffang
Date: Sat May 24 04:24:34 2008
New Revision: 659793
URL: http://svn.apache.org/viewvc?rev=659793&view=rev
Log:
[SM-1369]all modules in servicemix build failed when generate checkstyle report
since it expect a LICENSE file in current folder
Modified:
servicemix/smx3/trunk/parent/pom.xml
Modified: servicemix/smx3/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/parent/pom.xml?rev=659793&r1=659792&r2=659793&view=diff
==============================================================================
--- servicemix/smx3/trunk/parent/pom.xml (original)
+++ servicemix/smx3/trunk/parent/pom.xml Sat May 24 04:24:34 2008
@@ -73,7 +73,6 @@
<linkXRef>false</linkXRef>
<suppressionsLocation>smx-checkstyle-suppressions.xml</suppressionsLocation>
<sourceDirectory>${basedir}/src</sourceDirectory>
- <headerLocation>LICENSE</headerLocation>
</configuration>
<goals>
<goal>checkstyle</goal>