You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streams.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/08/28 22:49:45 UTC

[jira] [Commented] (STREAMS-359) copy streams-master pom into streams-project as CI workaround

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

ASF GitHub Bot commented on STREAMS-359:
----------------------------------------

GitHub user steveblackmon opened a pull request:

    https://github.com/apache/incubator-streams/pull/253

    resolves STREAMS-359: copy master pom into streams-project

    

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

    $ git pull https://github.com/steveblackmon/incubator-streams STREAMS-359

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

    https://github.com/apache/incubator-streams/pull/253.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 #253
    
----
commit 70aec093aa3ba963501da275c4aa479590011531
Author: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Date:   2015-08-28T20:34:26Z

    resolves STREAMS-359: copy master pom into streams-project

----


> copy streams-master pom into streams-project as CI workaround
> -------------------------------------------------------------
>
>                 Key: STREAMS-359
>                 URL: https://issues.apache.org/jira/browse/STREAMS-359
>             Project: Streams
>          Issue Type: Task
>            Reporter: Steve Blackmon
>            Assignee: Steve Blackmon
>            Priority: Blocker
>
> I've been trying for months to get someone to fix the problem messing
> up our Jenkins/Travis setup without success. BUILDS-88 is the related
> open issue.
> Details:
> a) streams has a master pom which contains most of the standard
> dependency and plugin management details.
> b) incubator-streams and incubator-streams-examples both depend on
> incubator-streams-master, greatly reducing duplication between their
> poms.
> c) however this means that neither incubator-streams and
> incubator-streams-examples can build their SNAPSHOTs without resolving
> the incubator-streams-master SNAPSHOT
> d) something wrong in the jenkins/repository.a.o setup is refusing
> deployment of SNAPSHOT artifacts.
> e) thus every push and every PR to incubator-streams and
> incubator-streams-examples appears broken
> As beneficial as a having a master pom is, being able to keep a
> functioning CI system and perform releases is more important.  
> Copy incubator-streams-master/pom.xml into incubator-streams/pom.xml and incubator-streams-examples/pom.xml so CI starts working again.



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