Hi, so I was trying to cut an RC for config but it fails with
Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4:single (source-release-assembly) on project commons-configuration: site did not exist in the target directory - please run site:site before creating the assembly: Mojo configuration is invalid: site did not exist in the target directory - please run site:site before creating the assembly -> [Help 1] so the assemblies require the site to be present before release:prepare? Or how is that supposed to work. When running release:prepare it will execute the build lifecycle and then the site lifecycle. But in the build verify phase the site must be present which it obviously not is. Or is it not possible to use release:prepare for config and I have to do it by hand? Thanks for helping me out here, Henning