Github user vrozov commented on a diff in the pull request:

    https://github.com/apache/drill/pull/913#discussion_r135148431
  
    --- Diff: .travis.yml ---
    @@ -13,8 +13,10 @@
     # See the License for the specific language governing permissions and
     # limitations under the License.
     
    -sudo: false
    +sudo: required
     before_install: git fetch --unshallow
     language: java
    +jdk:
    +  - openjdk7
     install: mvn install --batch-mode -DskipTests=true 
-Dmaven.javadoc.skip=true -Dsource.skip=true > mvn_install.log || (cat 
mvn_install.log && false)
     script: mvn package -DskipTests=true
    --- End diff --
    
    `install` includes `package` goal and I don't think that javadoc or source 
plugin are enabled in the default profile, so `script` just repeats the 
`install`. Also, if the goal is to skip source jar generation, the proper 
property is maven.source.skip, I believe. 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to