2012-10-31 18:45:00 +00:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2012-11-01 21:14:34 +00:00
|
|
|
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>
|
2012-11-09 18:01:46 +00:00
|
|
|
<groupId>com.redhat.trie</groupId>
|
2012-11-08 15:15:20 +00:00
|
|
|
<artifactId>PathPacker</artifactId>
|
2020-01-30 14:01:40 +00:00
|
|
|
<version>0.0.4</version>
|
2013-11-18 17:43:56 +00:00
|
|
|
<packaging>bundle</packaging>
|
|
|
|
|
2012-11-01 21:14:34 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
2020-10-13 06:46:52 +00:00
|
|
|
<version>4.13.1</version>
|
2012-11-01 21:14:34 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
2020-01-30 14:01:40 +00:00
|
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
|
|
|
<version>1.64</version>
|
2012-11-01 21:14:34 +00:00
|
|
|
</dependency>
|
2014-05-06 20:34:44 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.surefire</groupId>
|
|
|
|
<artifactId>surefire-booter</artifactId>
|
|
|
|
<version>2.17</version>
|
|
|
|
</dependency>
|
2012-11-07 14:36:22 +00:00
|
|
|
|
2012-11-01 21:14:34 +00:00
|
|
|
</dependencies>
|
2012-10-31 18:45:00 +00:00
|
|
|
|
2012-11-01 21:14:34 +00:00
|
|
|
<build>
|
|
|
|
<plugins>
|
2020-01-30 14:01:40 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<version>3.0.0-M3</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-maven</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireMavenVersion>
|
|
|
|
<version>3.0</version>
|
|
|
|
</requireMavenVersion>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
2012-11-01 21:14:34 +00:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2020-01-30 14:01:40 +00:00
|
|
|
<version>3.8.1</version>
|
2012-11-01 21:14:34 +00:00
|
|
|
<configuration>
|
2020-01-30 14:01:40 +00:00
|
|
|
<source>1.8</source>
|
|
|
|
<target>1.8</target>
|
2012-11-01 21:14:34 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2020-01-30 14:01:40 +00:00
|
|
|
<version>3.1.1</version>
|
2012-11-01 21:14:34 +00:00
|
|
|
<configuration>
|
|
|
|
<tags>
|
|
|
|
<tag>
|
|
|
|
<name>methodundertest</name>
|
|
|
|
<placement>m</placement>
|
|
|
|
<head>Method Under Test:</head>
|
|
|
|
</tag>
|
|
|
|
<tag>
|
|
|
|
<name>servicesused</name>
|
|
|
|
<placement>m</placement>
|
|
|
|
<head>Services Used:</head>
|
|
|
|
</tag>
|
|
|
|
<tag>
|
|
|
|
<name>testdescription</name>
|
|
|
|
<placement>m</placement>
|
|
|
|
<head>Description of Test:</head>
|
|
|
|
</tag>
|
|
|
|
<tag>
|
|
|
|
<name>datadependencies</name>
|
|
|
|
<placement>m</placement>
|
|
|
|
<head>Data Dependencies:</head>
|
|
|
|
</tag>
|
|
|
|
<tag>
|
|
|
|
<name>inputs</name>
|
|
|
|
<placement>m</placement>
|
|
|
|
<head>Inputs:</head>
|
|
|
|
</tag>
|
|
|
|
<tag>
|
|
|
|
<name>externalconsumers</name>
|
|
|
|
<placement>m</placement>
|
|
|
|
<head>External Consumers:</head>
|
|
|
|
</tag>
|
|
|
|
<tag>
|
|
|
|
<name>expectedresults</name>
|
|
|
|
<placement>m</placement>
|
|
|
|
<head>Expected Results:</head>
|
|
|
|
</tag>
|
|
|
|
</tags>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2013-11-18 17:43:56 +00:00
|
|
|
|
2012-11-01 21:14:34 +00:00
|
|
|
<plugin>
|
2013-11-18 17:43:56 +00:00
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
2020-01-30 14:01:40 +00:00
|
|
|
<version>4.2.1</version>
|
2013-11-18 17:43:56 +00:00
|
|
|
<extensions>true</extensions>
|
2012-11-01 21:14:34 +00:00
|
|
|
<configuration>
|
2013-11-18 17:43:56 +00:00
|
|
|
<instructions>
|
|
|
|
<Export-Package>com.redhat.trie</Export-Package>
|
|
|
|
</instructions>
|
2012-11-01 21:14:34 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2012-10-31 18:45:00 +00:00
|
|
|
|
|
|
|
</project>
|