Re: Can't test a package with Surefire?

2024-02-05 Thread Gary D. Gregory
[WARNING] Tests run: 168, Failures: 0, Errors: 0, Skipped: 10 > > Maybe it is just the plugin documentation wrong? > > > >> On 2024/02/05 15:22:09 "Gary D. Gregory" wrote: > >> > >>> [...] > >&g

Re: Can't test a package with Surefire?

2024-02-05 Thread Gary D. Gregory
ws 10", version: "10.0", arch: "amd64", family: "windows" Gary On 2024/02/05 15:22:09 "Gary D. Gregory" wrote: > Hi All: > > mvn clean test -Dtest=org.apache.commons.compress.harmony.unpack200.tests.* > > gives me: > > [INFO

Can't test a package with Surefire?

2024-02-05 Thread Gary D. Gregory
Hi All: mvn clean test -Dtest=org.apache.commons.compress.harmony.unpack200.tests.* gives me: [INFO] --- surefire:3.2.5:test (default-test) @ commons-compress --- [INFO] [INFO] BUILD FAILURE [INFO]

":input tree" noise from compiler plugin

2023-10-07 Thread Gary D. Gregory
I just saw this on the console: [INFO] --- compiler:3.11.0:compile (default-compile) @ commons-io --- [INFO] Changes detected - recompiling the module! :input tree [INFO] Compiling 250 source files with javac [debug target 1.8] to target/classes I imagine ":input tree" is some debug output that

Using the deploy plugin to deploy an Ant-built jar to Nexus

2023-04-29 Thread Gary D. Gregory
Hi all, Can someone offer advice on using the deploy plugin to deploy an Ant-built jar to Nexus, please see https://issues.apache.org/jira/browse/INFRA-24533 TY! Gary - To unsubscribe, e-mail: