Skip to content

Commit

Permalink
prevent attaching sources and javadoc for ditto-legal
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Sep 27, 2018
1 parent bbba15a commit fbac7b4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions legal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,26 @@
</resources>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
Expand Down

0 comments on commit fbac7b4

Please sign in to comment.