Re: [VFS] Maven help needed

2024-01-28 Thread Gary Gregory
There must be a bug in the assembly descriptors... Gary On Sun, Jan 28, 2024 at 12:31 PM Gary Gregory wrote: > > Ah, I guess I can add do 'site' and 'deploy' at the same time: > > mvn -V -Ptest-deploy -Prelease -P japicmp -P jacoco site deploy > > to get: > > [INFO] --- assembly:3.6.0:single

Re: [VFS] Maven help needed

2024-01-28 Thread Gary Gregory
Ah, I guess I can add do 'site' and 'deploy' at the same time: mvn -V -Ptest-deploy -Prelease -P japicmp -P jacoco site deploy to get: [INFO] --- assembly:3.6.0:single (binary) @ commons-vfs2-distribution --- [INFO] Reading assembly descriptor: src/assembly/bin.xml [INFO]

[VFS] Maven help needed

2024-01-28 Thread Gary Gregory
Hi All and Rob: To build a local test VFS release candidate, or any multi-module project, I normally do this: mvn -V -Ptest-deploy -Prelease clean install mvn -V -Ptest-deploy -Prelease -P japicmp -P jacoco site mvn -V -Ptest-deploy -Prelease deploy then more stuff but this 3rd step fails with: