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

cannot use property as moduleName #22

Open
adietish opened this issue Jan 9, 2013 · 1 comment
Open

cannot use property as moduleName #22

adietish opened this issue Jan 9, 2013 · 1 comment
Assignees

Comments

@adietish
Copy link

adietish commented Jan 9, 2013

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}]
@ghost ghost assigned rhart Jan 19, 2013
@rhart
Copy link
Owner

rhart commented Jan 19, 2013

Sorry only now seeing this, for some reason I didnt get a notification.

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

2 participants