Revision 40555 trunk/org.gvsig.desktop/pom.xml

View differences:

pom.xml
1465 1465
          </plugin>    
1466 1466

  
1467 1467
          <plugin>
1468
	          <!-- invoke as "mvn license:format" to fix the header -->
1469
	          <!-- invoke as "mvn license:check" to check the header -->
1470
	          <!-- See http://code.google.com/p/maven-license-plugin/wiki/Configuration -->
1468 1471
              <groupId>com.mycila.maven-license-plugin</groupId>
1469 1472
              <artifactId>maven-license-plugin</artifactId>
1470 1473
              <version>1.10.b1</version>
1474
              <configuration>
1475
	              <header>header.txt</header>
1476
	              <failIfMissing>false</failIfMissing>
1477
	              <aggregate>false</aggregate>
1478
	              <strictCheck>true</strictCheck>
1479
	              <encoding>ISO-8859-1</encoding>
1480
	              <quiet>false</quiet>
1481
	              <excludes>
1482
	                  <exclude>**/*.properties</exclude>
1483
	                  <exclude>**/*.txt</exclude>
1484
	                  <exclude>**/*.jpg</exclude>
1485
	                  <exclude>**/*.jpeg</exclude>
1486
	                  <exclude>**/*.svg</exclude>
1487
	                  <exclude>**/*.png</exclude>
1488
	                  <exclude>**/*.gvssym</exclude>
1489
	                  <exclude>**/*.def</exclude>
1490
	                  <exclude>**/*.msg</exclude>
1491
	              </excludes>
1492
	          </configuration>
1493
	          <dependencies>
1494
	              <dependency>
1495
	                  <groupId>org.gvsig</groupId>
1496
	                  <artifactId>org.gvsig.desktop.buildtools</artifactId>
1497
	                  <version>1.0.0</version>
1498
	              </dependency>
1499
	          </dependencies>
1471 1500
          </plugin>    
1472 1501

  
1473 1502
          <plugin>
......
1716 1745
      </plugin>
1717 1746
      
1718 1747
      <plugin>
1719
          <groupId>com.mycila.maven-license-plugin</groupId>
1720
          <artifactId>maven-license-plugin</artifactId>
1721
          <!-- invoke as "mvn license:format" to fix the header -->
1722
          <!-- invoke as "mvn license:check" to check the header -->
1723
          <!-- See http://code.google.com/p/maven-license-plugin/wiki/Configuration -->
1724
          <configuration>
1725
              <skip>true</skip> <!-- User property is: license.skip  -->
1726
              <header>header.txt</header>
1727
              <failIfMissing>false</failIfMissing>
1728
              <aggregate>true</aggregate>
1729
              <strictCheck>true</strictCheck>
1730
              <encoding>ISO-8859-1</encoding>
1731
              <quiet>true</quiet>
1732
              <mapping>
1733
                  <pom>XML_STYLE</pom>
1734
              </mapping>
1735
              <excludes>
1736
                  <exclude>**/*.properties</exclude>
1737
                  <exclude>**/*.txt</exclude>
1738
              </excludes>
1739
          </configuration>
1740
          <executions>
1741
            <execution>
1742
                <phase>test</phase>
1743
                <goals>
1744
                    <goal>check</goal>
1745
                </goals>
1746
            </execution>
1747
          </executions>
1748
          <dependencies>
1749
              <dependency>
1750
                  <groupId>org.gvsig</groupId>
1751
                  <artifactId>org.gvsig.desktop.buildtools</artifactId>
1752
                  <version>1.0.0</version>
1753
              </dependency>
1754
          </dependencies>
1755
      </plugin>
1756
      
1757
      <plugin>
1758 1748
        <!-- to continue building  when test fail -->
1759 1749
        <groupId>org.apache.maven.plugins</groupId>
1760 1750
        <artifactId>maven-surefire-plugin</artifactId>

Also available in: Unified diff