You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/05 01:46:01 UTC

[jira] [Commented] (RYA-355) Refactor Periodic Notification Service Projects

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

ASF GitHub Bot commented on RYA-355:
------------------------------------

GitHub user jdasch opened a pull request:

    https://github.com/apache/incubator-rya/pull/221

    RYA-355 Refactored the periodic notification service structure.

    <!--
    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.
    -->
    ## Description
    New artifactIds align better with code packaging, semantics.
    Light pom cleaning.
    Eliminates redundant text in file paths.
    Makes adding the twill app for RYA-356 a little cleaner.
    
    ### Tests
    N/A
    
    ### Links
    [Jira RYA-355](https://issues.apache.org/jira/browse/RYA-355)
    
    ### Checklist
    - [ ] Code Review
    - [X] Squash Commits
    
    #### People To Reivew
    @meiercaleb 
    @isper3at 
    @amihalik 


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

    $ git pull https://github.com/jdasch/incubator-rya candidate/RYA-355

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

    https://github.com/apache/incubator-rya/pull/221.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 #221
    
----
commit ba3aa38d0da26aa1cdf2b4c79799b544cb14b146
Author: jdasch <hc...@gmail.com>
Date:   2017-09-02T00:51:25Z

    RYA-355 Refactored the periodic notification service structure.
    
    New artifactIds align better with code packaging, semantics.
    Light pom cleaning.
    Eliminates redundant text in file paths.
    Makes adding the twill app for RYA-356 a little cleaner.

----


> Refactor Periodic Notification Service Projects
> -----------------------------------------------
>
>                 Key: RYA-355
>                 URL: https://issues.apache.org/jira/browse/RYA-355
>             Project: Rya
>          Issue Type: Sub-task
>          Components: build
>    Affects Versions: 3.2.11
>            Reporter: Jeff Dasch
>            Assignee: Jeff Dasch
>            Priority: Minor
>
> {noformat}
> target directory structure:
> artifactId <=> pom location
> rya.periodic.notification.parent  <=> incubator-rya/extras/periodic.notification/pom.xml
> rya.periodic.notification.service <=> incubator-rya/extras/periodic.notification/service/pom.xml
> rya.periodic.notification.test    <=> incubator-rya/extras/periodic.notification/test/pom.xml
> Provided by RYA-305
> rya.periodic.notification.twill   <=> incubator-rya/extras/periodic.notification/twill/pom.xml
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)