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 --- build.xml | 78 +++++++++++++++++++++++++++++++++---- doc/mapstruct-binding-maven-pom.xml | 43 ++++++++++++++++++++ 2 files changed, 114 insertions(+), 7 deletions(-) create mode 100644 doc/mapstruct-binding-maven-pom.xml diff --git a/build.xml b/build.xml index 4f1f57d3..4248b62e 100644 --- a/build.xml +++ b/build.xml @@ -28,6 +28,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + @@ -1063,12 +1064,11 @@ You can also create your own by writing a 'testenvironment.properties' file. The - - + + - @@ -1079,12 +1079,76 @@ You can also create your own by writing a 'testenvironment.properties' file. The - - lombok.mapstruct.NotifierHider$AstModificationNotifier + + + + + + + + + + + + + - + + + + + + + + + + + lombok.mapstruct.NotifierHider$AstModificationNotifier + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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