Bug 826456

Summary: Add maven-compiler-plugin settings to RichFaces Showcase
Product: [Retired] JBoss Enterprise WFK Platform 2 Reporter: Lukáš Fryč <lfryc>
Component: RichFacesAssignee: Marek Novotny <mnovotny>
Status: CLOSED CURRENTRELEASE QA Contact: Pavol Pitonak <ppitonak>
Severity: low Docs Contact:
Priority: medium    
Version: 2.0.0.ER6CC: jbalunas, kpiwko
Target Milestone: ---   
Target Release: 2.0.0.ER8   
Hardware: All   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-22 07:32:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
The patch for the issue
none
Patch for moving the settings out of release profile none

Description Lukáš Fryč 2012-05-30 08:56:04 UTC
Description of problem:
The showcase is missing maven-compiler-plugin settings, which causes Eclipse to treat the project as compilation level = 1.5.

This is not reproducible in community version since it has parent specified which contains plugin's management.

Version-Release number of selected component (if applicable):


How reproducible:



Steps to Reproduce:
1. Import the showcase to JBDS
2. open project settings > Java Compiler
3. Compiler compliance level == 1.5
  
Actual results:
Compiler compliance of the imported project = 1.5

Expected results:
Compiler compliance of the imported project = 1.6

Additional info:

Comment 1 Lukáš Fryč 2012-05-30 10:35:26 UTC
Created attachment 587675 [details]
The patch for the issue

Comment 2 Marek Novotny 2012-05-30 13:17:30 UTC
applied patch

Comment 3 Pavol Pitonak 2012-06-05 09:48:01 UTC
Lukas, it is set in profile "release", shouldn't it be set for each profile?

Comment 4 Lukáš Fryč 2012-06-05 13:36:13 UTC
Confirmed, I have accidentally added configuration to release profile.

Comment 5 Lukáš Fryč 2012-06-05 14:04:48 UTC
Created attachment 589533 [details]
Patch for moving the settings out of release profile

Attached patch for moving the settings out of release profile