We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm defining my module name as property in my pom, using the project-name and project-version:
<vertx-mod-name>jbt.${project.name}-v${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}</vertx-mod-name>
If I now use the above property as moduleName,
<plugin> <groupId>org.anacoders.plugins</groupId> <artifactId>vertx-maven-plugin</artifactId> <version>1.3.0.1</version> <configuration> <moduleName>${vertx-mod-name}</moduleName> </configuration> </plugin>
vertx-maven-plugin wont substitute it but use it literally:
Launching module [jbt.vertx-test-v${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}]
The text was updated successfully, but these errors were encountered:
Sorry only now seeing this, for some reason I didnt get a notification.
Sorry, something went wrong.
rhart
No branches or pull requests
I'm defining my module name as property in my pom, using the project-name and project-version:
If I now use the above property as moduleName,
vertx-maven-plugin wont substitute it but use it literally:
The text was updated successfully, but these errors were encountered: