Skip to content

Commit

Permalink
[SeaTunnel #1094][pom] make scala-maven-plugin can skip attach javado…
Browse files Browse the repository at this point in the history
…cs jar (#1095)
  • Loading branch information
yx91490 authored Jan 19, 2022
1 parent 91339b9 commit a12c6b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -500,21 +500,22 @@
<goal>testCompile</goal>
</goals>
</execution>

<!-- attach javadocs and sources , -javadoc.jar, sources.jar, to pass mvn deploy-->
<execution>
<id>attach-javadocs</id>
<goals>
<goal>doc-jar</goal>
</goals>
<configuration>
<skip>${maven.javadoc.skip}</skip>
</configuration>
</execution>
<execution>
<id>attach-sources</id>
<goals>
<goal>add-source</goal>
</goals>
</execution>

</executions>
</plugin>
<!-- java/scala compiler (End) -->
Expand Down

0 comments on commit a12c6b2

Please sign in to comment.