Skip to content

Commit fb68d28

Browse files
author
Leonid Shalupov
committed
add parent pom for maven examples
1 parent b5718b6 commit fb68d28

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

maven/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4+
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5+
6+
<modelVersion>4.0.0</modelVersion>
7+
8+
<groupId>org.jetbrains.kotlin</groupId>
9+
<artifactId>kotlin-examples</artifactId>
10+
<version>0.1-SNAPSHOT</version>
11+
<packaging>pom</packaging>
12+
13+
<modules>
14+
<module>hello-world</module>
15+
<module>mixed-code-hello-world</module>
16+
</modules>
17+
</project>

0 commit comments

Comments
 (0)