META-INF.maven.com.datalogics.PDFL.pdfl.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of forms-extension Show documentation
Show all versions of forms-extension Show documentation
Forms Extension an Adobe PDF Library addition that helps users who work with PDF forms to efficiently manage their forms processes.
The newest version!
<?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> <groupId>com.datalogics.PDFL</groupId> <artifactId>pdfl</artifactId> <version>18.42.0</version> <name>${project.groupId}:${project.artifactId}</name> <description>Built upon Adobe source code used for Acrobat, Datalogics Adobe PDF Library SDK provides stable, reliable code and the flexibility to develop with Java (interfaces are also available for C/C++, .NET 6 and .NET Framework - C# or VB.NET). APDFL is the most complete SDK for PDF creation, manipulation and management. Best for enterprise/larger organizations of developers and independent software vendors (ISVs) who need to incorporate Adobe's PDF functionality into their own internal or external applications.</description> <url>https://www.datalogics.com/adobe-pdf-library/</url> <licenses> <license> <name>Datalogics APDFL License</name> <url>https://www.datalogics.com/datalogics-end-user-license-agreement-eula/</url> </license> </licenses> <developers> <developer> <name>Datalogics APDFL</name> <email>[email protected]</email> <organization>Datalogics</organization> <organizationUrl>https://www.datalogics.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/datalogics/apdfl-java-maven-samples.git</connection> <developerConnection>scm:git:ssh://github.com/datalogics/apdfl-java-maven-samples.git</developerConnection> <url>https://github.com/datalogics/apdfl-java-maven-samples</url> </scm> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <buildDirectory>${project.basedir}/target</buildDirectory> </properties> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> </dependencies> <build> <finalName>${groupId}</finalName> <directory>${buildDirectory}</directory> <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) --> <plugins> <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle --> <plugin> <artifactId>maven-clean-plugin</artifactId> <version>3.1.0</version> </plugin> <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging --> <plugin> <artifactId>maven-resources-plugin</artifactId> <version>3.0.2</version> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <version>3.1.0</version> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.0</version> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.22.1</version> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>3.0.2</version> </plugin> <plugin> <artifactId>maven-install-plugin</artifactId> <version>2.5.2</version> </plugin> <plugin> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.2</version> </plugin> <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle --> <plugin> <artifactId>maven-site-plugin</artifactId> <version>3.7.1</version> </plugin> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> <version>3.0.0</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <artifactId>maven-source-plugin</artifactId> <version>3.1.0</version> <executions> <execution> <id>attach-sources</id> <phase>package</phase> <goals> <goal>jar-no-fork</goal> </goals> <configuration> <excludes> <exclude>**/datalogics/**</exclude> </excludes> <includes> <include>**/README.md</include> </includes> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>