aboutsummaryrefslogtreecommitdiff
path: root/deploy/jazzer-junit.pom
blob: 1fb624e5dab1fdc4c89a847f38536c376df7a29e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>{groupId}</groupId>
    <artifactId>{artifactId}</artifactId>
    <version>{version}</version>
    <packaging>{type}</packaging>

    <dependencies>
{dependencies}
    </dependencies>

    <name>Jazzer JUnit</name>
    <description>JUnit 5 support for Jazzer fuzz tests</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>