aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2020-02-27 23:16:17 +0100
committerRoel Spilker <r.spilker@gmail.com>2020-02-27 23:19:06 +0100
commitd5a06afc17dee3f13c507389dd978964eb14d642 (patch)
tree7601814c067e572d9b31c06a9fe17525c65e304a /doc
parent14a7af6d858ab6963531537be88d29e7ce387df4 (diff)
downloadlombok-d5a06afc17dee3f13c507389dd978964eb14d642.tar.gz
lombok-d5a06afc17dee3f13c507389dd978964eb14d642.tar.bz2
lombok-d5a06afc17dee3f13c507389dd978964eb14d642.zip
Generate more mapstruct artifacts for maven
Diffstat (limited to 'doc')
-rw-r--r--doc/mapstruct-binding-maven-pom.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/mapstruct-binding-maven-pom.xml b/doc/mapstruct-binding-maven-pom.xml
new file mode 100644
index 00000000..5b50ec7f
--- /dev/null
+++ b/doc/mapstruct-binding-maven-pom.xml
@@ -0,0 +1,43 @@
+<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>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>
+