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

vertx.modulename is incorrect if pom.xml has a parent POM #22

Open
ddossot opened this issue May 13, 2014 · 0 comments
Open

vertx.modulename is incorrect if pom.xml has a parent POM #22

ddossot opened this issue May 13, 2014 · 0 comments

Comments

@ddossot
Copy link

ddossot commented May 13, 2014

With this in pom.xml:

<parent>
    <groupId>com.unbounce.vertx</groupId>
    <artifactId>vertx-java-module-parent</artifactId>
    <version>2.1RC4.1-SNAPSHOT</version>
</parent>

<artifactId>vertx-http-dispatcher</artifactId>

JavaClassRunner sets vertx.modulename to com.unbounce.vertx~vertx-java-module-parent~2.1RC4.1-SNAPSHOT.

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