Skip to content

Commit 3c6063c

Browse files
committed
[pom] Fix xml
1 parent d91953c commit 3c6063c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

mybatis-scala-core/pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,14 @@
7070
<plugin>
7171
<groupId>net.alchim31.maven</groupId>
7272
<artifactId>scala-maven-plugin</artifactId>
73-
<execution>
74-
<id>attach-javadocs</id>
75-
<goals>
76-
<goal>doc-jar</goal>
77-
</goals>
78-
</execution>
73+
<executions>
74+
<execution>
75+
<id>attach-javadocs</id>
76+
<goals>
77+
<goal>doc-jar</goal>
78+
</goals>
79+
</execution>
80+
</executions>
7981
</plugin>
8082
<plugin>
8183
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)