changeset 1517:0cd7a5d5f925

Make sub-plugins not inherit license check. Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2014-October/011162.html
author Jie Kang <jkang@redhat.com>
date Tue, 14 Oct 2014 17:01:58 -0400
parents c880893faba9
children ece9482b41b8
files pom.xml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Mon Sep 29 14:20:48 2014 +0200
+++ b/pom.xml	Tue Oct 14 17:01:58 2014 -0400
@@ -453,11 +453,13 @@
          <groupId>com.mycila</groupId>
          <artifactId>license-maven-plugin</artifactId>
          <version>2.6</version>
+         <inherited>false</inherited>
          <configuration>
            <headerDefinitions>
              <headerDefinition>src/license/thermostat-java.xml</headerDefinition>
              <headerDefinition>src/license/thermostat-xml.xml</headerDefinition>
            </headerDefinitions>
+           <aggregate>true</aggregate>
            <mapping>
              <java>THERMOSTAT_JAVA_STYLE</java>
              <xml>THERMOSTAT_XML_STYLE</xml>