summaryrefslogtreecommitdiffstats
path: root/maven/gluegen.pom.in
blob: d5922972d0608e6bf8bec9360f8e5ffece4003e9 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
  <!-- gluegen.pom.in -->

  <scm>
    <url>http://jogamp.org/git/?p=gluegen.git/</url>
    <connection>scm:git:http://jogamp.org/git/gluegen.git/</connection>
    <developerConnection>scm:git:http://jogamp.org/git/gluegen.git/</developerConnection>
  </scm>

  <licenses>
    <license>
      <name>BSD-2 License</name>
      <url>http://www.opensource.org/licenses/BSD-2-Clause</url>
    </license>
    <license>
      <name>BSD-3 License</name>
      <url>http://www.opensource.org/licenses/BSD-3-Clause</url>
    </license>
    <license>
      <name>BSD-4 License</name>
      <url>http://www.spdx.org/licenses/BSD-4-Clause</url>
    </license>
  </licenses>

  <developers>
    <developer>
      <id>sgothel</id>
      <name>Sven Gothel</name>
      <email>sgothel@jausoft.com</email>
      <url>http://blog.jausoft.com</url>
    </developer>
  </developers>

  <issueManagement>
    <url>http://jogamp.org/bugzilla/</url>
    <system>Bugzilla</system>
  </issueManagement>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-gpg-plugin</artifactId>
        <version>1.4</version>
        <executions>
          <execution>
            <id>sign-artifacts</id>
            <phase>verify</phase>
            <goals>
              <goal>sign</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
    <extensions>
      <extension>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-ssh</artifactId>
        <version>2.4</version>
      </extension>
    </extensions>
  </build>