Skip to content

Commit fbac7b4

Browse files
authoredSep 27, 2018
prevent attaching sources and javadoc for ditto-legal
1 parent bbba15a commit fbac7b4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
 

‎legal/pom.xml

+20
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,26 @@
3838
</resources>
3939

4040
<plugins>
41+
<plugin>
42+
<groupId>org.apache.maven.plugins</groupId>
43+
<artifactId>maven-source-plugin</artifactId>
44+
<executions>
45+
<execution>
46+
<id>attach-sources</id>
47+
<phase>none</phase>
48+
</execution>
49+
</executions>
50+
</plugin>
51+
<plugin>
52+
<groupId>org.apache.maven.plugins</groupId>
53+
<artifactId>maven-javadoc-plugin</artifactId>
54+
<executions>
55+
<execution>
56+
<id>attach-javadocs</id>
57+
<phase>none</phase>
58+
</execution>
59+
</executions>
60+
</plugin>
4161
<plugin>
4262
<groupId>org.codehaus.mojo</groupId>
4363
<artifactId>license-maven-plugin</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.