You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/11/06 12:34:57 UTC

[commons-net] 02/04: Replace CLIRR with JApiCmp

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-net.git

commit ce1c737ddccdb85bba0232b2754ba6e76abbc119
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 6 07:07:17 2022 -0500

    Replace CLIRR with JApiCmp
    
    Add JaCoCo
---
 pom.xml | 26 +++-----------------------
 1 file changed, 3 insertions(+), 23 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7f8f167d..db05d984 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,12 +52,13 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel
 
         <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
         <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-net</commons.scmPubUrl>
+        <japicmp.skip>false</japicmp.skip>
+        <jacoco.skip>false</jacoco.skip>
 
         <!-- Current release -->
         <commons.release.version>3.9.0</commons.release.version>
         <commons.rc.version>RC1</commons.rc.version>
-        <commons.release.desc>(Requires Java ${maven.compiler.target} or
-            later)</commons.release.desc>
+        <commons.release.desc>(Requires Java ${maven.compiler.target} or later)</commons.release.desc>
 
         <!-- Release plugin defines -->
         <commons.bc.version>3.8.0</commons.bc.version>
@@ -338,17 +339,6 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel
                 </configuration>
             </plugin>
 
-            <!-- drop examples from CLI invocations -->
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>clirr-maven-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <exclude>**/examples/**</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-
             <!-- Allow exec:java to launch examples from the classpath For example: mvn -q exec:java -Dexec.arguments=FTPClientExample,-A,-l,hostname -->
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
@@ -394,16 +384,6 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel
                 </configuration>
             </plugin>
 
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>clirr-maven-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <exclude>**/examples/**</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>