Using empty sigfile to pass the sigtest check
authorJaroslav Tulach <jtulach@netbeans.org>
Thu, 21 Jul 2016 10:31:09 +0200
changeset 1104fbb044757eea
parent 1103 d8f27be84171
child 1105 907bcc5dbb00
Using empty sigfile to pass the sigtest check
boot-truffle/empty.sigtest
boot-truffle/pom.xml
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/boot-truffle/empty.sigtest	Thu Jul 21 10:31:09 2016 +0200
     1.3 @@ -0,0 +1,3 @@
     1.4 +#Signature file v4.1
     1.5 +#Version 2.0-SNAPSHOT
     1.6 +
     2.1 --- a/boot-truffle/pom.xml	Thu Jul 21 10:26:00 2016 +0200
     2.2 +++ b/boot-truffle/pom.xml	Thu Jul 21 10:31:09 2016 +0200
     2.3 @@ -41,6 +41,22 @@
     2.4                 <target>1.7</target>
     2.5              </configuration>
     2.6           </plugin>
     2.7 +         <plugin>
     2.8 +             <groupId>org.netbeans.tools</groupId>
     2.9 +             <artifactId>sigtest-maven-plugin</artifactId>
    2.10 +             <version>1.0</version>
    2.11 +             <executions>
    2.12 +                 <execution>
    2.13 +                     <goals>
    2.14 +                         <goal>generate</goal>
    2.15 +                         <goal>check</goal>
    2.16 +                     </goals>
    2.17 +                 </execution>
    2.18 +             </executions>
    2.19 +             <configuration>
    2.20 +                 <sigfile>empty.sigtest</sigfile>
    2.21 +             </configuration>
    2.22 +         </plugin>
    2.23        </plugins>
    2.24      </build>
    2.25      <dependencies>