You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mnemonic.apache.org by johnugeorge <gi...@git.apache.org> on 2017/08/31 21:18:52 UTC

[GitHub] incubator-mnemonic pull request #65: Adding java docs to travis

GitHub user johnugeorge opened a pull request:

    https://github.com/apache/incubator-mnemonic/pull/65

    Adding java docs to travis

    Added java doc generation to travis test

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

    $ git pull https://github.com/johnugeorge/incubator-mnemonic master

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

    https://github.com/apache/incubator-mnemonic/pull/65.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 #65
    
----
commit 7498e3e0c45ec0ae2211637befc0f89744a3091c
Author: Johnu George <jo...@apache.org>
Date:   2017-08-31T21:15:50Z

    Adding java docs to travis

----


---
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-mnemonic pull request #65: Adding java docs to travis

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

    https://github.com/apache/incubator-mnemonic/pull/65#discussion_r136454237
  
    --- Diff: .travis.yml ---
    @@ -37,6 +37,6 @@ install:
     
     script:
       - ls -l $TRAVIS_BUILD_DIR
    -  - docker run -v $TRAVIS_BUILD_DIR:/ws/incubator-mnemonic --rm -t mnemonic/mneci /bin/bash -c "cd /ws/incubator-mnemonic; git log -1 --stat; git clean -xdf; mvn clean install"
    +  - docker run -v $TRAVIS_BUILD_DIR:/ws/incubator-mnemonic --rm -t mnemonic/mneci /bin/bash -c "cd /ws/incubator-mnemonic; git log -1 --stat; git clean -xdf; mvn clean install; mvn javadoc:javadoc"
    --- End diff --
    
    How about to use following one maven command instead of two?
    mvn clean install javadoc:javadoc


---
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-mnemonic pull request #65: Adding java docs to travis

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

    https://github.com/apache/incubator-mnemonic/pull/65#discussion_r136454730
  
    --- Diff: .travis.yml ---
    @@ -37,6 +37,6 @@ install:
     
     script:
       - ls -l $TRAVIS_BUILD_DIR
    -  - docker run -v $TRAVIS_BUILD_DIR:/ws/incubator-mnemonic --rm -t mnemonic/mneci /bin/bash -c "cd /ws/incubator-mnemonic; git log -1 --stat; git clean -xdf; mvn clean install"
    +  - docker run -v $TRAVIS_BUILD_DIR:/ws/incubator-mnemonic --rm -t mnemonic/mneci /bin/bash -c "cd /ws/incubator-mnemonic; git log -1 --stat; git clean -xdf; mvn clean install; mvn javadoc:javadoc"
    --- End diff --
    
    or use
    mvn clean install && mvn javadoc:javadoc



---
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-mnemonic pull request #65: Adding java docs to travis

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

    https://github.com/apache/incubator-mnemonic/pull/65


---
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.
---