From d5a06afc17dee3f13c507389dd978964eb14d642 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Thu, 27 Feb 2020 23:16:17 +0100 Subject: Generate more mapstruct artifacts for maven --- doc/mapstruct-binding-maven-pom.xml | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 doc/mapstruct-binding-maven-pom.xml (limited to 'doc') 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 @@ + + 4.0.0 + org.projectlombok + lombok-mapstruct-binding + jar + @VERSION@ + Lombok Mapstruct Binding + https://projectlombok.org + Binding for Lombok and Mapstruct, to allow them to cooperate. + + + + The MIT License + https://projectlombok.org/LICENSE + repo + + + + scm:git:git://github.com/rzwitserloot/lombok.git + http://github.com/rzwitserloot/lombok + + + GitHub Issues + https://github.com/rzwitserloot/lombok/issues + + + + rzwitserloot + Reinier Zwitserloot + reinier@projectlombok.org + http://zwitserloot.com + +1 + + + rspilker + Roel Spilker + roel@projectlombok.org + +1 + + + + -- cgit