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:51 UTC

[myfaces] 05/05: MYFACES-2025 generated myfaces-metadata.xml on myfaces-impl on linux does not have information annotated on impl

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

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

commit 5cef7379be1b194a1bf310951588f4a2723c63d3
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Wed Oct 29 21:02:00 2008 +0000

    MYFACES-2025 generated myfaces-metadata.xml on myfaces-impl on linux does not have information annotated on impl
---
 impl/pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/impl/pom.xml b/impl/pom.xml
index 6251fde..a21dd6c 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -40,9 +40,10 @@
             <id>makemyfacesmetadata</id>
             <configuration>
                 <!-- Qdox 1.6.3 does not parse inner enums on classes
-                so we have to exclude some files temporally. -->
-                <includes>**/*.java</includes>
-                <excludes>**/FacesCompositeELResolver.java</excludes>
+                so we have to exclude some files temporally. 
+                Added linux case (paths start with /) to filter temporally too-->
+                <includes>/**/*.java,**/*.java</includes>
+                <excludes>/**/FacesCompositeELResolver.java,**/FacesCompositeELResolver.java</excludes>
             </configuration>
             <goals>
               <goal>build-metadata</goal>

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