You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by yogidevendra <gi...@git.apache.org> on 2016/04/20 17:47:12 UTC

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2061 fixing travis ...

GitHub user yogidevendra opened a pull request:

    https://github.com/apache/incubator-apex-malhar/pull/249

    APEXMALHAR-2061 fixing travis build failures

    1. Restricting memory for surefire plugin

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

    $ git pull https://github.com/yogidevendra/incubator-apex-malhar APEXMALHAR-2061-travis-build-failure-fix

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

    https://github.com/apache/incubator-apex-malhar/pull/249.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 #249
    
----
commit 7211be17d55f659d78f92018a6f967914e6b9272
Author: yogidevendra <de...@datatorrent.com>
Date:   2016-04-20T15:45:26Z

    Restricting memory for surefire plugin

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2061 fixing travis ...

Posted by siyuanh <gi...@git.apache.org>.
Github user siyuanh commented on a diff in the pull request:

    https://github.com/apache/incubator-apex-malhar/pull/249#discussion_r60455234
  
    --- Diff: pom.xml ---
    @@ -75,6 +75,13 @@
             </configuration>
           </plugin>
           <plugin>
    +      	<groupId>org.apache.maven.plugins</groupId>
    +        <artifactId>maven-surefire-plugin</artifactId>
    +        <configuration>
    --- End diff --
    
    In one line?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2061 fixing travis ...

Posted by yogidevendra <gi...@git.apache.org>.
Github user yogidevendra commented on a diff in the pull request:

    https://github.com/apache/incubator-apex-malhar/pull/249#discussion_r60455994
  
    --- Diff: pom.xml ---
    @@ -75,6 +75,13 @@
             </configuration>
           </plugin>
           <plugin>
    +      	<groupId>org.apache.maven.plugins</groupId>
    +        <artifactId>maven-surefire-plugin</artifactId>
    +        <configuration>
    --- End diff --
    
    @siyuanh 
    Is this a general comment or review comment?
    Honestly, I did not get your feedback about what needs to be changed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2061 fixing travis ...

Posted by tweise <gi...@git.apache.org>.
Github user tweise commented on a diff in the pull request:

    https://github.com/apache/incubator-apex-malhar/pull/249#discussion_r60462327
  
    --- Diff: samples/pom.xml ---
    @@ -33,7 +33,18 @@
       <packaging>jar</packaging>
     
       <name>Apache Apex Malhar (incubating) Samples</name>
    -
    +  <build>
    --- End diff --
    
    Adding "checkstyle.skip" under properties does not work?
    
    https://maven.apache.org/plugins/maven-checkstyle-plugin/check-mojo.html



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2061 fixing travis ...

Posted by tweise <gi...@git.apache.org>.
Github user tweise commented on a diff in the pull request:

    https://github.com/apache/incubator-apex-malhar/pull/249#discussion_r60488608
  
    --- Diff: pom.xml ---
    @@ -75,6 +75,13 @@
             </configuration>
           </plugin>
           <plugin>
    +      	<groupId>org.apache.maven.plugins</groupId>
    +        <artifactId>maven-surefire-plugin</artifactId>
    +        <configuration>
    +    		<argLine>-Xmx512m</argLine>
    +  		</configuration>
    --- End diff --
    
    Yes, formatting wasn't correct. Next PR will fix it. @yogidevendra please check your editor settings.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2061 fixing travis ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-apex-malhar/pull/249


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2061 fixing travis ...

Posted by siyuanh <gi...@git.apache.org>.
Github user siyuanh commented on a diff in the pull request:

    https://github.com/apache/incubator-apex-malhar/pull/249#discussion_r60473257
  
    --- Diff: pom.xml ---
    @@ -75,6 +75,13 @@
             </configuration>
           </plugin>
           <plugin>
    +      	<groupId>org.apache.maven.plugins</groupId>
    +        <artifactId>maven-surefire-plugin</artifactId>
    +        <configuration>
    +    		<argLine>-Xmx512m</argLine>
    +  		</configuration>
    --- End diff --
    
    Sorry, wrong comment, but the indentation here is not correct?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2061 fixing travis ...

Posted by tweise <gi...@git.apache.org>.
Github user tweise commented on a diff in the pull request:

    https://github.com/apache/incubator-apex-malhar/pull/249#discussion_r60452425
  
    --- Diff: samples/pom.xml ---
    @@ -33,7 +33,18 @@
       <packaging>jar</packaging>
     
       <name>Apache Apex Malhar (incubating) Samples</name>
    -
    +  <build>
    --- End diff --
    
    See if you can use the property checkstyle.skip instead.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---