You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by li...@apache.org on 2020/03/27 15:33:39 UTC

[submarine] branch master updated: SUBMARINE-459. Fix output dir of spark-security module

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

liuxun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new f374ff4  SUBMARINE-459. Fix output dir of spark-security module
f374ff4 is described below

commit f374ff4c7444945d62c23a987a158e1d9f999d72
Author: Kent Yao <ya...@hotmail.com>
AuthorDate: Fri Mar 27 18:13:40 2020 +0800

    SUBMARINE-459. Fix output dir of spark-security module
    
    ### What is this PR for?
    
    minor fix for the output dirs of spark-security module, then they will not conflict with other java modules
    
    ### What type of PR is it?
    
    Bug Fix
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-459
    
    ### How should this be tested?
    pass ci
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Kent Yao <ya...@hotmail.com>
    
    Closes #252 from yaooqinn/SUBMARINE-459 and squashes the following commits:
    
    5b0dfc6 [Kent Yao] SUBMARINE-459. Fix output dir of spark-security module
---
 submarine-security/spark-security/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/submarine-security/spark-security/pom.xml b/submarine-security/spark-security/pom.xml
index 4cc7a01..a03eabe 100644
--- a/submarine-security/spark-security/pom.xml
+++ b/submarine-security/spark-security/pom.xml
@@ -261,8 +261,8 @@
   </dependencies>
 
   <build>
-    <outputDirectory>target/classes</outputDirectory>
-    <testOutputDirectory>target/test-classes</testOutputDirectory>
+    <outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
+    <testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>
     <testResources>
       <testResource>
         <directory>${project.basedir}/src/test/resources</directory>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org