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

Using libertyApp configuration ignores stripVersion #628

Closed
mattbsox opened this issue Sep 29, 2021 · 0 comments · Fixed by #630
Closed

Using libertyApp configuration ignores stripVersion #628

mattbsox opened this issue Sep 29, 2021 · 0 comments · Fixed by #630
Assignees

Comments

@mattbsox
Copy link
Member

The value of stripVersion is ignored when deploying an app using the libertyApp configuration. The resolved artifact is installed without removing the version.

Resolved artifact name: testWar-1.0-SNAPSHOT.war
Expected application archive name: testWar.war
Actual application archive name: testWar-1.0-SNAPSHOT.war

Example configuration:

dependencies {
    libertyApp 'io.test:app:1.0-SNAPSHOT'
}

liberty {
    server {
        stripVersion = true
    }
}
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

Successfully merging a pull request may close this issue.

1 participant