dongjoon-hyun opened a new pull request #673: URL: https://github.com/apache/orc/pull/673
### What changes were proposed in this pull request? This PR aims to include `source` jars at snapshots. - https://repository.apache.org/content/repositories/snapshots/org/apache/orc/orc-core/ ### Why are the changes needed? Currently, snapshot artifacts doesn't have source jars while the release artifacts have them. `source` jars are crucial during debugging with snapshot jars. ### How was this patch tested? Manually. **AFTER** ``` $ mvn install -DskipTests $ ls -al ~/.m2/repository/org/apache/orc/orc-core/1.7.0-SNAPSHOT total 6872 drwxr-xr-x 9 dongjoon staff 288 Mar 27 19:00 . drwxr-xr-x 4 dongjoon staff 128 Mar 27 19:00 .. -rw-r--r-- 1 dongjoon staff 318 Mar 27 19:00 _remote.repositories -rw-r--r-- 1 dongjoon staff 1327 Mar 27 19:00 maven-metadata-local.xml -rw-r--r-- 1 dongjoon staff 1808265 Mar 27 19:00 orc-core-1.7.0-SNAPSHOT-nohive.jar -rw-r--r-- 1 dongjoon staff 443706 Mar 27 19:00 orc-core-1.7.0-SNAPSHOT-sources.jar -rw-r--r-- 1 dongjoon staff 210828 Mar 27 19:00 orc-core-1.7.0-SNAPSHOT-test-sources.jar -rw-r--r-- 1 dongjoon staff 1029565 Mar 27 19:00 orc-core-1.7.0-SNAPSHOT.jar -rw-r--r-- 1 dongjoon staff 5210 Mar 25 22:49 orc-core-1.7.0-SNAPSHOT.pom ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
