This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git
The following commit(s) were added to refs/heads/master by this push:
new 74febe0 Drop Plexus plugin in favor of Sisu plugin
74febe0 is described below
commit 74febe04f1b573a8836b7014e5e8320ddf6102fe
Author: Tamas Cservenak <[email protected]>
AuthorDate: Thu Feb 17 21:29:30 2022 +0100
Drop Plexus plugin in favor of Sisu plugin
---
pom.xml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6410a34..d56cbe9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,6 +75,7 @@ under the License.
<aetherVersion>1.0.0.v20140518</aetherVersion>
<wagonVersion>2.8</wagonVersion>
<junitVersion>5.8.2</junitVersion>
+ <sisuVersion>0.3.5</sisuVersion>
<maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
<project.build.outputTimestamp>2022-02-17T13:55:40Z</project.build.outputTimestamp>
</properties>
@@ -142,7 +143,7 @@ under the License.
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
- <version>0.3.5</version>
+ <version>${sisuVersion}</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
@@ -274,12 +275,14 @@ under the License.
</pluginManagement>
<plugins>
<plugin>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-component-metadata</artifactId>
+ <groupId>org.eclipse.sisu</groupId>
+ <artifactId>sisu-maven-plugin</artifactId>
+ <version>${sisuVersion}</version>
<executions>
<execution>
<goals>
- <goal>generate-metadata</goal>
+ <goal>main-index</goal>
+ <goal>test-index</goal>
</goals>
</execution>
</executions>