Skip to content

Commit 30e3c78

Browse files
committed
#184: modified pom.xml style
1 parent 03b2a8b commit 30e3c78

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

pom.xml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -208,23 +208,21 @@ SOFTWARE.
208208
<groupId>org.jetbrains.kotlin</groupId>
209209
<artifactId>kotlin-maven-plugin</artifactId>
210210
<version>${kotlin.version}</version>
211-
212211
<executions>
213-
<execution>
214-
<id>compile</id>
215-
<goals>
216-
<goal>compile</goal>
217-
</goals>
218-
</execution>
219-
220-
<execution>
221-
<id>test-compile</id>
222-
<goals>
223-
<goal>test-compile</goal>
224-
</goals>
225-
</execution>
212+
<execution>
213+
<id>compile</id>
214+
<goals>
215+
<goal>compile</goal>
216+
</goals>
217+
</execution>
218+
<execution>
219+
<id>test-compile</id>
220+
<goals>
221+
<goal>test-compile</goal>
222+
</goals>
223+
</execution>
226224
</executions>
227-
</plugin>
225+
</plugin>
228226
</plugins>
229227
</build>
230228
<reporting>

0 commit comments

Comments
 (0)