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

Stevo Slavic commented on MAHOUT-1043:
--------------------------------------

Created [pull request which mitigates 
issue|https://github.com/apache/mahout/pull/5]. Basic requirement to enable 
project to be imported and built with m2e is satisfied, but for even cleaner 
solution:
- mahout-collection-codegen-plugin should be changed
-- default output directories should follow convention and end with plugin 
specific sub directory (e.g. mahout);
-- lifecycle mapping metadata compliant with m2e 1.1 should be included in 
mahout-collection-codegen-plugin (see cxf-codegen-plugin trunk for example);
-- mahout-collection-codegen-plugin generate goal should add automatically 
generated sources and test sources, without requiring build helper plugin usage;
- in Apache Mahout sources
-- maven-eclipse-plugin stuf should be removed, its usage is basically 
deprecated in favour of m2e, its creating clutter, and can cause issues if 
applied together with m2e;
-- consider removing ant build scripts as well, or in essence pick and use just 
one build tool (Maven, Gradle, ...) to ease maintenance and avoid confusion of 
less experience developers.
                
> Support building project with m2e plugin in eclipse
> ---------------------------------------------------
>
>                 Key: MAHOUT-1043
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1043
>             Project: Mahout
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.7
>            Reporter: Stevo Slavic
>
> See 
> [this|http://stackoverflow.com/questions/11282737/errors-when-importing-mahouts-maven-resource-to-eclipse]
>  and 
> [this|http://lucene.472066.n3.nabble.com/Eclipse-Mahout-Maven-maven-antrun-plugin-error-td3969446.html]
>  and 
> [this|http://mail-archives.apache.org/mod_mbox/mahout-user/201207.mbox/%3CCAK4b6ue2gtpJHz5gDZ%2BZ0_ZpccsiXecQCGfYtBCx6t%3D5ip6Sjw%40mail.gmail.com%3E]
>  for examples on various issues developers have when trying to import and 
> build Apache Mahout using eclipse and m2e plugin. Build scripts in sources 
> seem to favour Apache Ant and maven-eclipse-plugin, while Apache Maven 3 and 
> m2e are more popular build tool choices nowadays.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to