Author: dkatayev
Date: 2010-02-12 12:21:32 -0500 (Fri, 12 Feb 2010)
New Revision: 1789
Modified:
core/trunk/packaging/module/pom.xml
Log:
Enforcer in Build module disabled
Modified: core/trunk/packaging/module/pom.xml
===================================================================
--- core/trunk/packaging/module/pom.xml 2010-02-12 17:19:44 UTC (rev 1788)
+++ core/trunk/packaging/module/pom.xml 2010-02-12 17:21:32 UTC (rev 1789)
@@ -12,7 +12,8 @@
<properties>
<exobuild.name>core</exobuild.name>
- <exobuild.type>module</exobuild.type>
+ <exobuild.type>module</exobuild.type>
+ <enforcer.skip>true</enforcer.skip>
</properties>
<!-- declare the same dependencies than in the module.js -->
@@ -74,4 +75,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>