Add Automatic-Module-Name declarations 36/80936/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 16 Mar 2019 14:58:03 +0000 (15:58 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 16 Mar 2019 15:11:48 +0000 (16:11 +0100)
commit4ee466b81296b3c701cca64a9c66f4805c94eb7a
tree234c20841ddc6bea96dfde5f178e837f2dbb771d
parenta41b720b1508d5fea8b27d7d7e2c167e2e653593
Add Automatic-Module-Name declarations

Providing automatic module name allows downstreams to better
modularize their deployment with JDK9+. Provide this header
for all production artifacts.

Change-Id: I1dedaea93b7aea9df0ca17a9dad2bcc0ec7848af
JIRA: YANGTOOLS-933
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
35 files changed:
common/concepts/pom.xml
common/util/pom.xml
yang/odlext-model-api/pom.xml
yang/odlext-parser-support/pom.xml
yang/openconfig-model-api/pom.xml
yang/openconfig-parser-support/pom.xml
yang/rfc6536-model-api/pom.xml
yang/rfc6536-parser-support/pom.xml
yang/rfc7952-data-api/pom.xml
yang/rfc7952-data-util/pom.xml
yang/rfc7952-model-api/pom.xml
yang/rfc7952-parser-support/pom.xml
yang/rfc8040-model-api/pom.xml
yang/rfc8040-parser-support/pom.xml
yang/rfc8528-model-api/pom.xml
yang/rfc8528-parser-support/pom.xml
yang/yang-common/pom.xml
yang/yang-data-api/pom.xml
yang/yang-data-codec-gson/pom.xml
yang/yang-data-codec-xml/pom.xml
yang/yang-data-impl/pom.xml
yang/yang-data-jaxen/pom.xml
yang/yang-data-transform/pom.xml
yang/yang-data-util/pom.xml
yang/yang-data-xpath-api/pom.xml
yang/yang-model-api/pom.xml
yang/yang-model-export/pom.xml
yang/yang-model-util/pom.xml
yang/yang-parser-api/pom.xml
yang/yang-parser-impl/pom.xml
yang/yang-parser-reactor/pom.xml
yang/yang-parser-rfc7950/pom.xml
yang/yang-parser-spi/pom.xml
yang/yang-xpath-api/pom.xml
yang/yang-xpath-impl/pom.xml