You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ad...@apache.org on 2017/11/23 15:56:28 UTC

ambari git commit: AMBARI-22504. Enable jira plugin

Repository: ambari
Updated Branches:
  refs/heads/branch-feature-AMBARI-22504 d753dcd6b -> 17ec68243


AMBARI-22504. Enable jira plugin


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/17ec6824
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/17ec6824
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/17ec6824

Branch: refs/heads/branch-feature-AMBARI-22504
Commit: 17ec68243b8b28f898dccd928927c9cee94427d7
Parents: d753dcd
Author: Doroszlai, Attila <ad...@hortonworks.com>
Authored: Thu Nov 23 16:56:16 2017 +0100
Committer: Doroszlai, Attila <ad...@hortonworks.com>
Committed: Thu Nov 23 16:56:16 2017 +0100

----------------------------------------------------------------------
 dev-support/yetus-personality | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/17ec6824/dev-support/yetus-personality
----------------------------------------------------------------------
diff --git a/dev-support/yetus-personality b/dev-support/yetus-personality
index cf093a8..841b851 100755
--- a/dev-support/yetus-personality
+++ b/dev-support/yetus-personality
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-personality_plugins "maven,asflicense,author,checkstyle,javac,unit"
+personality_plugins "jira,maven,asflicense,author,checkstyle,javac,unit"
 
 ## @description  Globals specific to this personality
 ## @audience     private