You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Dora Rajappan (JIRA)" <de...@myfaces.apache.org> on 2013/11/07 16:36:17 UTC

[jira] [Commented] (MYFACES-3737) Remove _Html*.class from myface api.jar

    [ https://issues.apache.org/jira/browse/MYFACES-3737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13816051#comment-13816051 ] 

Dora Rajappan commented on MYFACES-3737:
----------------------------------------

It is required to add  below in api pom after myfaces-builder-plugin to remove unused _Html*.java files from api binary.

<plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <configuration>
                    
                      <excludes>
                         <exclude>**/javax/faces/component/html/_Html*.java</exclude>
                      </excludes>
                    </configuration>
                  </plugin>

> Remove _Html*.class from myface api.jar
> ---------------------------------------
>
>                 Key: MYFACES-3737
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3737
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 2.1.12
>         Environment: NA
>            Reporter: Dora Rajappan
>            Priority: Trivial
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> _Html classes are used by the builder plugin and not required to be there in api.jar to have it lighter.



--
This message was sent by Atlassian JIRA
(v6.1#6144)