Skip to content

Commit 8c2f8a3

Browse files
committed
[MPLUGIN-467] Remove reporting from maven-plugin-plugin
1 parent 1dcccaf commit 8c2f8a3

File tree

15 files changed

+16
-1299
lines changed

15 files changed

+16
-1299
lines changed

maven-plugin-plugin/pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,6 @@
9393
<optional>true</optional>
9494
</dependency>
9595

96-
<!-- doxia -->
97-
<dependency>
98-
<groupId>org.apache.maven.doxia</groupId>
99-
<artifactId>doxia-sink-api</artifactId>
100-
</dependency>
101-
<dependency>
102-
<groupId>org.apache.maven.doxia</groupId>
103-
<artifactId>doxia-site-renderer</artifactId>
104-
</dependency>
105-
10696
<!-- Maven -->
10797
<dependency>
10898
<groupId>org.apache.maven</groupId>
@@ -126,12 +116,6 @@
126116
<scope>provided</scope>
127117
</dependency>
128118

129-
<!-- shared -->
130-
<dependency>
131-
<groupId>org.apache.maven.reporting</groupId>
132-
<artifactId>maven-reporting-impl</artifactId>
133-
</dependency>
134-
135119
<!-- plexus -->
136120
<dependency>
137121
<groupId>org.codehaus.plexus</groupId>
@@ -291,8 +275,6 @@
291275
<streamLogsOnFailures>true</streamLogsOnFailures>
292276
<showErrors>true</showErrors>
293277
<filterProperties>
294-
<sitePluginVersion>3.12.1</sitePluginVersion>
295-
<projectInfoReportsPlugin>3.4.1</projectInfoReportsPlugin>
296278
<antVersion>${antVersion}</antVersion>
297279
</filterProperties>
298280
<properties>

0 commit comments

Comments
 (0)