diff options
Diffstat (limited to 'BKUWebStartPackage')
-rw-r--r-- | BKUWebStartPackage/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BKUWebStartPackage/pom.xml b/BKUWebStartPackage/pom.xml index 63725fc3..0b226785 100644 --- a/BKUWebStartPackage/pom.xml +++ b/BKUWebStartPackage/pom.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -22,7 +23,7 @@ <execution> <phase>process-resources</phase> <goals> - <goal>jnlp-download-servlet</goal> + <goal>jnlp-single</goal> </goals> </execution> </executions> |