Skip to content

Commit

Permalink
Add sisu-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 27, 2022
1 parent 2451eb7 commit d9c92bc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
<plexus-component-metadata.version>2.1.1</plexus-component-metadata.version>
<taglist-maven-plugin.version>3.0.0</taglist-maven-plugin.version>
<versions-maven-plugin.version>2.12.0</versions-maven-plugin.version>
<sisu-maven-plugin.version>0.9.0.M1</sisu-maven-plugin.version>
<project.build.outputTimestamp>2022-10-20T18:24:12Z</project.build.outputTimestamp>
<scmpublish.content>${project.reporting.outputDirectory}</scmpublish.content><!-- mono-module doesn't require site:stage for scm-publish -->
<junit5.version>5.9.1</junit5.version>
Expand Down Expand Up @@ -553,6 +554,20 @@
<artifactId>versions-maven-plugin</artifactId>
<version>${versions-maven-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.sisu</groupId>
<artifactId>sisu-maven-plugin</artifactId>
<version>${sisu-maven-plugin.version}</version>
<executions>
<execution>
<id>generate-index</id>
<goals>
<goal>main-index</goal>
<goal>test-index</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit d9c92bc

Please sign in to comment.