Ignore sources from javap for the license check javap
authorJaroslav Tulach <jtulach@netbeans.org>
Mon, 12 Nov 2012 20:05:47 +0100
branchjavap
changeset 1548adefae3cde2
parent 153 79aeed4723b8
child 155 0c97ae810dff
Ignore sources from javap for the license check
pom.xml
     1.1 --- a/pom.xml	Mon Nov 12 07:07:40 2012 +0100
     1.2 +++ b/pom.xml	Mon Nov 12 20:05:47 2012 +0100
     1.3 @@ -67,6 +67,7 @@
     1.4                    <strictCheck>true</strictCheck>
     1.5                    <excludes>
     1.6                         <exclude>emul/**</exclude>
     1.7 +                       <exclude>javap/**</exclude>
     1.8                         <exclude>*</exclude>
     1.9                         <exclude>.*/**</exclude>
    1.10                    </excludes>
    1.11 @@ -106,4 +107,4 @@
    1.12    <properties>
    1.13        <license>COPYING</license>
    1.14    </properties>
    1.15 -</project>
    1.16 \ No newline at end of file
    1.17 +</project>