Revision: 7125455c0dae
Branch: default
Author: Enrico Giurin <
enrico...@gmail.com>
Date: Mon Jul 1 18:04:32 2013
Log: issue-118 - disabled with a workaround the license plugin for the
jugevents-web module. FIX IT ASAP
http://code.google.com/p/jugevents/source/detail?r=7125455c0dae&repo=version3
Modified:
/jugevents/pom.xml
=======================================
--- /jugevents/pom.xml Mon Jul 1 17:28:53 2013
+++ /jugevents/pom.xml Mon Jul 1 18:04:32 2013
@@ -539,7 +539,7 @@
<encoding>UTF-8</encoding>
</configuration>
</plugin>
- <plugin>
+ <plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>1.9.0</version>
@@ -547,6 +547,9 @@
<strictCheck>true</strictCheck>
<header>${main.basedir}/LICENSE_HEADER</header>
<excludes>
+ <!-- FIX ME ASAP -->
+ <exclude>jugevents-web/**</exclude>
+
<exclude>target/**</exclude>
<exclude>m2-target/**</exclude>
<exclude>**/*.properties</exclude>
@@ -744,6 +747,6 @@
<modules>
<module>jugevents-core</module>
<!-- temporary disabled -->
- <!-- <module>jugevents-web</module> -->
+ <!-- <module>jugevents-web</module> -->
</modules>
</project>