inital
This commit is contained in:
commit
cec70f1e1f
2 changed files with 14 additions and 0 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
.DS_STORE
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
target/
|
9
pom.xml
Normal file
9
pom.xml
Normal 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>
|
Loading…
Reference in a new issue