pom.xml
changeset 106 346633cd13d6
parent 92 bf4f95784c62
child 109 b19d12a9e6d5
     1.1 --- a/pom.xml	Wed Oct 03 08:19:44 2012 -0700
     1.2 +++ b/pom.xml	Tue Oct 16 12:42:00 2012 +0200
     1.3 @@ -43,6 +43,34 @@
     1.4            </releases>
     1.5        </pluginRepository>
     1.6    </pluginRepositories>
     1.7 +  <build>
     1.8 +      <plugins>
     1.9 +         <plugin>
    1.10 +              <inherited>false</inherited>
    1.11 +              <groupId>com.mycila.maven-license-plugin</groupId>
    1.12 +              <artifactId>maven-license-plugin</artifactId>
    1.13 +              <version>1.9.0</version>
    1.14 +              <executions>
    1.15 +                  <execution>
    1.16 +                      <id>blah</id>
    1.17 +                      <goals>
    1.18 +                          <goal>check</goal>
    1.19 +                      </goals>
    1.20 +                  </execution>
    1.21 +              </executions>
    1.22 +              <configuration>
    1.23 +                  <aggregate>true</aggregate>
    1.24 +                  <basedir>${basedir}</basedir>
    1.25 +                  <header>COPYING</header>
    1.26 +                  <strictCheck>true</strictCheck>
    1.27 +                  <excludes>
    1.28 +                       <exclude>emul/**</exclude>
    1.29 +                       <exclude>*</exclude>
    1.30 +                  </excludes>
    1.31 +              </configuration>
    1.32 +          </plugin>
    1.33 +      </plugins>
    1.34 +  </build>
    1.35    <dependencyManagement>
    1.36        <dependencies>
    1.37          <dependency>