[
https://issues.apache.org/jira/browse/KNOX-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14137187#comment-14137187
]
ASF subversion and git services commented on KNOX-424:
------------------------------------------------------
Commit 6e316a9429e6e875b5b1498ccb55ca909ed0d7cd in knox's branch
refs/heads/v0.5.0 from [~kevin.minder]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=6e316a9 ]
KNOX-424: Fix maven groupId
(cherry picked from commit d9391c913587b5b7d039a47b82fdf62a02481c2e)
Conflicts:
gateway-provider-jersey/pom.xml
gateway-provider-rewrite-step-secure-query/pom.xml
gateway-server-launcher/pom.xml
gateway-service-oozie/pom.xml
gateway-shell-launcher/pom.xml
gateway-shell/pom.xml
gateway-test-ldap-launcher/pom.xml
gateway-test/pom.xml
gateway-util-launcher/pom.xml
knox-cli-launcher/pom.xml
pom.xml
> Fix maven groupId
> -----------------
>
> Key: KNOX-424
> URL: https://issues.apache.org/jira/browse/KNOX-424
> Project: Apache Knox
> Issue Type: Bug
> Components: Build
> Affects Versions: 0.5.0
> Reporter: Kevin Minder
> Fix For: 0.5.0
>
> Attachments: KNOX-424.patch
>
>
> Currently all modules (including root) use an inappropriate groupId of
> org.apache.hadoop. These should be changed to org.apache.knox.
> {code}
> <parent>
> <groupId>org.apache.hadoop</groupId>
> <artifactId>gateway</artifactId>
> <version>0.6.0-SNAPSHOT</version>
> </parent>
> <artifactId>gateway-release</artifactId>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)