You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while "m2m" plugin depends on "velocity-tools" plugin and the mavenizor configuration only lists the "m2m" plugin as "inputBundle". Also there is no other plugin in the base-core module which depends on the "velocity.tools" plugin.
When building the base-java module it can now happen that the "velocity-tools" plugin only gets partially deployed and the pom is missing.
The "velocity-tools" plugin has to be configured as "inputBundle" in the mavenizor configuration explicitely, otherwise the build should fail.
The text was updated successfully, but these errors were encountered:
Given following module structure:
while "m2m" plugin depends on "velocity-tools" plugin and the mavenizor configuration only lists the "m2m" plugin as "inputBundle". Also there is no other plugin in the base-core module which depends on the "velocity.tools" plugin.
When building the base-java module it can now happen that the "velocity-tools" plugin only gets partially deployed and the pom is missing.
The "velocity-tools" plugin has to be configured as "inputBundle" in the mavenizor configuration explicitely, otherwise the build should fail.
The text was updated successfully, but these errors were encountered: