summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-05-03 12:21:08 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-05-03 12:21:08 +0200
commitd0f69b5f7f00c75a7152c562defbe0e9aa3e3334 (patch)
treed66e3e926753e88c82a6d697995c544f0ce5a40f
parentb334a1027ce0b2daa860268246b75ad89c9379ab (diff)
downloadpdf-over-d0f69b5f7f00c75a7152c562defbe0e9aa3e3334.tar.gz
pdf-over-d0f69b5f7f00c75a7152c562defbe0e9aa3e3334.tar.bz2
pdf-over-d0f69b5f7f00c75a7152c562defbe0e9aa3e3334.zip
truezip-plugin cleanup
-rw-r--r--pdf-over-gui/pom.xml31
-rw-r--r--pom.xml4
2 files changed, 12 insertions, 23 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml
index a9ad40ce..14001aa2 100644
--- a/pdf-over-gui/pom.xml
+++ b/pdf-over-gui/pom.xml
@@ -244,23 +244,16 @@
<goal>copy</goal>
</goals>
<configuration>
- <fileset>
- <directory>${pdfover-build.staging-dir}</directory>
- <outputDirectory>${pdfover-build.output-dir}/${pdfover-build.output-filename}/</outputDirectory>
- </fileset>
- </configuration>
- </execution>
- <execution>
- <id>bundle-jre</id>
- <phase>install</phase> <!-- linux profile: none -->
- <goals>
- <goal>copy</goal>
- </goals>
- <configuration>
- <fileset>
- <directory>${project.basedir}/../jre-bundles/${pdfover-build.bundled-jre.archive-filename}/${pdfover-build.bundled-jre.folder-in-archive}</directory>
- <outputDirectory>${pdfover-build.output-dir}/${pdfover-build.output-filename}/jre</outputDirectory>
- </fileset>
+ <filesets>
+ <fileset>
+ <directory>${pdfover-build.staging-dir}</directory>
+ <outputDirectory>${pdfover-build.output-dir}/${pdfover-build.output-filename}/</outputDirectory>
+ </fileset>
+ <fileset>
+ <directory>${pdfover-build.root-dir}/jre-bundles/${pdfover-build.bundled-jre.archive-filename}/${pdfover-build.bundled-jre.folder-in-archive}</directory>
+ <outputDirectory>${pdfover-build.output-dir}/${pdfover-build.output-filename}/jre</outputDirectory>
+ </fileset>
+ </filesets>
</configuration>
</execution>
</executions>
@@ -542,10 +535,6 @@
<version>1.2</version>
<executions>
<execution>
- <id>bundle-jre</id>
- <phase>none</phase>
- </execution>
- <execution>
<id>build-archive</id>
<phase>none</phase>
</execution>
diff --git a/pom.xml b/pom.xml
index 99e46a7e..a7e8ab2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,8 +72,8 @@
<connection>scm:git:http://git.egiz.gv.at/git/pdf-over</connection>
<developerConnection>scm:git:git@gitlab.iaik.tugraz.at:egiz/pdf-over.git</developerConnection>
<url>http://git.egiz.gv.at/pdf-over</url>
- <tag>HEAD</tag>
- </scm>
+ <tag>HEAD</tag>
+ </scm>
<issueManagement>
<system>JIRA</system>