[
https://issues.apache.org/jira/browse/HTRACE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14877414#comment-14877414
]
Colin Patrick McCabe commented on HTRACE-259:
---------------------------------------------
+1 for the current patch changing the root pom.xml and renaming htrace-core to
htrace-core4. It fits in with Maven conventions better that way, and I don't
see much of a downside to renaming the directory.
> 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
> Fix For: 4.0.1
>
> 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)