You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/12/24 13:04:22 UTC

[maven-parent] branch MPOM-230 created (now 8b81258)

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MPOM-230
in repository https://gitbox.apache.org/repos/asf/maven-parent.git.


      at 8b81258  [MPOM-230] - Remove maven-report

This branch includes the following new commits:

     new 8b81258  [MPOM-230] - Remove maven-report

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-parent] 01/01: [MPOM-230] - Remove maven-report

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MPOM-230
in repository https://gitbox.apache.org/repos/asf/maven-parent.git

commit 8b812580efadf9da99a39c306440a81dabb8ea33
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Tue Dec 24 14:04:13 2019 +0100

    [MPOM-230] - Remove maven-report
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1039de1..32d36aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1380,20 +1380,10 @@ under the License.
               </reportSet>
             </reportSets>
           </plugin>
-          <!--plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>clirr-maven-plugin</artifactId>
-            <version>2.2.2</version>
-          </plugin-->
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>findbugs-maven-plugin</artifactId>
           </plugin>
-          <plugin>
-            <groupId>org.codehaus.sonar-plugins</groupId>
-            <artifactId>maven-report</artifactId>
-            <version>0.1</version>
-          </plugin>
         </plugins>
       </reporting>
     </profile>