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

Transient dependencies of type pom not in war #7

Open
jurgweilenmannbradyplc opened this issue Aug 21, 2015 · 1 comment
Open

Transient dependencies of type pom not in war #7

jurgweilenmannbradyplc opened this issue Aug 21, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@jurgweilenmannbradyplc
Copy link

If you a module (added to jarResource) has a dependency of type pom, the war does not include these dependencies.

Example: the module listed as jarResource has a dependency to

                <dependency>
                    <groupId>org.jboss.as</groupId>
                    <artifactId>jboss-as-ejb-client-bom</artifactId>
                    <type>pom</type>
                    <scope>compile</scope>
                </dependency>

In that case, dependencies listed in jboss-as-ejb-client-bom are not included in the war.

They were included in version 1.0-beta-4, but not in 1.0-beta-6 nor 1.0-beta-7-SNAPSHOT

@tchemit tchemit added this to the 1.0-beta-8 milestone Feb 26, 2016
@tchemit tchemit self-assigned this Feb 26, 2016
@tchemit tchemit added the bug label Feb 26, 2016
@RangerRick
Copy link

I can confirm this is regressed in 1.0-beta-7. I was previously using a version of 1.0-beta-7-SNAPSHOT that was built on April 24th, 2014 that did follow type=pom dependencies but I don't have a *-sources.jar so I'm not sure if we modified our build to revert a previous change, or if it's the same as the beta-7 upstream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants