You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/28 12:11:04 UTC

[jira] [Commented] (GORA-511) Eclipse shows the error 'The type package-info is already defined'

    [ https://issues.apache.org/jira/browse/GORA-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16027796#comment-16027796 ] 

ASF GitHub Bot commented on GORA-511:
-------------------------------------

GitHub user alfonsonishikawa opened a pull request:

    https://github.com/apache/gora/pull/105

    GORA-511 Excluding package-info.java from test compile because m2e in Eclipse …

    …does not support duplicated package-info.java both in main and test.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/alfonsonishikawa/gora GORA-511

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/gora/pull/105.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 #105
    
----
commit 6e00139362d75c755f311ffffc2236998aaf237f
Author: Alfonso Nishikawa Muñumer <al...@gmail.com>
Date:   2017-05-28T11:35:48Z

    Excluding package-info.java from test compile because m2e in Eclipse does not support duplicated package-info.java both in main and test.

----


> Eclipse shows the error 'The type package-info is already defined'
> ------------------------------------------------------------------
>
>                 Key: GORA-511
>                 URL: https://issues.apache.org/jira/browse/GORA-511
>             Project: Apache Gora
>          Issue Type: Bug
>          Components: maven
>    Affects Versions: 0.7
>         Environment: Eclipse
>            Reporter: Alfonso Nishikawa
>            Assignee: Alfonso Nishikawa
>            Priority: Trivial
>
> In Eclipse almost all modules show the compile error 'The type package-info is already defined'. It seems Eclipse does not support duplicated package-info.java found in main and in test. The fix is shown in [1], to be added to the main pom.xml to get fixed for everyone.
> [1] - https://stackoverflow.com/a/35101574/582789



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)