summaryrefslogtreecommitdiff
path: root/examples/06-native-type
diff options
context:
space:
mode:
Diffstat (limited to 'examples/06-native-type')
-rw-r--r--examples/06-native-type/output/java/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/06-native-type/output/java/pom.xml b/examples/06-native-type/output/java/pom.xml
index 7493667..0035469 100644
--- a/examples/06-native-type/output/java/pom.xml
+++ b/examples/06-native-type/output/java/pom.xml
@@ -11,6 +11,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>25</maven.compiler.source>
<maven.compiler.target>25</maven.compiler.target>
+ <exec.mainClass>org.zwobble.example.Main</exec.mainClass>
</properties>
<build>