Karl-Heinz Marbaise created MNG-5631:
----------------------------------------
Summary: WARNING about not triggered patterns in assembly
descriptor
Key: MNG-5631
URL: https://jira.codehaus.org/browse/MNG-5631
Project: Maven 2 & 3
Issue Type: Improvement
Components: Bootstrap & Build
Affects Versions: 3.2.1
Environment: all
Reporter: Karl-Heinz Marbaise
Priority: Minor
Currently you get warnings like this:
{code}
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @
apache-maven ---
[INFO]
[INFO] --- maven-assembly-plugin:2.4:single (create-distro) @ apache-maven ---
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[WARNING] The following patterns were never triggered in this artifact
exclusion filter:
o 'junit:junit'
o 'commons-logging:commons-logging-api'
[INFO] Building zip:
/Users/kama/ws-git/apache/maven/apache-maven/target/apache-maven-3.2.2-SNAPSHOT-bin.zip
[WARNING] The following patterns were never triggered in this artifact
exclusion filter:
o 'junit:junit'
o 'commons-logging:commons-logging-api'
{code}
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)