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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jelly.git


The following commit(s) were added to refs/heads/master by this push:
     new e3780efb Use command line instead of profile which seems to fail GH CI
e3780efb is described below

commit e3780efb372a580685536f6d64f5cfd7cc317cea
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun May 4 10:09:17 2025 -0400

    Use command line instead of profile which seems to fail GH CI
---
 pom.xml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index fa50d1cf..f166be58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -280,25 +280,7 @@
       </plugin>
     </plugins>
   </reporting>
-
   <profiles>
-    <profile>
-      <id>deactivate-javadoc-lint</id>
-      <activation>
-        <jdk>[1.8,)</jdk>
-      </activation>
-      <reporting>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <configuration>
-              <additionalparam>-Xdoclint:none</additionalparam>
-            </configuration>
-          </plugin>
-        </plugins>
-      </reporting>
-    </profile>
   </profiles>
   <developers>
     <developer>

Reply via email to