You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2022/08/20 05:18:52 UTC

[orc] branch main updated: ORC-1256: Publish tests jar to maven central

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 60093ba44 ORC-1256: Publish tests jar to maven central
60093ba44 is described below

commit 60093ba445667e1fd9e2de8601bc93a48f5cc150
Author: William Hyun <wi...@apache.org>
AuthorDate: Fri Aug 19 22:18:42 2022 -0700

    ORC-1256: Publish tests jar to maven central
    
    ### What changes were proposed in this pull request?
    This PR aims to publish tests jar to maven central.
    
    ### Why are the changes needed?
    To provide all artifacts to the customer.
    
    ### How was this patch tested?
    Manually install locally and check .m2 directory.
    
    Closes #1221
    
    Closes #1227 from williamhyun/testjar.
    
    Authored-by: William Hyun <wi...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/java/pom.xml b/java/pom.xml
index f9ae23ae6..46d3d6d18 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -273,6 +273,13 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
           <version>3.2.2</version>
+          <executions>
+            <execution>
+              <goals>
+                <goal>test-jar</goal>
+              </goals>
+            </execution>
+          </executions>
           <configuration>
             <archive>
               <manifest>