forked from pool/languagetool
new package OBS-URL: https://build.opensuse.org/request/show/789637 OBS-URL: https://build.opensuse.org/package/show/Java:packages/languagetool?expand=0&rev=1
13 lines
667 B
Diff
13 lines
667 B
Diff
--- languagetool-4.5/languagetool-standalone/pom.xml 2019-10-07 01:46:11.684200287 +0200
|
|
+++ languagetool-4.5/languagetool-standalone/pom.xml 2019-10-07 01:47:13.236541583 +0200
|
|
@@ -70,7 +70,9 @@
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
<version>${maven.assemby.plugin}</version>
|
|
<configuration>
|
|
+ <descriptors>
|
|
<descriptor>src/main/assembly/zip.xml</descriptor>
|
|
+ </descriptors>
|
|
<finalName>LanguageTool-${project.version}</finalName>
|
|
<appendAssemblyId>false</appendAssemblyId>
|
|
<archive>
|