Package: guacamole-client / 0.8.3-1~bpo70+1

0001-guacamole-maven-debian-helper.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
diff --git a/guacamole/pom.xml b/guacamole/pom.xml
index bd00f4d..f2f471f 100644
--- a/guacamole/pom.xml
+++ b/guacamole/pom.xml
@@ -14,8 +14,11 @@
     </properties>
 
     <build>
-        <plugins>
 
+        <!-- guacamole.war -->
+        <finalName>guacamole</finalName>
+
+        <plugins>
             <!-- Written for 1.6 -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -27,8 +30,6 @@
             </plugin>
 
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-war-plugin</artifactId>
                 <configuration>
 
                     <!-- Filter webapp dir --> 
@@ -49,6 +50,8 @@
                     </overlays>
                     
                 </configuration>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-war-plugin</artifactId>
             </plugin>
 
         </plugins>