You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/11/03 22:07:59 UTC

[maven-parent] branch MPOM-333 created (now 1ccfeb2)

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

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


      at 1ccfeb2  [MPOM-333] Remove usages of maven-docck-plugin

This branch includes the following new commits:

     new 1ccfeb2  [MPOM-333] Remove usages of maven-docck-plugin

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-333] Remove usages of maven-docck-plugin

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

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

commit 1ccfeb2d2ccad699a477ee200cc0da6e3626d129
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Nov 3 23:07:33 2022 +0100

    [MPOM-333] Remove usages of maven-docck-plugin
---
 maven-extensions/pom.xml | 26 --------------------------
 maven-plugins/pom.xml    | 26 --------------------------
 2 files changed, 52 deletions(-)

diff --git a/maven-extensions/pom.xml b/maven-extensions/pom.xml
index 2b46866..3107b15 100644
--- a/maven-extensions/pom.xml
+++ b/maven-extensions/pom.xml
@@ -111,32 +111,6 @@ under the License.
   </build>
 
   <profiles>
-    <profile>
-      <id>quality-checks</id>
-      <activation>
-        <property>
-          <name>quality-checks</name>
-          <value>true</value>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-docck-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>docck-check</id>
-                <phase>verify</phase>
-                <goals>
-                  <goal>check</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
     <profile>
       <id>run-its</id>
       <properties>
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 60113d8..a7380a2 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -153,32 +153,6 @@ under the License.
   </reporting>
 
   <profiles>
-    <profile>
-      <id>quality-checks</id>
-      <activation>
-        <property>
-          <name>quality-checks</name>
-          <value>true</value>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-docck-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>docck-check</id>
-                <phase>verify</phase>
-                <goals>
-                  <goal>check</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
     <profile>
       <id>run-its</id>
       <properties>