Hi Dominik, On Wed, 2018-10-10 at 15:06 +0200, Dominik Süß wrote: > Hi everyone, > > Karl somehow managed to get > https://github.com/apache/sling-org-apache-sling-jcr-packageinit/ up > and > running and added the codebase from whiteboard. > But when I tried to create an internal release I failed with > > [ERROR] Failed to execute goal > org.codehaus.mojo:ianal-maven-plugin:1.0-alpha-1:verify-legal-files > (verify-legal-files) on project org.apache.sling.jcr.packageinit: > Artifact > does not contain any legal files: > org.apache.sling.jcr.packageinit-0.0.1-T20181010134901-51674eb- > javadoc.jar > > The problem is that the META-INF directory in the javadoc.jar in > contrast > to the jar and sources.jar doesn't contain > the maven-shared-archive-resources (which also contain the LICENSE > file). > > Does anyone have an idea what's going on? I have nothing javadoc > specific > in and have no clue how to fix this.
I have tried to run mvn clean install -Papache-release which works just fine for me. I have no idea where your problem is coming from, sorry. Robert
