This is an automated email from the ASF dual-hosted git repository.
hasan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/clerezza.git
The following commit(s) were added to refs/heads/master by this push:
new 713c422 Uncomment the use of maven-pladoc-plugin in parent/pom.xml
713c422 is described below
commit 713c422d5a41603e3001e2f10a5eb810d4859465
Author: Hasan <[email protected]>
AuthorDate: Thu Feb 10 08:10:26 2022 +0100
Uncomment the use of maven-pladoc-plugin in parent/pom.xml
---
parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 8fe56b7..744f0c2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -494,11 +494,11 @@
<artifactId>maven-plugin-plugin</artifactId>
<version>3.6.0</version>
</plugin>
- <plugin>
+ <!--<plugin>
<groupId>org.apache.clerezza</groupId>
<artifactId>maven-pladoc-plugin.core</artifactId>
<version>0.3-incubating</version>
- </plugin>
+ </plugin>-->
</plugins>
</reporting>
<profiles>