Revision 40472

View differences:

trunk/org.gvsig.desktop/pom.xml
19 19
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
20 20
    </description>
21 21

  
22
    <licenses>
23
        <license>
24
            <name>GPLv3</name>
25
            <url>http://www.gnu.org/licenses/gpl.html</url>
26
            <distribution>repo</distribution>
27
            <comments>
28
			"GPL" stands for "General Public License". The most widespread such
29
			license is the GNU General Public License, or GNU GPL for short.
30
			This can be further shortened to "GPL", when it is understood that
31
			the GNU GPL is the one intended.
32
	      	</comments>
33
        </license>
34
    </licenses>
22 35

  
23 36
    <issueManagement>
24 37
      <system>redmine</system>
......
1750 1763
              <aggregate>true</aggregate>
1751 1764
              <strictCheck>true</strictCheck>
1752 1765
              <encoding>ISO-8859-1</encoding>
1766
              <quiet>true</quiet>
1753 1767
              <mapping>
1754 1768
                  <pom>XML_STYLE</pom>
1755 1769
              </mapping>
trunk/org.gvsig.desktop/maven-howto.rst
7 7

  
8 8
    mvn -Dsource.skip=true -Dmaven.test.skip=true -DskipTests -Dmaven.javadoc.skip=true -Danimal.sniffer.skip=true -Dlicense.skip=true install
9 9

  
10
- How do not show the list of files that have problems with the header.
10
- How show the list of files that have problems with the header.
11 11

  
12
    mvn -Dlicense.quiet=true install
12
    mvn -Dlicense.quiet=false license:check
13 13

  
14 14
- How to skip license check from command line::
15 15

  

Also available in: Unified diff