You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Siyao Meng (Jira)" <ji...@apache.org> on 2020/09/10 07:08:00 UTC

[jira] [Created] (HDDS-4229) Upload Ozone 1.0.0 sources jar to Apache maven repo

Siyao Meng created HDDS-4229:
--------------------------------

             Summary: Upload Ozone 1.0.0 sources jar to Apache maven repo
                 Key: HDDS-4229
                 URL: https://issues.apache.org/jira/browse/HDDS-4229
             Project: Hadoop Distributed Data Store
          Issue Type: Improvement
            Reporter: Siyao Meng


ozone artifacts on Apache maven repo doesn't have the corresponding sources jars.
This leads to a small inconvenience where debugging an Ozone client program in IDEs (e.g. IntelliJ) won't be able to fetch sources jars directly from the maven repo.
A possible workaround is to run {{mvn clean source:jar install -DskipTests}} so local maven repo will have the sources jars available for debugging.

e.g.

for hadoop-ozone-client 1.0.0: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-ozone-client/1.0.0/
We don't have {{*-sources.jar}} files.

for hadoop-client 3.3.0:
https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-client/3.3.0/
There are {{hadoop-client-3.3.0-sources.jar}} and {{hadoop-client-3.3.0-test-sources.jar}}.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org