[dev] Generation 7 - Remove unused prefixes from artifact names

 In Generation 7 (all versions with miner 7 version) all needless prefixes are removed. This means if the artifact name includes the name of the main project - most of all the prefix 'mhu'.


For example in the project 'mhus-lib' there was the package 'mhu-lib-core'. The prefix is now removed and the package is name 'lib-core'. The second prefix is left to specify the project.


New names:

mhu-lib-annotations - lib-annotations
mhu-lib-core - lib-core
mhu-lib-j2ee - lib-j2ee
mhu-lib-jms - lib-jms
mhu-lib-jpa - lib-jpa
mhu-lib-persistence - lib-persistence
mhu-lib-standalone - lib-standalone

mhu-karaf-crypt - karaf-crypt
mhu-osgi-crypt-api - osgi-crypt-api
mhu-osgi-crypt-bc - osgi-crypt-bc

kube-health-servlet - health-servlet
mhu-osgi-jwsclient - jwsbridge-client
mhu-karaf-jwsbridge - jwsclient-karaf
mhu-osgi-jwsbridge - jwsclient-servlet
mhu-osgi-dump-servlet - osgi-dump-servlet
mhu-osgi-rewrite-servlet - rewrite-servlet
mhu-osgi-root-servlet - root-servlet
mhu-osgi-web-console - web-console

mhu-karaf-commands - karaf-commands
mhu-karaf-feature - karaf-feature
mhu-karaf-xdb - karaf-xdb
mhu-osgi-api - osgi-api
mhu-osgi-jms - osgi-jms
mhu-osgi-services - osgi-services

transform-api
transform-birt
transform-core
transform-freemarker
transform-jtwig
transform-pdf
transform-soffice
transform-velocity

Comments

Popular posts from this blog

Creating a flux sync configuration referring a config map for substitution

Sonatype Nexus fails with random "peer not authenticated" errors behind ingress

Create Spring Boot Images in Jenkins/CI in K8s, Part 1