Submodule without parent can't be version:set in version plugin 2.2

2015-10-11 Thread Kevin Burton
I have a multi-module project where some of my modules don't have parents referenced. if I change to the directory of that module and then run: mvn versions:set -DnewVersion=5.1.508 I get an exception (see below). It seems to construct the path wrong. It uses the name of the submodule twice

RE: License Auditing

2015-10-11 Thread Gary O'Neall
Hi Jim, Although it does not directly address your needs for license auditing, there is a plugin to produce SPDX documents containing detailed licensing information as part of a Maven goal. Many of the scanning tools such as FOSSOlogy are generating (or planning to generate) SPDX documents

publishing sub-modules without requiring the parent module to be published?

2015-10-11 Thread Kevin Burton
I'm trying to open source a bunch of code in our stack. Is it possible to have a parent module private, and the child module public? The problem I have now is that if our customers or the open source community imports our modules, it needs to fetch the parent, which is private. I assume this is