project setup
This commit is contained in:
19
wizard-core/pom.xml
Normal file
19
wizard-core/pom.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>wizard</artifactId>
|
||||
<groupId>eu.jonahbauer</groupId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>wizard-core</artifactId>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||
</properties>
|
||||
|
||||
</project>
|
0
wizard-core/src/main/resources/.gitkeep
Normal file
0
wizard-core/src/main/resources/.gitkeep
Normal file
Reference in New Issue
Block a user