Skip to content

Commit

Permalink
[MPLUGIN-467] Remove reporting from maven-plugin-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed May 12, 2023
1 parent 1dcccaf commit 8c2f8a3
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 1,299 deletions.
18 changes: 0 additions & 18 deletions maven-plugin-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,6 @@
<optional>true</optional>
</dependency>

<!-- doxia -->
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sink-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-site-renderer</artifactId>
</dependency>

<!-- Maven -->
<dependency>
<groupId>org.apache.maven</groupId>
Expand All @@ -126,12 +116,6 @@
<scope>provided</scope>
</dependency>

<!-- shared -->
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
</dependency>

<!-- plexus -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down Expand Up @@ -291,8 +275,6 @@
<streamLogsOnFailures>true</streamLogsOnFailures>
<showErrors>true</showErrors>
<filterProperties>
<sitePluginVersion>3.12.1</sitePluginVersion>
<projectInfoReportsPlugin>3.4.1</projectInfoReportsPlugin>
<antVersion>${antVersion}</antVersion>
</filterProperties>
<properties>
Expand Down
Loading

0 comments on commit 8c2f8a3

Please sign in to comment.