Author: ffang
Date: Sat May 24 04:24:48 2008
New Revision: 659794
URL: http://svn.apache.org/viewvc?rev=659794&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/branches/servicemix-3.2/parent/pom.xml
Modified: servicemix/smx3/branches/servicemix-3.2/parent/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/parent/pom.xml?rev=659794&r1=659793&r2=659794&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/parent/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/parent/pom.xml Sat May 24 04:24:48
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>