pnicolucci commented on PR #316:
URL: https://github.com/apache/myfaces/pull/316#issuecomment-1253170952

   I think we can remove the following from the `impl/pom.xml`:
   
      
   
   >                 <execution>
   >                         <id>makecoretld</id>
   >                         <configuration>
   >                             <xmlFile>META-INF/myfaces_core.tld</xmlFile>
   >                             <templateFile>myfaces_core12.vm</templateFile>
   >                             <modelIds>
   >                                 <modelId>myfaces-api</modelId>
   >                                 <modelId>myfaces-impl</modelId>
   >                             </modelIds>
   >                             <params>
   >                                 <shortname>f</shortname>
   >                                 <uri>http://java.sun.com/jsf/core</uri>
   >                                 <displayname>JSF core tag 
library.</displayname>
   >                                 <description>This tag library implements 
the standard JSF core tags.</description>
   >                             </params>
   >                         </configuration>
   >                         <goals>
   >                             <goal>make-config</goal>
   >                         </goals>
   >                     </execution>
   > 
   >                     <execution>
   >                         <id>makehtmltld</id>
   >                         <configuration>
   >                             <xmlFile>META-INF/myfaces_html.tld</xmlFile>
   >                             
<xmlBaseFile>src/main/conf/META-INF/myfaces_html-base.tld</xmlBaseFile>
   >                             <templateFile>myfaces_html12.vm</templateFile>
   >                             <params>
   >                                 <shortname>h</shortname>
   >                                 <uri>http://java.sun.com/jsf/html</uri>
   >                                 <displayname>JSF HTML tag 
library.</displayname>
   >                                 <description>This tag library implements 
the standard JSF HTML tags.</description>
   >                             </params>
   >                             <modelIds>
   >                                 <modelId>myfaces-api</modelId>
   >                             </modelIds>
   >                         </configuration>
   >                         <goals>
   >                             <goal>make-config</goal>
   >                         </goals>
   >                     </execution>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to