[
https://issues.apache.org/jira/browse/MEAR-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745249#comment-15745249
]
ASF GitHub Bot commented on MEAR-217:
-------------------------------------
GitHub user fabianschlier opened a pull request:
https://github.com/apache/maven-plugins/pull/100
Fixed MEAR-217: Correct match of snapshot version in skinny wars
The patch was already proposed (and tested by the community) within JIRA
issue https://issues.apache.org/jira/browse/MEAR-217
but never integrated. The patch includes a very small fix and a
corresponding integration test of the problem.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fabianschlier/maven-plugins MEAR-217
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-plugins/pull/100.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #100
----
commit d194f468f2b84239643480d883e9fb557e45f952
Author: Schlier, Fabian <[email protected]>
Date: 2016-12-13T14:05:31Z
Fixed MEAR-217: Correct match of snapshot version in skinny wars
----
> Snapshot dependencies are not deleted from skinny WARs
> ------------------------------------------------------
>
> Key: MEAR-217
> URL: https://issues.apache.org/jira/browse/MEAR-217
> Project: Maven Ear Plugin
> Issue Type: Bug
> Reporter: Tamás Baráth
> Fix For: more-investigation
>
> Attachments: jar-sample-one-1.0-20150825.210557-91.jar,
> maven-ear-plugin.patch, test-project.zip
>
>
> EAR plugin doesn't delete snapshot dependencies from skinny WARs if Maven has
> downloaded that dependencies from a remote repository. The EAR contains the
> files in library bundle directory and in WEB-INF/lib folder of the WARs as
> well.
> When snapshots are installed to local repository with 'mvn install' command,
> the plugin works fine.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)