mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-24 08:25:13 +00:00
44 lines
1.4 KiB
XML
44 lines
1.4 KiB
XML
<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/projectlombok/lombok.git</connection>
|
|
<url>http://github.com/projectlombok/lombok</url>
|
|
</scm>
|
|
<issueManagement>
|
|
<system>GitHub Issues</system>
|
|
<url>https://github.com/projectlombok/lombok/issues</url>
|
|
</issueManagement>
|
|
<developers>
|
|
<developer>
|
|
<id>rzwitserloot</id>
|
|
<name>Reinier Zwitserloot</name>
|
|
<email>reinier@projectlombok.org</email>
|
|
<url>http://zwitserloot.com</url>
|
|
<timezone>+1</timezone>
|
|
</developer>
|
|
<developer>
|
|
<id>rspilker</id>
|
|
<name>Roel Spilker</name>
|
|
<email>roel@projectlombok.org</email>
|
|
<timezone>+1</timezone>
|
|
</developer>
|
|
</developers>
|
|
</project>
|
|
|