[richfaces-issues] [JBoss JIRA] (RF-13159) Add Maven compiler properties and remove Maven plugin from the the quickstart POM files

Sande Gilda (JIRA) jira-events at lists.jboss.org
Tue Sep 10 12:37:04 EDT 2013


    [ https://issues.jboss.org/browse/RF-13159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803207#comment-12803207 ] 

Sande Gilda commented on RF-13159:
----------------------------------

Fixed in this pull: https://github.com/richfaces/jdf-quickstarts/pull/5

This commit: https://github.com/sgilda/jdf-quickstarts/commit/3b5b50597836c0dbcff15a7901a267856da6f6cb
                
> Add Maven compiler properties and remove Maven plugin from the the quickstart POM files
> ---------------------------------------------------------------------------------------
>
>                 Key: RF-13159
>                 URL: https://issues.jboss.org/browse/RF-13159
>             Project: RichFaces
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: examples
>            Reporter: Sande Gilda
>            Assignee: Sande Gilda
>             Fix For: 4.3.4
>
>   Original Estimate: 15 minutes
>  Remaining Estimate: 15 minutes
>
> 1. Make sure the following properties are defined in each quickstart POM file:
> {code}
>         <maven.compiler.target>1.6</maven.compiler.target>
>         <maven.compiler.source>1.6</maven.compiler.source>
> {code}
> 2. Remove the Maven plugin from each quickstart POM file:
> {code}
> -            <!-- Compiler plugin enforces Java 1.6 compatibility and activates annotation processors -->
> -            <plugin>
> -                <artifactId>maven-compiler-plugin</artifactId>
> -                <version>${version.compiler.plugin}</version>
> -                <configuration>
> -                    <source>${maven.compiler.source}</source>
> -                    <target>${maven.compiler.target}</target>
> -                </configuration>
> -            </plugin>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list