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

aw pushed a commit to branch YETUS-767
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/YETUS-767 by this push:
     new 856b10c  YETUS-770. yetus-maven-plugin build helper adds source files, 
not dirs
856b10c is described below

commit 856b10cbe3798db2ae621d6bd3209a588782d8f7
Author: Allen Wittenauer <[email protected]>
AuthorDate: Thu Jan 10 07:49:59 2019 -0800

    YETUS-770. yetus-maven-plugin build helper adds source files, not dirs
    
    Signed-off-by: Sean Busbey <[email protected]>
    (cherry picked from commit 269ed7f4b89cdf50ee152fe2e7aa1eb805c964f0)
---
 yetus-maven-plugin/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/yetus-maven-plugin/pom.xml b/yetus-maven-plugin/pom.xml
index cec445e..fe8b941 100644
--- a/yetus-maven-plugin/pom.xml
+++ b/yetus-maven-plugin/pom.xml
@@ -79,8 +79,7 @@
             <configuration>
               <sources>
                 <source>../yetus-minimaven-plugin/src/main/resources</source>
-                
<source>../yetus-minimaven-plugin/src/main/java/org/apache/yetus/maven/plugin/fileops/MakeBins4Libs.java</source>
-                
<source>../yetus-minimaven-plugin/src/main/java/org/apache/yetus/maven/plugin/fileops/CreateSymLinkMojo.java</source>
+                
<source>../yetus-minimaven-plugin/src/main/java/org/apache/yetus/maven/plugin/fileops</source>
               </sources>
             </configuration>
           </execution>

Reply via email to