This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch feature/configure-parser-with-plexus-configurator in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
commit 200207755e798456d254b2aa304d9df19146f65f Author: Michael Osipov <[email protected]> AuthorDate: Tue Apr 30 09:09:32 2024 +0200 [MSITE-1003] Upgrade plugins and components (in ITs) This closes #185 --- src/it/projects/MSITE-627/pom.xml | 3 +++ .../MSITE-627/src/main/java/org/apache/maven/plugins/it/MyReport.java | 1 + 2 files changed, 4 insertions(+) diff --git a/src/it/projects/MSITE-627/pom.xml b/src/it/projects/MSITE-627/pom.xml index 65054be5..d8b35566 100644 --- a/src/it/projects/MSITE-627/pom.xml +++ b/src/it/projects/MSITE-627/pom.xml @@ -55,6 +55,9 @@ under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> <version>@mavenPluginPluginVersion@</version> + <configuration> + <goalPrefix>MSITE-627</goalPrefix> + </configuration> </plugin> </plugins> </pluginManagement> diff --git a/src/it/projects/MSITE-627/src/main/java/org/apache/maven/plugins/it/MyReport.java b/src/it/projects/MSITE-627/src/main/java/org/apache/maven/plugins/it/MyReport.java index dcf40e98..9e51b5dc 100644 --- a/src/it/projects/MSITE-627/src/main/java/org/apache/maven/plugins/it/MyReport.java +++ b/src/it/projects/MSITE-627/src/main/java/org/apache/maven/plugins/it/MyReport.java @@ -22,6 +22,7 @@ package org.apache.maven.plugins.it; import org.apache.maven.doxia.sink.Sink; import org.apache.maven.doxia.sink.SinkEventAttributes; import org.apache.maven.doxia.sink.impl.SinkAdapter; +import org.apache.maven.doxia.sink.SinkEventAttributes; import org.apache.maven.doxia.siterenderer.Renderer; import org.apache.maven.project.MavenProject; import org.apache.maven.reporting.AbstractMavenReport;
