Skip to content

Commit

Permalink
[pom] Fix xml
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Dec 6, 2020
1 parent d91953c commit 3c6063c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions mybatis-scala-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,14 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>doc-jar</goal>
</goals>
</execution>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>doc-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 3c6063c

Please sign in to comment.