You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2018/05/08 12:48:08 UTC

[myfaces] 08/08: exclude myfaces-core-assembly file

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

deki pushed a commit to branch 2_0_0
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit be8edec832fb72812331b85bb1a436f2b9a70b39
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Fri Apr 16 02:25:11 2010 +0000

    exclude myfaces-core-assembly file
---
 assembly/src/main/assembly/corebin.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/assembly/src/main/assembly/corebin.xml b/assembly/src/main/assembly/corebin.xml
index 12e06f3..47491f4 100644
--- a/assembly/src/main/assembly/corebin.xml
+++ b/assembly/src/main/assembly/corebin.xml
@@ -8,6 +8,9 @@
     <dependencySet>
       <outputDirectory>lib</outputDirectory>
       <scope>runtime</scope>
+      <excludes>
+        <exclude>org.apache.myfaces.core:myfaces-core-assembly</exclude>
+      </excludes>
     </dependencySet>
   </dependencySets>
   <fileSets>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.