Making API snapshots part of the 1.3 release release-1.3 release-1.3
authorJaroslav Tulach <jtulach@netbeans.org>
Fri, 04 Mar 2016 10:09:19 +0100
branchrelease-1.3
changeset 10800c9f6bdacc78
parent 1074 051f9a22ae7c
child 1099 833829b33779
Making API snapshots part of the 1.3 release
pom.xml
     1.1 --- a/pom.xml	Wed Mar 02 03:13:13 2016 +0100
     1.2 +++ b/pom.xml	Fri Mar 04 10:09:19 2016 +0100
     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>