What is remoteTagging in maven-release-plugin?

2020-03-17 Thread avis . caerulea
Hello, I am having trouble understanding remoteTagging. I use Maven 3.5. 4, maven-release-plugin 3.0. 0-M1 and Subversion 1.8 to build multimodule projects. Sunbversion is a standard structure: trunk, branches, and tags. trunk/ ├ myProject/ │ ├ pom.xml (parent pom) │ : ├ sub1/ │ ├

Re: NullPointerException in maven-jlink-plugin

2020-03-17 Thread Karl Heinz Marbaise
Hi, On 16.03.20 15:50, Thorsten Heit wrote: Hello, I tried to use maven-jlink-plugin to create a modular Java runtime image for an internal application. I've followed the description in the docs, but finally got a NullPointeException during execution of "mvn package"; the same error as in MJLIN

Re: Best Practice for distributing test utilities?

2020-03-17 Thread Matthieu BROUILLARD
Hi Andreas, In your use case I would keep everything in the same foo project but I would generate a kind of 'testutils' jar. >From what I understood your project structure is a bit like foo src/main/java src/test/java com.yourcompany.tests.utils com.yourcompany.tests.yourtests