Skip to content

Commit 3723dd0

Browse files
committed
Issue #2 Removed javadoc and sources maven plugins (already on parent mojo)
1 parent bdeddd6 commit 3723dd0

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

pom.xml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -168,34 +168,6 @@
168168
</execution>
169169
</executions>
170170
</plugin>
171-
<plugin>
172-
<groupId>org.apache.maven.plugins</groupId>
173-
<artifactId>maven-javadoc-plugin</artifactId>
174-
<version>3.0.0</version>
175-
<executions>
176-
<execution>
177-
<id>attach-javadocs</id>
178-
<phase>install</phase>
179-
<goals>
180-
<goal>jar</goal>
181-
</goals>
182-
</execution>
183-
</executions>
184-
</plugin>
185-
<plugin>
186-
<groupId>org.apache.maven.plugins</groupId>
187-
<artifactId>maven-source-plugin</artifactId>
188-
<version>3.0.1</version>
189-
<executions>
190-
<execution>
191-
<id>attach-sources</id>
192-
<phase>install</phase>
193-
<goals>
194-
<goal>jar</goal>
195-
</goals>
196-
</execution>
197-
</executions>
198-
</plugin>
199171
</plugins>
200172
</build>
201173

0 commit comments

Comments
 (0)