Add license info so it is visible to maven
Change-Id: Id080103e8c43127ac4b6ffa573a75a5a03ec2db2
Reviewed-on: http://fulliautomatix.ics.uci.edu:8443/183
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <westmann@gmail.com>
diff --git a/pom.xml b/pom.xml
index c839445..f6a8a33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,6 +20,15 @@
<version>0.2.15-SNAPSHOT</version>
<packaging>pom</packaging>
<name>hyracks-ecosystem-full-stack</name>
+
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ <comments>A business-friendly OSS license</comments>
+ </license>
+ </licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>