Closed ferstl closed 5 years ago
Excellent @ferstl! Do you, or the company you work for, have a signed OCA (Oracle Contributor Agreement)?
I signed and mailed it today but it has not been published on https://www.oracle.com/technetwork/community/oca-486395.html yet.
Ok. It will likely take a few days for the OCA to be processed. Please let me know when you've received confirmation!
Now it's processed and published: https://www.oracle.com/technetwork/community/oca-486395.html#f
Thanks for your contribution Stefan!
It would be really helpful to have source JARs for your modules. This will provide much better IDE support (code completion, access to documentation, ...) when using the modules as third-party libraries. With the adjustments of this PR Maven will create a source JAR for each module in the
core/
directory and install/deploy it to the Maven repository. Furthermore, if you are planning to publish the mission control JARs on Maven Central, you need to provide source (and Javadoc) JARs along with the binaries.