From 08205b187e976bb7d9266df3b8e7865dae755105 Mon Sep 17 00:00:00 2001 From: Michael Osipov Date: Sun, 14 Jul 2024 22:50:47 +0200 Subject: [PATCH] Add compile step for MJAVADOC-365 IT To show that both javac and javadoc exlude the file. Also as base for MJAVADOC-718 testing. --- src/it/projects/MJAVADOC-365/invoker.properties | 6 +++--- src/it/projects/MJAVADOC-365/pom.xml | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/it/projects/MJAVADOC-365/invoker.properties b/src/it/projects/MJAVADOC-365/invoker.properties index 22c9049f6..7422292a9 100644 --- a/src/it/projects/MJAVADOC-365/invoker.properties +++ b/src/it/projects/MJAVADOC-365/invoker.properties @@ -5,9 +5,9 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -15,4 +15,4 @@ # specific language governing permissions and limitations # under the License. -invoker.goals=clean javadoc:javadoc +invoker.goals=clean compile javadoc:javadoc diff --git a/src/it/projects/MJAVADOC-365/pom.xml b/src/it/projects/MJAVADOC-365/pom.xml index 14c8dad95..7972158da 100644 --- a/src/it/projects/MJAVADOC-365/pom.xml +++ b/src/it/projects/MJAVADOC-365/pom.xml @@ -35,6 +35,16 @@ + + org.apache.maven.plugins + maven-compiler-plugin + @compilerPluginVersion@ + + + **/*Excluded.java + + + org.apache.maven.plugins maven-javadoc-plugin