Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 587675 Details for
Bug 826456
Add maven-compiler-plugin settings to RichFaces Showcase
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The patch for the issue
0001-added-maven-compiler-plugin-settings-https-bugzilla..patch (text/plain), 1018 bytes, created by
Lukáš Fryč
on 2012-05-30 10:35:26 UTC
(
hide
)
Description:
The patch for the issue
Filename:
MIME Type:
Creator:
Lukáš Fryč
Created:
2012-05-30 10:35:26 UTC
Size:
1018 bytes
patch
obsolete
>From 4536a6adeb2f5ea743607e1c66d1c875a2681546 Mon Sep 17 00:00:00 2001 >From: Lukas Fryc <lfryc@redhat.com> >Date: Wed, 30 May 2012 12:13:47 +0200 >Subject: [PATCH 1/2] added maven-compiler-plugin settings https://bugzilla.redhat.com/show_bug.cgi?id=826456 > >--- > pom.xml | 7 +++++++ > 1 files changed, 7 insertions(+), 0 deletions(-) > >diff --git a/pom.xml b/pom.xml >index 85be990..55e75f2 100644 >--- a/pom.xml >+++ b/pom.xml >@@ -325,6 +325,13 @@ > <build> > <plugins> > <plugin> >+ <artifactId>maven-compiler-plugin</artifactId> >+ <configuration> >+ <source>1.6</source> >+ <target>1.6</target> >+ </configuration> >+ </plugin> >+ <plugin> > <artifactId>maven-assembly-plugin</artifactId> > <!-- <version>2.2.1</version> --> > <executions> >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 826456
:
587675
|
589533