Extra JVL file association in the installer. Shadowed gradle-launcher.jar and classpa...
[jalview.git] / getdown / src / getdown / launcher / pom.xml
index cf94571..10e1aa6 100644 (file)
@@ -47,7 +47,9 @@
         <executions>
          <execution>
            <phase>package</phase>
-            <goals><goal>proguard</goal></goals>
+           <goals>
+             <goal>proguard</goal>
+           </goals>
          </execution>
         </executions>
         <dependencies>
           </archive>
         </configuration>
       </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-shade-plugin</artifactId>
+        <version>3.2.1</version>
+        <configuration>
+          <!-- put your configurations here -->
+        </configuration>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>shade</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+
+
+
     </plugins>
   </build>