summaryrefslogtreecommitdiff
path: root/israfil-foundation-testing/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'israfil-foundation-testing/pom.xml')
-rw-r--r--israfil-foundation-testing/pom.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/israfil-foundation-testing/pom.xml b/israfil-foundation-testing/pom.xml
new file mode 100644
index 0000000..1eecf29
--- /dev/null
+++ b/israfil-foundation-testing/pom.xml
@@ -0,0 +1,21 @@
+<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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>net.israfil.foundation</groupId>
+ <artifactId>israfil-foundation-all</artifactId>
+ <version>5-SNAPSHOT</version>
+ </parent>
+ <artifactId>israfil-foundation-testing</artifactId>
+ <name>Israfil Foundation Testing Helpers and Fakes</name>
+ <version>1.0.1-SNAPSHOT</version>
+ <url>http://www.israfil.net/projects/foundation/${artifactId}</url>
+ <inceptionYear>2003</inceptionYear>
+ <licenses>
+ <license>
+ <name>BSD</name>
+ <distribution>repo</distribution>
+ <url>http://www.israfil.net/israfil-license-bsd.txt</url>
+ <comments>A simple open-source license with minimal restrictions</comments>
+ </license>
+ </licenses>
+</project> \ No newline at end of file