stack created HTRACE-259:
----------------------------
Summary: 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
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)