HADOOP-13689. Do not attach javadoc and sources jars during non-dist build.

This commit is contained in:
Andrew Wang 2016-10-06 15:08:24 -07:00
parent 48b9d5fd2a
commit bf372173d0

View File

@ -87,22 +87,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<phase>prepare-package</phase>
<goals>
<goal>jar</goal>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
<configuration>
<attach>true</attach>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>