[
https://issues.apache.org/jira/browse/GEOMETRY-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17056826#comment-17056826
]
Alex Herbert commented on GEOMETRY-56:
--------------------------------------
You can still do all your work in a PR and then push to GitHub for review (and
so that Travis can run the checks through various Java versions). Then just
[git merge|https://git-scm.com/docs/git-merge] from master using {{ff-only}}
instead of {{no-ff}}:
{noformat}
git checkout master
git merge --ff-only geometry-56
{noformat}
Note: The {{ff-only}} ensure that the merge is refused if the history is not
linear, i.e. the branch will have to be rebased so it only contains commits on
top of the branch you are merging with (e.g. master).
PS. Welcome to the committers.
> Create distribution archive
> ---------------------------
>
> Key: GEOMETRY-56
> URL: https://issues.apache.org/jira/browse/GEOMETRY-56
> Project: Apache Commons Geometry
> Issue Type: Improvement
> Reporter: Karl Heinz Marbaise
> Assignee: Karl Heinz Marbaise
> Priority: Blocker
> Labels: Maven, jenkins, pull-request-available
> Fix For: 1.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> *Problem*
> * Currently the configuration for building a distribution archive does not
> exist
> * The current configuration for creating archives is wrong
> *Goal*
> * Create separate distribution archive module
> * Create correct configuration for maven-assembly-plugin
--
This message was sent by Atlassian Jira
(v8.3.4#803005)