JAL-3978 Getdown add getdownappbase property to launched Jalview
[jalview.git] / getdown / src / getdown / core / pom.xml
index 4cd0507..a7dfa07 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.1.4_JVL</version>
+    <version>1.8.3-1.2.13_FJVL</version>
   </parent>
 
   <artifactId>getdown-core</artifactId>
@@ -37,6 +37,7 @@
     <getdown.host.whitelist>jalview.org,*.jalview.org</getdown.host.whitelist>
     <connect_timeout>8</connect_timeout>
     <read_timeout>15</read_timeout>
+    <allow_file_protocol>false</allow_file_protocol>
   </properties>
 
   <build>
@@ -87,6 +88,7 @@
                     <filter token="host_whitelist" value="${getdown.host.whitelist}" />
                     <filter token="connect_timeout" value="${connect_timeout}" />
                     <filter token="read_timeout" value="${read_timeout}" />
+                    <filter token="allow_file_protocol" value="${allow_file_protocol}" />
                   </filterset>
                 </copy>
               </target>
           <useFile>false</useFile>
         </configuration>
       </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>3.1.0</version>
+        <configuration>
+          <archive>
+            <manifest>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+
     </plugins>
   </build>