Rishabh Patel created HDDS-12661:
------------------------------------
Summary: Standardize the Ozone package names for maven
Key: HDDS-12661
URL: https://issues.apache.org/jira/browse/HDDS-12661
Project: Apache Ozone
Issue Type: Improvement
Reporter: Rishabh Patel
When compiling with maven, the summary at the end shows that most module names
have the prefix {{Apache Ozone}} .
{code:java}
[INFO] Apache Ozone HDDS Hadoop Server dependencies ....... SUCCESS [ 0.482 s]
[INFO] Apache Ozone HDDS RocksDB Tools .................... SUCCESS [ 0.362 s]
[INFO] RocksDB Checkpoint Differ .......................... SUCCESS [ 0.599 s]
[INFO] Apache Ozone HDDS Server Framework ................. SUCCESS [ 2.509 s]
[INFO] Apache Ozone/HDDS Documentation .................... SUCCESS [ 51.698 s]
[INFO] Apache Ozone HDDS Container Service ................ SUCCESS [ 2.711 s]
{code}
Two modules do not follow the standard:
{code:java}
# notice the extra `/`
<name>Apache Ozone/HDDS Documentation</name>
<description>Apache Ozone/HDDS Documentation</description>
# no "Apache Ozone" prefix
<name>RocksDB Checkpoint Differ</name>
<description>RocksDB Checkpoint Differ</description> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]