This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 4.0.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from e551eeb125 Recording .gitmergeinfo Changes
new 523c82da47 Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.11.1 to 3.11.2 (#2188)
new 18df5b6037 Recording .gitmergeinfo Changes
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitmergeinfo | 1 +
maven-plugins/java2wadl-plugin/pom.xml | 20 +++++
.../src/it/java-generate-rx/pom.xml | 59 +++++++++++++
.../src/main/java/application/Test1.java | 22 +++++
.../src/main/java/application/Test2.java | 18 ++++
.../src/it/settings.xml | 0
.../maven_plugin/javatowadl/ParseJavaDocMojo.java | 97 ++++++++++------------
parent/pom.xml | 2 +-
pom.xml | 2 +-
9 files changed, 164 insertions(+), 57 deletions(-)
create mode 100644
maven-plugins/java2wadl-plugin/src/it/java-generate-rx/pom.xml
create mode 100644
maven-plugins/java2wadl-plugin/src/it/java-generate-rx/src/main/java/application/Test1.java
create mode 100644
maven-plugins/java2wadl-plugin/src/it/java-generate-rx/src/main/java/application/Test2.java
copy maven-plugins/{codegen-plugin => java2wadl-plugin}/src/it/settings.xml
(100%)