-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpom.xml
More file actions
42 lines (41 loc) · 1.48 KB
/
Copy pathpom.xml
File metadata and controls
42 lines (41 loc) · 1.48 KB
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
<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>org.arachna.netweaver</groupId>
<artifactId>NWDI-pom-Plugin</artifactId>
<version>1.3-SNAPSHOT</version>
</parent>
<groupId>org.arachna.netweaver</groupId>
<artifactId>NWDI-JavaDoc-Plugin</artifactId>
<name>NWDI-JavaDoc-Plugin</name>
<version>1.1-SNAPSHOT</version>
<packaging>hpi</packaging>
<description>Jenkins plugin for generating JavaDoc documentation for SAP NetWeaver development components.</description>
<inceptionYear>2011</inceptionYear>
<scm>
<connection>scm:git:git://github.com/weigo/NWDI-JavaDoc-Plugin.git</connection>
<developerConnection>scm:git:git@github.com:weigo/NWDI-JavaDoc-Plugin.git</developerConnection>
<url>https://github.com/weigo/NWDI-JavaDoc-Plugin</url>
</scm>
<developers>
<developer>
<id>weigo</id>
<name>Dirk Weigenand</name>
<email>Dirk.Weigenand@gmx.de</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.arachna.netweaver</groupId>
<artifactId>NWDI-Core-Plugin</artifactId>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.umlgraph</groupId>
<artifactId>umlgraph</artifactId>
<version>5.6</version>
</dependency>
</dependencies>
</project>