aboutsummaryrefslogtreecommitdiff
path: root/deploy/jazzer-api.pom
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/jazzer-api.pom')
-rw-r--r--deploy/jazzer-api.pom41
1 files changed, 41 insertions, 0 deletions
diff --git a/deploy/jazzer-api.pom b/deploy/jazzer-api.pom
new file mode 100644
index 00000000..6ad1cc0c
--- /dev/null
+++ b/deploy/jazzer-api.pom
@@ -0,0 +1,41 @@
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>{groupId}</groupId>
+ <artifactId>{artifactId}</artifactId>
+ <version>{version}</version>
+ <packaging>{type}</packaging>
+
+ <dependencies>
+{dependencies}
+ </dependencies>
+
+ <name>Jazzer API</name>
+ <description>Helper functions and annotations for Jazzer fuzz targets</description>
+ <url>https://github.com/CodeIntelligenceTesting/jazzer</url>
+
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <organization>
+ <name>Code Intelligence GmbH</name>
+ <url>https://code-intelligence.com</url>
+ </organization>
+
+ <developers>
+ <developer>
+ <id>fmeum</id>
+ <name>Fabian Meumertzheim</name>
+ <email>meumertzheim@code-intelligence.com</email>
+ <organization>Code Intelligence GmbH</organization>
+ </developer>
+ </developers>
+
+ <scm>
+ <url>https://github.com/CodeIntelligenceTesting/jazzer</url>
+ </scm>
+</project>