master
Niclas Thobaben 2020-02-28 17:40:36 +01:00
commit cec70f1e1f
2 changed files with 14 additions and 0 deletions

5
.gitignore vendored 100644
View File

@ -0,0 +1,5 @@
.DS_STORE
.classpath
.project
.settings/
target/

9
pom.xml 100644
View File

@ -0,0 +1,9 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.synolo</groupId>
<artifactId>lib-fw</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>Archetype - lib-fw</name>
<url>http://maven.apache.org</url>
</project>