summaryrefslogtreecommitdiff
path: root/3rdParty/jargs-1.0/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '3rdParty/jargs-1.0/pom.xml')
-rw-r--r--3rdParty/jargs-1.0/pom.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/3rdParty/jargs-1.0/pom.xml b/3rdParty/jargs-1.0/pom.xml
new file mode 100644
index 0000000..7ba94d9
--- /dev/null
+++ b/3rdParty/jargs-1.0/pom.xml
@@ -0,0 +1,36 @@
+<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>jargs.gnu</groupId>
+ <artifactId>jargs-gnu</artifactId>
+ <version>1.0</version>
+ <packaging>jar</packaging>
+
+ <name>jargs</name>
+ <url>http://jargs.sourceforge.net/</url>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.11</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.9.1</version>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>