Removing unneeded plugins and switching to javadoc 2.9.1 as that one is in debian repository debian
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 24 Oct 2015 21:18:53 +0200
branchdebian
changeset 99369a1c0102603
parent 992 6f1a8b251b7d
child 994 94df55694d52
Removing unneeded plugins and switching to javadoc 2.9.1 as that one is in debian repository
pom.xml
     1.1 --- a/pom.xml	Mon Sep 21 21:19:13 2015 +0200
     1.2 +++ b/pom.xml	Sat Oct 24 21:18:53 2015 +0200
     1.3 @@ -31,11 +31,7 @@
     1.4      <module>geo</module>
     1.5      <module>ko-ws-tyrus</module>
     1.6      <module>html4j-maven-plugin</module>
     1.7 -    <module>ko-felix-test</module>
     1.8 -    <module>ko-osgi-test</module>
     1.9 -    <module>equinox-agentclass-hook</module>
    1.10      <module>boot-script</module>
    1.11 -    <module>boot-agent-test</module>
    1.12    </modules>
    1.13    <licenses>
    1.14        <license>
    1.15 @@ -54,69 +50,12 @@
    1.16        <url>https://hg.netbeans.org/html4j</url>
    1.17        <tag>release-1.2.3</tag>
    1.18    </scm>
    1.19 -  <repositories>
    1.20 -      <repository>
    1.21 -          <id>netbeans</id>
    1.22 -          <name>NetBeans</name>
    1.23 -          <url>http://bits.netbeans.org/maven2/</url>
    1.24 -      </repository>
    1.25 -  </repositories>
    1.26 -  <pluginRepositories>
    1.27 -      <pluginRepository>
    1.28 -          <id>mc-release</id>
    1.29 -          <name>Local Maven repository of releases</name>
    1.30 -          <url>http://mc-repo.googlecode.com/svn/maven2/releases</url>
    1.31 -          <snapshots>
    1.32 -              <enabled>false</enabled>
    1.33 -          </snapshots>
    1.34 -          <releases>
    1.35 -              <enabled>true</enabled>
    1.36 -          </releases>
    1.37 -      </pluginRepository>
    1.38 -  </pluginRepositories>
    1.39    <build>
    1.40        <plugins>
    1.41 -         <plugin>
    1.42 -              <inherited>false</inherited>
    1.43 -              <groupId>com.mycila.maven-license-plugin</groupId>
    1.44 -              <artifactId>maven-license-plugin</artifactId>
    1.45 -              <version>1.9.0</version>
    1.46 -              <executions>
    1.47 -                  <execution>
    1.48 -                      <id>blah</id>
    1.49 -                      <goals>
    1.50 -                          <goal>check</goal>
    1.51 -                      </goals>
    1.52 -                  </execution>
    1.53 -              </executions>
    1.54 -              <configuration>
    1.55 -                  <aggregate>true</aggregate>
    1.56 -                  <basedir>${basedir}</basedir>
    1.57 -                  <header>COPYING</header>
    1.58 -                  <strictCheck>true</strictCheck>
    1.59 -                  <excludes>
    1.60 -                       <exclude>*</exclude>
    1.61 -                       <exclude>.*/**</exclude>
    1.62 -                       <exclude>*/nb-configuration.xml</exclude>
    1.63 -                       <exclude>boot-script/src/test/resources/net/java/html/boot/script/ko4j/env.nashorn.1.2-debug.js</exclude>
    1.64 -                       <exclude>src/main/javadoc/resources/teavm.js</exclude>
    1.65 -                  </excludes>
    1.66 -              </configuration>
    1.67 -          </plugin>
    1.68 -           <plugin>
    1.69 -            <artifactId>maven-release-plugin</artifactId>
    1.70 -            <version>2.4</version>
    1.71 -            <configuration>
    1.72 -              <mavenExecutorId>forked-path</mavenExecutorId>
    1.73 -              <useReleaseProfile>false</useReleaseProfile>
    1.74 -              <arguments>-Pjvnet-release -Pgpg</arguments>
    1.75 -              <tag>release-${releaseVersion}</tag>
    1.76 -            </configuration>
    1.77 -          </plugin>
    1.78              <plugin>
    1.79                <groupId>org.apache.maven.plugins</groupId>
    1.80                <artifactId>maven-javadoc-plugin</artifactId>
    1.81 -              <version>2.9</version>
    1.82 +              <version>2.9.1</version>
    1.83                <configuration>
    1.84                    <docfilessubdirs>true</docfilessubdirs>
    1.85                    <subpackages>${publicPackages}</subpackages>
    1.86 @@ -182,7 +121,7 @@
    1.87                <plugin>
    1.88                  <groupId>org.apache.maven.plugins</groupId>
    1.89                  <artifactId>maven-javadoc-plugin</artifactId>
    1.90 -                <version>2.9</version>
    1.91 +                <version>2.9.1</version>
    1.92                  <configuration>
    1.93                      <subpackages>${publicPackages}</subpackages>
    1.94                      <skip>false</skip>