You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2019/01/10 16:33:03 UTC

[yetus] branch master updated: YETUS-770. yetus-maven-plugin build helper adds source files, not dirs

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

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


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

commit 269ed7f4b89cdf50ee152fe2e7aa1eb805c964f0
Author: Allen Wittenauer <aw...@apache.org>
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 <bu...@apache.org>
---
 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 d714141..030c0d6 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>