[jbosstools-issues] [JBoss JIRA] (JBIDE-12111) Unable to update maven configuration for seam 2.3 project

Fred Bricon (JIRA) jira-events at lists.jboss.org
Wed Jun 6 09:37:18 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-12111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fred Bricon updated JBIDE-12111:
--------------------------------

             Fix Version/s: 3.3.1
                                (was: 3.3.0.CR1)
    Workaround Description: 
Open the parent pom.xml and locate the maven-compiler-plugin configuration.
Change the source and target versions from 1.5 to 1.6
Update the Maven project configuration of your seam projects


This is due to the parent pom.xml having Java version hardcoded to 1.5. Since pom.xml > eclipse config, you end up with a constraint violation for the seam facet because the Java Facet has been downgraded to 1.5. 

As a workaround, the maven-compiler-plugin configuration in the parent pom.xml must be manually updated to 1.6.
                
> Unable to update maven configuration for seam 2.3 project
> ---------------------------------------------------------
>
>                 Key: JBIDE-12111
>                 URL: https://issues.jboss.org/browse/JBIDE-12111
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: maven
>    Affects Versions: 3.3.0.CR1
>            Reporter: Rastislav Wagner
>            Assignee: Fred Bricon
>             Fix For: 3.3.1
>
>
> Unable to update Maven configuration
> One or more constraints have not been satisfied.
> Constraints for Seam 2.3 have not been met.
> Dynamic Web Module 3.0 requires Java 1.6 or newer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list