You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/03/01 22:39:18 UTC

[jira] [Commented] (KNOX-667) Modify ant targets and align them with maven build profiles

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

ASF subversion and git services commented on KNOX-667:
------------------------------------------------------

Commit ffeb989b0c50fdb78292a8b367fd883990f013c2 in knox's branch refs/heads/master from [~sumit.gupta]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=ffeb989 ]

KNOX-667 Added maven profile and updated ant targets


> Modify ant targets and align them with maven build profiles
> -----------------------------------------------------------
>
>                 Key: KNOX-667
>                 URL: https://issues.apache.org/jira/browse/KNOX-667
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 0.9.0
>            Reporter: Sumit Gupta
>            Assignee: Sumit Gupta
>             Fix For: 0.9.0
>
>
> As per a discussion on the list the following changes need to be made to the ant targets as well as introduce a new maven profile called 'package'
> * ant verify == mvn clean verify
> ** This would compile, run unit and surefire based functional tests.
> * ant package == mvn -Ppackage clean install
> ** This would compile, run unit and surefire based functional tests and create binary packages
> ** This could be followed by 'ant install-test-home' or combined 'ant package install-test-home'
> ** IMPORTANT: This would be the gating criteria for a commit
> * ant release == man -Ppackage,release clean install
> ** This would compile, run all tests (including failsafe based integration tests) and create binary package.
> ** This would be the job run on the Jenkins servers.



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