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:08:00 UTC

[maven-parent] 01/01: [MPOM-333] Remove usages of maven-docck-plugin

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>