ASF Bugzilla – Attachment 26563 Details for
Bug 50674
Some maven pom improvments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
taglibs standard patch
taglibs-standard.patch (text/plain), 3.28 KB, created by
olamy
on 2011-01-27 11:07:10 UTC
(
hide
)
Description:
taglibs standard patch
Filename:
MIME Type:
Creator:
olamy
Created:
2011-01-27 11:07:10 UTC
Size:
3.28 KB
patch
obsolete
>Index: impl/pom.xml >=================================================================== >--- impl/pom.xml (revision 1064049) >+++ impl/pom.xml (working copy) >@@ -176,10 +176,7 @@ > <reporting> > <plugins> > <plugin> >- <groupId>org.codehaus.mojo</groupId> >- <artifactId>jxr-maven-plugin</artifactId> >- </plugin> >- <plugin> >+ <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-pmd-plugin</artifactId> > <version>2.3</version> > <configuration> >@@ -207,7 +204,7 @@ > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>findbugs-maven-plugin</artifactId> >- <version>1.2</version> >+ <version>2.3.1</version> > <configuration> > <threshold>Normal</threshold> > <effort>Default</effort> >Index: compat/pom.xml >=================================================================== >--- compat/pom.xml (revision 1064049) >+++ compat/pom.xml (working copy) >@@ -180,6 +180,7 @@ > <reporting> > <plugins> > <plugin> >+ <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-pmd-plugin</artifactId> > <version>2.3</version> > <configuration> >@@ -207,7 +208,7 @@ > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>findbugs-maven-plugin</artifactId> >- <version>1.2</version> >+ <version>2.3.1</version> > <configuration> > <threshold>Normal</threshold> > <effort>Default</effort> >Index: spec/pom.xml >=================================================================== >--- spec/pom.xml (revision 1064049) >+++ spec/pom.xml (working copy) >@@ -122,7 +122,7 @@ > <artifactId>maven-bundle-plugin</artifactId> > <configuration> > <instructions> >- <Bundle-SymbolicName>${groupId}.${artifactId};singleton=true</Bundle-SymbolicName> >+ <Bundle-SymbolicName>${project.groupId}.${project.artifactId};singleton=true</Bundle-SymbolicName> > <Specification-Title>JSR-052 JavaServer Pages Standard Tag Library Specification > </Specification-Title> > <Specification-Vendor>Sun Microsystems, Inc.</Specification-Vendor> >Index: jstlel/pom.xml >=================================================================== >--- jstlel/pom.xml (revision 1064049) >+++ jstlel/pom.xml (working copy) >@@ -180,6 +180,7 @@ > <reporting> > <plugins> > <plugin> >+ <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-pmd-plugin</artifactId> > <version>2.3</version> > <configuration> >@@ -207,7 +208,7 @@ > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>findbugs-maven-plugin</artifactId> >- <version>1.2</version> >+ <version>2.3.1</version> > <configuration> > <threshold>Normal</threshold> > <effort>Default</effort>
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 50674
:
26562
| 26563