Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mavenizing dependencies which are part of another (sister) module #4

Open
a-zink opened this issue Apr 14, 2015 · 0 comments
Open

Mavenizing dependencies which are part of another (sister) module #4

a-zink opened this issue Apr 14, 2015 · 0 comments

Comments

@a-zink
Copy link

a-zink commented Apr 14, 2015

Given following module structure:

  • base
    • base-core
      • de.visualrulespatch.velocity.tools
    • base-java
      • de.visualrules.codegenerator.m2m

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant