Skip to content

Use manifest.mf from maven's $(project.basedir) instead of the 1st <packaging:module> in tibco.xml #80

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

Closed
wants to merge 1 commit into from

Conversation

phenelle
Copy link

@phenelle phenelle commented May 3, 2017

When using pom.xml with multiple source code modules, the generated ear file does not always have the right version in the manifest. (It currently use the version of the 1st packaging:module of the tibco.xml)

Ex:
pom.xml defines 2 modules:
app.bwsm - v1.1.0
app.bwapp - v1.0.0

We expected the manifest of app.bwapp to be v1.0.0 but it was v1.1.0 because of the order define in TIBCO.xml

This patch uses manifest.mf that is currently in project.basedir

RajibBiswasTibco added a commit that referenced this pull request Jun 12, 2017
@RajibBiswasTibco
Copy link
Contributor

Included this PR in Release Version 1.2.2

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 this pull request may close these issues.

2 participants