You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2016/01/25 23:14:40 UTC

[jira] [Created] (REEF-1152) Remove duplicate plugin declaration in reef-vortex

Dongjoon Hyun created REEF-1152:
-----------------------------------

             Summary: Remove duplicate plugin declaration in reef-vortex
                 Key: REEF-1152
                 URL: https://issues.apache.org/jira/browse/REEF-1152
             Project: REEF
          Issue Type: Bug
            Reporter: Dongjoon Hyun
            Assignee: Dongjoon Hyun
            Priority: Trivial


In `reef-vortex` module, pom.xml declares `avro-maven-plugin` twice.
This removes the second one.
{code}
-             <plugin>
-                <groupId>org.apache.avro</groupId>
-                <artifactId>avro-maven-plugin</artifactId>
-            </plugin>
{code}



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