Skip to content

Commit e8e245d

Browse files
committed
Revert "pom: ensure that deploy generates javadoc and srouces jars"
This reverts commit 288e24e.
1 parent 76f9325 commit e8e245d

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

pom.xml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -199,39 +199,6 @@
199199
</configuration>
200200
</plugin>
201201

202-
<!-- Generate Javadoc JAR -->
203-
<plugin>
204-
<groupId>org.apache.maven.plugins</groupId>
205-
<artifactId>maven-javadoc-plugin</artifactId>
206-
<version>3.11.2</version>
207-
<executions>
208-
<execution>
209-
<id>attach-javadocs</id>
210-
<goals>
211-
<goal>jar</goal>
212-
</goals>
213-
</execution>
214-
</executions>
215-
<configuration>
216-
<failOnError>false</failOnError>
217-
</configuration>
218-
</plugin>
219-
220-
<!-- Generate Sources JAR -->
221-
<plugin>
222-
<groupId>org.apache.maven.plugins</groupId>
223-
<artifactId>maven-source-plugin</artifactId>
224-
<version>3.3.1</version>
225-
<executions>
226-
<execution>
227-
<id>attach-sources</id>
228-
<goals>
229-
<goal>jar</goal>
230-
</goals>
231-
</execution>
232-
</executions>
233-
</plugin>
234-
235202
</plugins>
236203
</build>
237204

0 commit comments

Comments
 (0)