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 2022/08/06 11:44:07 UTC

[maven-toolchains-plugin] branch MTOOLCHAINS-43 created (now 90acdc8)

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

khmarbaise pushed a change to branch MTOOLCHAINS-43
in repository https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git


      at 90acdc8  [MTOOLCHAINS-43] - Cleanup - Pom

This branch includes the following new commits:

     new 90acdc8  [MTOOLCHAINS-43] - Cleanup - Pom

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-toolchains-plugin] 01/01: [MTOOLCHAINS-43] - Cleanup - Pom

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

khmarbaise pushed a commit to branch MTOOLCHAINS-43
in repository https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git

commit 90acdc8bac3042ef3f266a7ee6abfb4b83ad1d7d
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Aug 6 13:44:00 2022 +0200

    [MTOOLCHAINS-43] - Cleanup - Pom
---
 pom.xml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8652457..a8a5c21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,8 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
+    <artifactId>maven-plugins</artifactId>
     <version>37</version>
     <relativePath />
   </parent>
@@ -95,13 +95,4 @@ under the License.
       <scope>provided</scope>
     </dependency>
   </dependencies>
-  
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jxr-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </reporting>
 </project>