aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@fordfrog.com>2015-10-23 22:32:21 +0200
committerMiroslav Šulc <fordfrog@fordfrog.com>2015-10-23 22:32:21 +0200
commit52c4e4aa0d4bc0de4b54913fb6948d3f4f3e64af (patch)
tree411d7a6be2485c68bd67c779df162d061335c213 /pom.xml
downloadjava-ebuilder-52c4e4aa0d4bc0de4b54913fb6948d3f4f3e64af.tar.gz
java-ebuilder-52c4e4aa0d4bc0de4b54913fb6948d3f4f3e64af.tar.bz2
java-ebuilder-52c4e4aa0d4bc0de4b54913fb6948d3f4f3e64af.zip
implemented basic framework and documented functionality
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..bcf6bd2
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,13 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.gentoo</groupId>
+ <artifactId>java-ebuilder</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>jar</packaging>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
+ </properties>
+</project> \ No newline at end of file