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

View differences:

pom.xml
1742 1742
          <artifactId>maven-license-plugin</artifactId>
1743 1743
          <!-- invoke as "mvn license:format" to fix the header -->
1744 1744
          <!-- invoke as "mvn license:check" to check the header -->
1745
          <!-- See http://code.google.com/p/maven-license-plugin/wiki/Configuration -->
1745 1746
          <configuration>
1747
              <skip>false</skip> <!-- User property is: license.skip  -->
1746 1748
              <header>header.txt</header>
1747 1749
              <failIfMissing>false</failIfMissing>
1748 1750
              <aggregate>true</aggregate>
......
1752 1754
                  <pom>XML_STYLE</pom>
1753 1755
              </mapping>
1754 1756
              <excludes>
1755
                  <exclude>**/CMakeLists.txt</exclude>
1756 1757
                  <exclude>**/*.properties</exclude>
1758
                  <exclude>**/*.txt</exclude>
1757 1759
              </excludes>
1758 1760
          </configuration>
1759 1761
          <executions>

Also available in: Unified diff