Maven Artifact License / Notice Files

Change-Id: I9c409a58fb93aee81e3d5661525d09cb377e5882
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1444
Reviewed-by: Ian Maxon <imaxon@apache.org>
Sonar-Qube: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Tested-by: Michael Blow <mblow@apache.org>
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 4473802..6c153c6 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -24,6 +24,7 @@
   <version>0.2.18-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>hyracks-ecosystem-full-stack</name>
+  <url>https://asterixdb.apache.org/</url>
 
   <parent>
     <groupId>org.apache</groupId>
@@ -149,6 +150,16 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>3.0.0</version>
+        <configuration>
+          <excludes>
+            <exclude>**/DEPENDENCIES</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
         <version>2.10</version>
         <configuration>
@@ -331,9 +342,12 @@
               <goal>process</goal>
             </goals>
             <configuration>
-              <resourceBundles combine.children="append">
+              <resourceBundles>
                 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
               </resourceBundles>
+              <properties>
+                <projectName>Apache Hyracks - ${project.name}</projectName>
+              </properties>
             </configuration>
           </execution>
         </executions>