diff --git a/.gitignore b/.gitignore
index c120c398..07b57ccd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
.metadata/*
.project
.settings
+settings.xml
target
*.swp
*.class
diff --git a/pom.xml b/pom.xml
index 22c7b9a9..3a61c45c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,9 +8,47 @@
peel
1.0-SNAPSHOT
- peel
+ ${project.groupId}:${project.artifactId}
+ Peel is a framework for automatic large-scale experiments for massively-parallel systems
+ and algorithms. It enables the conduction of fully automated and higly configurable experiments
+ that can be executed from a simple command line interface.
+ https://github.com/stratosphere/peel
pom
+
+
+ The Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+
+
+
+
+
+ Alexander Alexandrov
+ alexander.alexandrov@tu-berlin.de
+ Database Systems and Information Management Group, TU Berlin
+ https://www.dima.tu-berlin.de/
+
+
+ Andreas Kunft
+ andreas.kunft@tu-berlin.de
+ Database Systems and Information Management Group, TU Berlin
+ https://www.dima.tu-berlin.de/
+
+
+ Felix Schüler
+ felix.schueler@campus.tu-berlin.de
+ Complex and Distributed IT Systems, TU Berlin
+ https://www.cit.tu-berlin.de/
+
+
+
+
+ scm:git:git@github.com:stratosphere/peel.git
+ scm:git:git@github.com:stratosphere/peel.git
+ git@github.com:stratosphere/peel.git
+
+
UTF-8
@@ -23,6 +61,11 @@
1.7
2.7
1.0-RC2
+ 2.5
+ 1.5
+ 2.2.1
+ 2.9.1
+ 1.6.3
1.7
@@ -58,13 +101,22 @@
+
+
+
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
@@ -85,7 +137,7 @@
${scala.version}
-
+
eu.stratosphere
peel-core
@@ -183,7 +235,6 @@
-
@@ -301,9 +352,98 @@
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ ${nexus-staging-maven-plugin.version}
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ true
+
+
+
+
+
+
+ docs-and-source
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ ${maven-source-plugin.version}
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ ${maven-javadoc-plugin.version}
+
+ true
+
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+
+
+
+ release
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ ${maven-gpg-plugin.version}
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+ ${maven-release-plugin.version}
+
+ forked-path
+ false
+ ${arguments} -Psonatype-oss-release
+
+
+
+
+
+
+
+
peel-core
peel-dist
diff --git a/settings.xml.dist b/settings.xml.dist
new file mode 100644
index 00000000..ce53c52e
--- /dev/null
+++ b/settings.xml.dist
@@ -0,0 +1,22 @@
+
+
+
+ ossrh
+ your-jira-id
+ your-jira-pwd
+
+
+
+
+
+ ossrh
+
+ true
+
+
+ gpg2
+ the_pass_phrase
+
+
+
+
\ No newline at end of file