diff options
-rw-r--r-- | pdf-over-commons/pom.xml | 4 | ||||
-rw-r--r-- | pdf-over-gui/pom.xml | 2 | ||||
-rw-r--r-- | pdf-over-install-helper/pom.xml | 138 | ||||
-rw-r--r-- | pdf-over-signator/pom.xml | 74 | ||||
-rw-r--r-- | pdf-over-signer/pdf-over-sigpdfas4/pom.xml | 158 | ||||
-rw-r--r-- | pdf-over-signer/pom.xml | 38 | ||||
-rw-r--r-- | pom.xml | 484 |
7 files changed, 449 insertions, 449 deletions
diff --git a/pdf-over-commons/pom.xml b/pdf-over-commons/pom.xml index 1f9d34f2..d6a42911 100644 --- a/pdf-over-commons/pom.xml +++ b/pdf-over-commons/pom.xml @@ -3,12 +3,12 @@ <parent> <artifactId>pdf-over</artifactId> <groupId>at.a-sit</groupId> - <version>4.3.3-SNAPSHOT</version> + <version>4.3.3</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pdf-over-commons</artifactId> - <version>4.3.3-SNAPSHOT</version> + <version>4.3.3</version> <dependencies> <dependency> <groupId>org.slf4j</groupId> diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 6e635171..f495fa2f 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>pdf-over</artifactId> <groupId>at.a-sit</groupId> - <version>4.3.3-SNAPSHOT</version> + <version>4.3.3</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>pdf-over-gui</artifactId> diff --git a/pdf-over-install-helper/pom.xml b/pdf-over-install-helper/pom.xml index bed04b1b..fb546f1c 100644 --- a/pdf-over-install-helper/pom.xml +++ b/pdf-over-install-helper/pom.xml @@ -1,70 +1,70 @@ -<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>
- <groupId>at.a-sit</groupId>
- <artifactId>pdf-over</artifactId>
- <version>4.3.3-SNAPSHOT</version>
- </parent>
- <artifactId>pdf-over-install-helper</artifactId>
- <version>4.3.3-SNAPSHOT</version>
-
- <dependencies>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </dependency>
- </dependencies>
-
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <groupId>org.apache.maven.plugins</groupId>
- <version>3.7.0</version>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- <verbose>true</verbose>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <encoding>UTF-8</encoding>
- <debug>true</debug>
- <debuglevel>lines,vars,source</debuglevel>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-dependencies</id>
- <phase>prepare-package</phase>
- <goals>
- <goal>copy-dependencies</goal>
- </goals>
- <configuration>
- <outputDirectory>
- ${project.build.directory}
- </outputDirectory>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <addMavenDescriptor>false</addMavenDescriptor>
- <manifest>
- <addClasspath>true</addClasspath>
- <mainClass>at.asit.helper.Main</mainClass>
- </manifest>
- </archive>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
+<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> + <groupId>at.a-sit</groupId> + <artifactId>pdf-over</artifactId> + <version>4.3.3</version> + </parent> + <artifactId>pdf-over-install-helper</artifactId> + <version>4.3.3</version> + + <dependencies> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + </dependencies> + + <build> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <groupId>org.apache.maven.plugins</groupId> + <version>3.7.0</version> + <configuration> + <source>1.8</source> + <target>1.8</target> + <verbose>true</verbose> + <showWarnings>true</showWarnings> + <showDeprecation>true</showDeprecation> + <encoding>UTF-8</encoding> + <debug>true</debug> + <debuglevel>lines,vars,source</debuglevel> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy-dependencies</id> + <phase>prepare-package</phase> + <goals> + <goal>copy-dependencies</goal> + </goals> + <configuration> + <outputDirectory> + ${project.build.directory} + </outputDirectory> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <addMavenDescriptor>false</addMavenDescriptor> + <manifest> + <addClasspath>true</addClasspath> + <mainClass>at.asit.helper.Main</mainClass> + </manifest> + </archive> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> </project>
\ No newline at end of file diff --git a/pdf-over-signator/pom.xml b/pdf-over-signator/pom.xml index 0f4942a1..35191351 100644 --- a/pdf-over-signator/pom.xml +++ b/pdf-over-signator/pom.xml @@ -1,37 +1,37 @@ -<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>
- <artifactId>pdf-over</artifactId>
- <groupId>at.a-sit</groupId>
- <version>4.3.3-SNAPSHOT</version>
- <relativePath>..</relativePath>
- </parent>
- <artifactId>pdf-over-signator</artifactId>
- <name>PDF-Over Signator</name>
- <properties>
- <project.maindir>${project.basedir}/..</project.maindir>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- </dependency>
- <dependency>
- <groupId>com.drewnoakes</groupId>
- <artifactId>metadata-extractor</artifactId>
- </dependency>
- <dependency>
- <groupId>javax.activation</groupId>
- <artifactId>activation</artifactId>
- </dependency>
- <dependency>
- <groupId>org.glassfish.jaxb</groupId>
- <artifactId>jaxb-runtime</artifactId>
- <version>2.4.0-b180830.0438</version>
- </dependency>
- </dependencies>
-</project>
+<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> + <artifactId>pdf-over</artifactId> + <groupId>at.a-sit</groupId> + <version>4.3.3</version> + <relativePath>..</relativePath> + </parent> + <artifactId>pdf-over-signator</artifactId> + <name>PDF-Over Signator</name> + <properties> + <project.maindir>${project.basedir}/..</project.maindir> + </properties> + <dependencies> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + </dependency> + <dependency> + <groupId>com.drewnoakes</groupId> + <artifactId>metadata-extractor</artifactId> + </dependency> + <dependency> + <groupId>javax.activation</groupId> + <artifactId>activation</artifactId> + </dependency> + <dependency> + <groupId>org.glassfish.jaxb</groupId> + <artifactId>jaxb-runtime</artifactId> + <version>2.4.0-b180830.0438</version> + </dependency> + </dependencies> +</project> diff --git a/pdf-over-signer/pdf-over-sigpdfas4/pom.xml b/pdf-over-signer/pdf-over-sigpdfas4/pom.xml index e603bda9..77038c2b 100644 --- a/pdf-over-signer/pdf-over-sigpdfas4/pom.xml +++ b/pdf-over-signer/pdf-over-sigpdfas4/pom.xml @@ -1,79 +1,79 @@ -<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>
- <artifactId>pdf-over-signer</artifactId>
- <groupId>at.a-sit</groupId>
- <version>4.3.3-SNAPSHOT</version>
-<!-- <relativePath>..</relativePath> -->
- </parent>
- <artifactId>pdf-over-sigpdfas4</artifactId>
- <name>PDF-Over PDF-AS 4 Signer</name>
- <properties>
- <project.maindir>${project.basedir}/../..</project.maindir>
- <pdf-as.version>4.2.1-snapshot</pdf-as.version>
- </properties>
- <dependencies>
- <dependency>
- <groupId>at.a-sit</groupId>
- <artifactId>pdf-over-signator</artifactId>
- <version>${project.parent.version}</version>
- </dependency>
- <dependency>
- <groupId>at.gv.egiz.pdfas</groupId>
- <artifactId>pdf-as-lib</artifactId>
- <version>${pdf-as.version}</version>
- </dependency>
- <dependency>
- <groupId>at.gv.egiz.pdfas</groupId>
- <artifactId>sigs-pades</artifactId>
- <version>${pdf-as.version}</version>
- </dependency>
- <dependency>
- <groupId>at.gv.egiz.pdfas</groupId>
- <artifactId>pdf-as-pdfbox-2</artifactId>
- <version>${pdf-as.version}</version>
- </dependency>
- <dependency>
- <groupId>iaik</groupId>
- <artifactId>iaik_jce_full_signed</artifactId>
- <version>5.5</version>
- </dependency>
- <dependency>
- <groupId>iaik</groupId>
- <artifactId>iaik_eccelerate</artifactId>
- <version>3.01</version>
- </dependency>
- <dependency>
- <groupId>iaik</groupId>
- <artifactId>iaik_cms</artifactId>
- <version>2.15</version>
- </dependency>
- <dependency>
- <groupId>iaik</groupId>
- <artifactId>iaik_eccelerate_cms</artifactId>
- <version>3.01</version>
- </dependency>
- <dependency>
- <groupId>at.a-sit</groupId>
- <artifactId>pdf-over-commons</artifactId>
- <version>${project.parent.version}</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.pdfbox</groupId>
- <artifactId>pdfbox</artifactId>
- <version>2.0.24</version>
- </dependency>
- </dependencies>
- <repositories>
- <repository>
- <id>EGIZ Maven</id>
- <name>EGIZ Maven Repository</name>
- <url>https://apps.egiz.gv.at/maven/</url>
- </repository>
- <repository>
- <id>local-repo</id>
- <url>file://${project.maindir}/repo</url>
- </repository>
- </repositories>
-</project>
+<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> + <artifactId>pdf-over-signer</artifactId> + <groupId>at.a-sit</groupId> + <version>4.3.3</version> +<!-- <relativePath>..</relativePath> --> + </parent> + <artifactId>pdf-over-sigpdfas4</artifactId> + <name>PDF-Over PDF-AS 4 Signer</name> + <properties> + <project.maindir>${project.basedir}/../..</project.maindir> + <pdf-as.version>4.2.1-snapshot</pdf-as.version> + </properties> + <dependencies> + <dependency> + <groupId>at.a-sit</groupId> + <artifactId>pdf-over-signator</artifactId> + <version>${project.parent.version}</version> + </dependency> + <dependency> + <groupId>at.gv.egiz.pdfas</groupId> + <artifactId>pdf-as-lib</artifactId> + <version>${pdf-as.version}</version> + </dependency> + <dependency> + <groupId>at.gv.egiz.pdfas</groupId> + <artifactId>sigs-pades</artifactId> + <version>${pdf-as.version}</version> + </dependency> + <dependency> + <groupId>at.gv.egiz.pdfas</groupId> + <artifactId>pdf-as-pdfbox-2</artifactId> + <version>${pdf-as.version}</version> + </dependency> + <dependency> + <groupId>iaik</groupId> + <artifactId>iaik_jce_full_signed</artifactId> + <version>5.5</version> + </dependency> + <dependency> + <groupId>iaik</groupId> + <artifactId>iaik_eccelerate</artifactId> + <version>3.01</version> + </dependency> + <dependency> + <groupId>iaik</groupId> + <artifactId>iaik_cms</artifactId> + <version>2.15</version> + </dependency> + <dependency> + <groupId>iaik</groupId> + <artifactId>iaik_eccelerate_cms</artifactId> + <version>3.01</version> + </dependency> + <dependency> + <groupId>at.a-sit</groupId> + <artifactId>pdf-over-commons</artifactId> + <version>${project.parent.version}</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.pdfbox</groupId> + <artifactId>pdfbox</artifactId> + <version>2.0.24</version> + </dependency> + </dependencies> + <repositories> + <repository> + <id>EGIZ Maven</id> + <name>EGIZ Maven Repository</name> + <url>https://apps.egiz.gv.at/maven/</url> + </repository> + <repository> + <id>local-repo</id> + <url>file://${project.maindir}/repo</url> + </repository> + </repositories> +</project> diff --git a/pdf-over-signer/pom.xml b/pdf-over-signer/pom.xml index a844c3bd..2115f796 100644 --- a/pdf-over-signer/pom.xml +++ b/pdf-over-signer/pom.xml @@ -1,19 +1,19 @@ -<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>
- <artifactId>pdf-over</artifactId>
- <groupId>at.a-sit</groupId>
- <version>4.3.3-SNAPSHOT</version>
- <relativePath>..</relativePath>
- </parent>
- <artifactId>pdf-over-signer</artifactId>
- <name>PDF-Over PDF-Signer libraries</name>
- <packaging>pom</packaging>
- <properties>
- <project.maindir>${project.basedir}/..</project.maindir>
- </properties>
- <modules>
- <!--module>pdf-over-sigpdfas3</module-->
- <module>pdf-over-sigpdfas4</module>
- </modules>
-</project>
+<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> + <artifactId>pdf-over</artifactId> + <groupId>at.a-sit</groupId> + <version>4.3.3</version> + <relativePath>..</relativePath> + </parent> + <artifactId>pdf-over-signer</artifactId> + <name>PDF-Over PDF-Signer libraries</name> + <packaging>pom</packaging> + <properties> + <project.maindir>${project.basedir}/..</project.maindir> + </properties> + <modules> + <!--module>pdf-over-sigpdfas3</module--> + <module>pdf-over-sigpdfas4</module> + </modules> +</project> @@ -1,242 +1,242 @@ -
-<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>
-
- <groupId>at.a-sit</groupId>
- <artifactId>pdf-over</artifactId>
- <version>4.3.3-SNAPSHOT</version>
- <packaging>pom</packaging>
-
- <name>PDF-Over</name>
- <description>A tool to sign pdf documents</description>
- <url>http://www.buergerkarte.at/</url>
- <inceptionYear>2012</inceptionYear>
-
- <organization>
- <name>A-SIT</name>
- <url>http://a-sit.at/</url>
- </organization>
-
- <developers>
- <developer>
- <id>tkellner</id>
- <name>Tobias Kellner</name>
- <email>tobias.kellner@egiz.gv.at</email>
- <organization>EGIZ</organization>
- <roles>
- <role>developer</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <id>vkrnjic</id>
- <name>Vesna Krnjic</name>
- <email>vesna.krnjic@egiz.gv.at</email>
- <organization>EGIZ</organization>
- <roles>
- <role>developer</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <id>afitzek</id>
- <name>Andreas Fitzek</name>
- <email>andreas.fitzek@egiz.gv.at</email>
- <organization>EGIZ</organization>
- <roles>
- <role>developer</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <id>aabraham</id>
- <name>Andreas Abraham</name>
- <email>andreas.abraham@egiz.gv.at</email>
- <organization>EGIZ</organization>
- <roles>
- <role>developer</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- </developers>
-
- <licenses>
- <license>
- <name>EUPL v1.1</name>
- <url>http://joinup.ec.europa.eu/software/page/eupl/licence-eupl</url>
- <distribution>manually</distribution>
- </license>
- </licenses>
-
- <scm>
- <connection>scm:git:http://git.egiz.gv.at/git/pdf-over</connection>
- <developerConnection>scm:git:https://gitlab.iaik.tugraz.at/egiz/pdf-over.git</developerConnection>
- <url>http://git.egiz.gv.at/pdf-over</url>
- <tag>pdf-over-4.1.19</tag>
- </scm>
-
- <issueManagement>
- <system>JIRA</system>
- <url>http://jira.egovlabs.gv.at/browse/POF</url>
- </issueManagement>
-
- <modules>
- <module>pdf-over-install-helper</module>
- <module>pdf-over-commons</module>
- <module>pdf-over-gui</module>
- <module>pdf-over-signator</module>
- <module>pdf-over-signer</module>
- </modules>
-
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.maindir>${project.basedir}</project.maindir>
- </properties>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.1.2</version>
- <configuration>
- <dependencyDetailsEnabled>true</dependencyDetailsEnabled>
- <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>index</report>
- <report>summary</report>
- <report>license</report>
- <report>dependencies</report>
- <report>dependency-management</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>3.0.1</version>
- <configuration>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
-
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <groupId>org.apache.maven.plugins</groupId>
- <version>3.7.0</version>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- <verbose>true</verbose>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <encoding>UTF-8</encoding>
- <debug>true</debug>
- <debuglevel>lines,vars,source</debuglevel>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.5.2</version>
- <dependencies>
- <dependency>
- <groupId>org.apache.maven.scm</groupId>
- <artifactId>maven-scm-provider-gitexe</artifactId>
- <version>1.8.1</version>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.6.6</version>
- </dependency>
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.6</version>
- </dependency>
-<!-- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.5.3</version>
- </dependency>-->
- <dependency>
- <groupId>org.apache.httpcomponents.client5</groupId>
- <artifactId>httpclient5</artifactId>
- <version>5.0.3</version>
- </dependency>
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>3.1</version>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>2.4</version>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.6</version>
- </dependency>
- <dependency>
- <groupId>com.sun</groupId>
- <artifactId>pdfview</artifactId>
- <version>0.9.3-CyBot</version>
- </dependency>
- <dependency>
- <groupId>org.jpedal</groupId>
- <artifactId>jbig2</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>com.drewnoakes</groupId>
- <artifactId>metadata-extractor</artifactId>
- <version>2.9.1</version>
- </dependency>
- <dependency>
- <groupId>javax.activation</groupId>
- <artifactId>activation</artifactId>
- <version>1.1.1</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
- <repositories>
- <repository>
- <id>maven-central</id>
- <name>Maven Central Repository</name>
- <url>https://repo.maven.apache.org/maven2/</url>
- </repository>
- <repository>
- <id>maven2-repository.dev.java.net</id>
- <name>Java.net Repository for Maven 2</name>
- <url>https://download.java.net/maven/2/</url>
- </repository>
- <repository>
- <id>local-repo</id>
- <url>file://${project.maindir}/repo</url>
- </repository>
- <repository>
- <id>internal-repo</id>
- <name>Internal Repository</name>
- <url>https://apps.egiz.gv.at/maven/</url>
- </repository>
- </repositories>
-</project>
+ +<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> + + <groupId>at.a-sit</groupId> + <artifactId>pdf-over</artifactId> + <version>4.3.3</version> + <packaging>pom</packaging> + + <name>PDF-Over</name> + <description>A tool to sign pdf documents</description> + <url>http://www.buergerkarte.at/</url> + <inceptionYear>2012</inceptionYear> + + <organization> + <name>A-SIT</name> + <url>http://a-sit.at/</url> + </organization> + + <developers> + <developer> + <id>tkellner</id> + <name>Tobias Kellner</name> + <email>tobias.kellner@egiz.gv.at</email> + <organization>EGIZ</organization> + <roles> + <role>developer</role> + </roles> + <timezone>+1</timezone> + </developer> + <developer> + <id>vkrnjic</id> + <name>Vesna Krnjic</name> + <email>vesna.krnjic@egiz.gv.at</email> + <organization>EGIZ</organization> + <roles> + <role>developer</role> + </roles> + <timezone>+1</timezone> + </developer> + <developer> + <id>afitzek</id> + <name>Andreas Fitzek</name> + <email>andreas.fitzek@egiz.gv.at</email> + <organization>EGIZ</organization> + <roles> + <role>developer</role> + </roles> + <timezone>+1</timezone> + </developer> + <developer> + <id>aabraham</id> + <name>Andreas Abraham</name> + <email>andreas.abraham@egiz.gv.at</email> + <organization>EGIZ</organization> + <roles> + <role>developer</role> + </roles> + <timezone>+1</timezone> + </developer> + </developers> + + <licenses> + <license> + <name>EUPL v1.1</name> + <url>http://joinup.ec.europa.eu/software/page/eupl/licence-eupl</url> + <distribution>manually</distribution> + </license> + </licenses> + + <scm> + <connection>scm:git:http://git.egiz.gv.at/git/pdf-over</connection> + <developerConnection>scm:git:https://gitlab.iaik.tugraz.at/egiz/pdf-over.git</developerConnection> + <url>http://git.egiz.gv.at/pdf-over</url> + <tag>pdf-over-4.3.3</tag> + </scm> + + <issueManagement> + <system>JIRA</system> + <url>http://jira.egovlabs.gv.at/browse/POF</url> + </issueManagement> + + <modules> + <module>pdf-over-install-helper</module> + <module>pdf-over-commons</module> + <module>pdf-over-gui</module> + <module>pdf-over-signator</module> + <module>pdf-over-signer</module> + </modules> + + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.maindir>${project.basedir}</project.maindir> + </properties> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.1.2</version> + <configuration> + <dependencyDetailsEnabled>true</dependencyDetailsEnabled> + <dependencyLocationsEnabled>false</dependencyLocationsEnabled> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>index</report> + <report>summary</report> + <report>license</report> + <report>dependencies</report> + <report>dependency-management</report> + </reports> + </reportSet> + </reportSets> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>3.0.1</version> + <configuration> + </configuration> + </plugin> + </plugins> + </reporting> + + <build> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <groupId>org.apache.maven.plugins</groupId> + <version>3.7.0</version> + <configuration> + <source>1.8</source> + <target>1.8</target> + <verbose>true</verbose> + <showWarnings>true</showWarnings> + <showDeprecation>true</showDeprecation> + <encoding>UTF-8</encoding> + <debug>true</debug> + <debuglevel>lines,vars,source</debuglevel> + </configuration> + </plugin> + <plugin> + <artifactId>maven-release-plugin</artifactId> + <version>2.5.2</version> + <dependencies> + <dependency> + <groupId>org.apache.maven.scm</groupId> + <artifactId>maven-scm-provider-gitexe</artifactId> + <version>1.8.1</version> + </dependency> + </dependencies> + </plugin> + </plugins> + </pluginManagement> + </build> + + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <version>1.6.6</version> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.6</version> + </dependency> +<!-- <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.5.3</version> + </dependency>--> + <dependency> + <groupId>org.apache.httpcomponents.client5</groupId> + <artifactId>httpclient5</artifactId> + <version>5.0.3</version> + </dependency> + <dependency> + <groupId>commons-httpclient</groupId> + <artifactId>commons-httpclient</artifactId> + <version>3.1</version> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.4</version> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.6</version> + </dependency> + <dependency> + <groupId>com.sun</groupId> + <artifactId>pdfview</artifactId> + <version>0.9.3-CyBot</version> + </dependency> + <dependency> + <groupId>org.jpedal</groupId> + <artifactId>jbig2</artifactId> + <version>1.0</version> + </dependency> + <dependency> + <groupId>com.drewnoakes</groupId> + <artifactId>metadata-extractor</artifactId> + <version>2.9.1</version> + </dependency> + <dependency> + <groupId>javax.activation</groupId> + <artifactId>activation</artifactId> + <version>1.1.1</version> + </dependency> + </dependencies> + </dependencyManagement> + + <repositories> + <repository> + <id>maven-central</id> + <name>Maven Central Repository</name> + <url>https://repo.maven.apache.org/maven2/</url> + </repository> + <repository> + <id>maven2-repository.dev.java.net</id> + <name>Java.net Repository for Maven 2</name> + <url>https://download.java.net/maven/2/</url> + </repository> + <repository> + <id>local-repo</id> + <url>file://${project.maindir}/repo</url> + </repository> + <repository> + <id>internal-repo</id> + <name>Internal Repository</name> + <url>https://apps.egiz.gv.at/maven/</url> + </repository> + </repositories> +</project> |