nebula-plugins / gradle-extra-configurations-plugin

Gradle plugin introducing a provided dependency configuration and marking a dependency as optional.
Apache License 2.0
139 stars 18 forks source link

Test case for nebula-plugins#14 #15

Closed michal-nowak closed 10 years ago

michal-nowak commented 10 years ago

nebula-plugins#14 Transitive dependencies in provided scope should not be included in war archives

michal-nowak commented 10 years ago

fixed typo and issue link

bmuschko commented 10 years ago

Thanks for the pull request. It has been merged.

michal-nowak commented 10 years ago

Thanks, I'll try to add ear test case and fix before Monday.

bmuschko commented 10 years ago

That'd be great. Thanks! I haven't deeply thought about the solution yet but maybe you could just substract the provided FileCollection from FileCollection assigned to the War task's classpath property.