forked from projectlombok/lombok
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmapstruct-binding-maven-pom.xml
43 lines (42 loc) · 1.38 KB
/
mapstruct-binding-maven-pom.xml
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>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-mapstruct-binding</artifactId>
<packaging>jar</packaging>
<version>@VERSION@</version>
<name>Lombok Mapstruct Binding</name>
<url>https://projectlombok.org</url>
<description>Binding for Lombok and Mapstruct, to allow them to cooperate.</description>
<dependencies></dependencies>
<licenses>
<license>
<name>The MIT License</name>
<url>https://projectlombok.org/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/rzwitserloot/lombok.git</connection>
<url>http://github.com/rzwitserloot/lombok</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/rzwitserloot/lombok/issues</url>
</issueManagement>
<developers>
<developer>
<id>rzwitserloot</id>
<name>Reinier Zwitserloot</name>
<email>[email protected]</email>
<url>http://zwitserloot.com</url>
<timezone>+1</timezone>
</developer>
<developer>
<id>rspilker</id>
<name>Roel Spilker</name>
<email>[email protected]</email>
<timezone>+1</timezone>
</developer>
</developers>
</project>