You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2016/05/28 20:41:12 UTC

[jira] [Created] (MSHARED-536) Removed unused plugin declaration for maven-assembly-plugin

Karl Heinz Marbaise created MSHARED-536:
-------------------------------------------

             Summary: Removed unused plugin declaration for maven-assembly-plugin
                 Key: MSHARED-536
                 URL: https://issues.apache.org/jira/browse/MSHARED-536
             Project: Maven Shared Components
          Issue Type: Improvement
          Components: maven-shared-utils
    Affects Versions: maven-shared-utils-3.0.0
            Reporter: Karl Heinz Marbaise
            Assignee: Karl Heinz Marbaise
            Priority: Minor
             Fix For: maven-shared-utils-3.0.1


Currently we have the following in the pom file:
{code:xml}
<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-assembly-plugin</artifactId>
  <version>2.5.5</version>
</plugin>
{code}
which is not needed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)