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

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


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

commit 03c9bdeca26f60b0466cab6280626203ee8116fe
Author: William Hyun <[email protected]>
AuthorDate: Fri Aug 19 22:18:42 2022 -0700

    ORC-1256: Publish tests jar to maven central
    
    This PR aims to publish tests jar to maven central.
    
    To provide all artifacts to the customer.
    
    Manually install locally and check .m2 directory.
    
    Closes #1221
    
    Closes #1227 from williamhyun/testjar.
    
    Authored-by: William Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 60093ba445667e1fd9e2de8601bc93a48f5cc150)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 java/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/java/pom.xml b/java/pom.xml
index b45d503f8..9e74bb2e7 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -270,6 +270,13 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
           <version>3.2.0</version>
+          <executions>
+            <execution>
+              <goals>
+                <goal>test-jar</goal>
+              </goals>
+            </execution>
+          </executions>
           <configuration>
             <archive>                   
               <manifest>

Reply via email to