[ANN] Apache Maven Assembly Plugin Version 3.2.0 Released

2017-08-16 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin Version 3.1.0 The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single

Unable to do a release with Java 9

2017-08-16 Thread Russell Gold
This is the first time I have tried doing a release since the -ea designator was removed from Java 9. I have upgraded the enforcer and javadoc plugins to 3.0.0-M1 I have filed a bug against the site plugin But when I try to close the uploaded

Re: Unable to do a release with Java 9

2017-08-16 Thread Robert Scholte
Hi Russ, a quick scan of the code and the dependencies of the maven-gpg-plugin suggests there's no need for any changes; this should work with Java 9 as well. MSITE-794 is actually a maven-javadoc-plugin issue which has been fixed. Looks like one of the report plugin is picking up an older

Re: Unable to do a release with Java 9

2017-08-16 Thread Russell Gold
Thanks, Robert. I’ve done some further experimentation, and was able to upload a repository for a different project to a different repository successfully. I’m not yet sure what the problem is - the repository? Something in the configuration? I’ll have to try some things. I’d actually

How best to use profiles and modules for different build purposes

2017-08-16 Thread Kevin Duffey
Hi all, I am working on a project where we have set up modules to manage components better, such as common code, logging, server side, api, etc. It has thus far worked out very nicely. We have one module that is within our entire application and depends on some of the modules (namely api and