[
https://issues.apache.org/jira/browse/HTRACE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14877402#comment-14877402
]
stack commented on HTRACE-259:
------------------------------
Changing the assembly is easy enough. Will make the tgz right. It won't make
what is up in mvn repository right though. See here:
https://repository.apache.org/content/repositories/orgapachehtrace-1019/org/apache/htrace/htrace/4.0.1-incubating/htrace-4.0.1-incubating.pom
This pom will refer to htrace-core when it should be to htrace-core4. I don't
think it does any damage but rename of the module is probably safest thing to
do.
> Rename htrace-core module as htrace-core4 to match the artifactId
> -----------------------------------------------------------------
>
> Key: HTRACE-259
> URL: https://issues.apache.org/jira/browse/HTRACE-259
> Project: HTrace
> Issue Type: Bug
> Reporter: stack
> Assignee: stack
> Attachments: 259.patch
>
>
> When we build an assembly, it contains htrace-core4 rather than htrace-core.
> Same for when we deploy to maven repository; the repository has htrace-core4
> .. jar rather than htrace-core.
> We should rename the module in git to match else build from source fails with
> following:
> {code}
> kalashnikov:htrace-4.0.1-incubating stack$ mvn install
> [INFO] Scanning for projects...
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.apache.htrace:htrace:4.0.1-incubating
> (/Users/stack/Downloads/htrace-4.0.1-incubating/pom.xml) has 1 error
> [ERROR] Child module
> /Users/stack/Downloads/htrace-4.0.1-incubating/htrace-core of
> /Users/stack/Downloads/htrace-4.0.1-incubating/pom.xml does not exist
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)