[
https://issues.apache.org/jira/browse/MYFACES-3737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13821152#comment-13821152
]
Dora Rajappan commented on MYFACES-3737:
----------------------------------------
Having file names in the exclude list for compilation in the pom is better.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/javax/faces/component/html/_HtmlBody.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlColumn.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlCommandButton.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlCommandLink.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlDataTable.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlDoctype.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlForm.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlGraphicImage.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlHead.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlInputFile.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlInputSecret.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlInputText.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlInputTextarea.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlMessage.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlMessages.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlOutcomeTargetButton.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlOutcomeTargetLink.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlOutputFormat.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlOutputLabel.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlOutputLink.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlOutputText.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlPanelGrid.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlPanelGroup.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlSelectBooleanCheckbox.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlSelectManyCheckbox.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlSelectManyListbox.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlSelectManyMenu.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlSelectOneListbox.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlSelectOneMenu.java</exclude>
<exclude>**/javax/faces/component/html/_HtmlSelectOneRadio.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)