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

ASF GitHub Bot commented on ACCUMULO-4511:
------------------------------------------

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

    https://github.com/apache/accumulo-examples/pull/1#discussion_r91394543
  
    --- Diff: .travis.yml ---
    @@ -0,0 +1,30 @@
    +#  Licensed to the Apache Software Foundation (ASF) under one or more
    +#  contributor license agreements.  See the NOTICE file distributed with
    +#  this work for additional information regarding copyright ownership.
    +#  The ASF licenses this file to You under the Apache License, Version 2.0
    +#  (the "License"); you may not use this file except in compliance with
    +#  the License.  You may obtain a copy of the License at
    +#
    +#      http://www.apache.org/licenses/LICENSE-2.0
    +#
    +#  Unless required by applicable law or agreed to in writing, software
    +#  distributed under the License is distributed on an "AS IS" BASIS,
    +#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +#  See the License for the specific language governing permissions and
    +#  limitations under the License.
    +language: java
    +notifications:
    +  irc:
    +    channels:
    +      - "chat.freenode.net#accumulo"
    +    use_notice: true
    +    on_success: change
    +    on_failure: always
    +    template:
    +      - "%{result} %{repository_slug} %{branch} (%{build_url}): %{message}"
    +cache:
    +  directories:
    +    - $HOME/.m2
    +jdk:
    +  - oraclejdk8
    +script: mvn clean verify
    --- End diff --
    
    Consider setting up custom `settings.xml` file to ensure dependencies are 
retrieved securely from Maven Central. See accumulo repo's `.travis.yml` 
`before_script` and `script` sections. (This isn't needed if Travis is now 
fetching over SSL by default... I haven't checked recently.


> Put examples in their own git repo
> ----------------------------------
>
>                 Key: ACCUMULO-4511
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4511
>             Project: Accumulo
>          Issue Type: Task
>          Components: examples
>            Reporter: Christopher Tubbs
>            Priority: Minor
>             Fix For: 2.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Accumulo examples can be put in their own repo.
> The examples (if they were to depend solely on the public API) could be on a 
> separate release cadence than the rest of Accumulo and work across multiple 
> versions. They do not need to be versioned with, or contained within the 
> Accumulo convenience binary tarball. Instead, they could be part of a series 
> of instructional tours on the Accumulo website.
> We can request a new git repo easily at https://reporeq.apache.org



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to