[
https://issues.apache.org/jira/browse/HADOOP-12257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14720388#comment-14720388
]
Sean Busbey commented on HADOOP-12257:
--------------------------------------
{code}
+Every test plugin must have one line in order to be recognized, usually an
'add' statement. Test plugins, for example, have this statement:
```bash
add_plugin <pluginname>
```
{code}
Should be "every plugin" rather than "every test plugin"
{code}
+* UNSUPPORTED_TEST
+
+ - If pluginname\_modules\_worker is given a test type that is not
supported by the build system, set UNSUPPORTED_TEST=true. If it is supported,
set UNSUPPORTED_TEST=false.
+
{code}
could you add an example here? I'm having trouble getting it.
{code}
+* Maven will test ecplise integration as part of the postcompile.
{code}
nit: eclipse
Not really a part of htis change, but can personalities turn this off for e.g.
projects that don't use or care to support eclipse?
> rework build tool support; add gradle; add scala
> ------------------------------------------------
>
> Key: HADOOP-12257
> URL: https://issues.apache.org/jira/browse/HADOOP-12257
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: yetus
> Affects Versions: HADOOP-12111
> Reporter: Allen Wittenauer
> Assignee: Allen Wittenauer
> Attachments: HADOOP-12257.HADOOP-12111.00.patch,
> HADOOP-12257.HADOOP-12111.01.patch, HADOOP-12257.HADOOP-12111.02.patch
>
>
> We need to rework build tool support to be pluggable as well as add gradle
> support so that we cover more of the ecosystem.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)