Generating .sigfile API snapshots as part of every build
authorJaroslav Tulach <jtulach@netbeans.org>
Fri, 15 Jul 2016 18:47:11 +0200
changeset 1099833829b33779
parent 1093 7d3990311255
parent 1080 0c9f6bdacc78
child 1100 031e46d048d8
Generating .sigfile API snapshots as part of every build
pom.xml
     1.1 --- a/pom.xml	Wed May 11 07:18:59 2016 +0200
     1.2 +++ b/pom.xml	Fri Jul 15 18:47:11 2016 +0200
     1.3 @@ -159,6 +159,21 @@
     1.4                  </links>              
     1.5                </configuration>
     1.6              </plugin>
     1.7 +            <plugin>
     1.8 +                <groupId>org.netbeans.tools</groupId>
     1.9 +                <artifactId>sigtest-maven-plugin</artifactId>
    1.10 +                <version>1.0</version>
    1.11 +                <executions>
    1.12 +                    <execution>
    1.13 +                        <goals>
    1.14 +                            <goal>generate</goal>
    1.15 +                        </goals>
    1.16 +                    </execution>
    1.17 +                </executions>
    1.18 +                <configuration>
    1.19 +                    <packages>${publicPackages}</packages>
    1.20 +                </configuration>
    1.21 +            </plugin>
    1.22        </plugins>
    1.23        <pluginManagement>
    1.24            <plugins>