Removing source plugin and depending on shared version of javadoc plugin debian
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 24 Oct 2015 21:22:03 +0200
branchdebian
changeset 995288dfb0a435c
parent 994 94df55694d52
child 996 9c529b94ae82
Removing source plugin and depending on shared version of javadoc plugin
json/pom.xml
     1.1 --- a/json/pom.xml	Sat Oct 24 21:20:01 2015 +0200
     1.2 +++ b/json/pom.xml	Sat Oct 24 21:22:03 2015 +0200
     1.3 @@ -24,22 +24,7 @@
     1.4            </plugin>
     1.5            <plugin>
     1.6                <groupId>org.apache.maven.plugins</groupId>
     1.7 -              <artifactId>maven-source-plugin</artifactId>
     1.8 -              <version>2.2.1</version>
     1.9 -              <executions>
    1.10 -                  <execution>
    1.11 -                      <id>prepare-sources</id>
    1.12 -                      <goals>
    1.13 -                          <goal>jar</goal>
    1.14 -                      </goals>
    1.15 -                      <phase>package</phase>
    1.16 -                  </execution>
    1.17 -              </executions>
    1.18 -          </plugin>
    1.19 -          <plugin>
    1.20 -              <groupId>org.apache.maven.plugins</groupId>
    1.21                <artifactId>maven-javadoc-plugin</artifactId>
    1.22 -              <version>2.9</version>
    1.23                <configuration>
    1.24                    <subpackages>net.java.html.json</subpackages>
    1.25                    <skip>false</skip>