This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 7ee8af9 [MPOM-436] Remove quality-checks profile with
maven-docck-plugin
7ee8af9 is described below
commit 7ee8af950f3bf94dc5000917b8ca8a6d9bd45969
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Oct 17 00:19:22 2023 +0200
[MPOM-436] Remove quality-checks profile with maven-docck-plugin
---
maven-extensions/pom.xml | 27 +--------------------------
maven-plugins/pom.xml | 26 --------------------------
2 files changed, 1 insertion(+), 52 deletions(-)
diff --git a/maven-extensions/pom.xml b/maven-extensions/pom.xml
index e61d7c1..fb6a34f 100644
--- a/maven-extensions/pom.xml
+++ b/maven-extensions/pom.xml
@@ -113,32 +113,7 @@ 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>
- <goals>
- <goal>check</goal>
- </goals>
- <phase>verify</phase>
- </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 bc83f14..1bd7a8a 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -149,32 +149,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>
- <goals>
- <goal>check</goal>
- </goals>
- <phase>verify</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
<profile>
<id>run-its</id>
<properties>