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 663021 Details for
Bug 819199
added maven pom
[?]
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]
modified Gil's patch to fix Group
0001-added-maven-pom.patch (text/plain), 3.46 KB, created by
David Xie
on 2012-12-13 15:48:12 UTC
(
hide
)
Description:
modified Gil's patch to fix Group
Filename:
MIME Type:
Creator:
David Xie
Created:
2012-12-13 15:48:12 UTC
Size:
3.46 KB
patch
obsolete
>From 83b86e0602774b1d321af8b7d577507bc4b0e1cf Mon Sep 17 00:00:00 2001 >From: David Xie <david.scriptfan@gmailcom> >Date: Thu, 13 Dec 2012 23:00:34 +0800 >Subject: [PATCH] added maven pom > >--- > junitperf-1.9.1.pom | 36 ++++++++++++++++++++++++++++++++++++ > junitperf.spec | 12 +++++++++++- > 2 files changed, 47 insertions(+), 1 deletion(-) > create mode 100644 junitperf-1.9.1.pom > >diff --git a/junitperf-1.9.1.pom b/junitperf-1.9.1.pom >new file mode 100644 >index 0000000..0e7784c >--- /dev/null >+++ b/junitperf-1.9.1.pom >@@ -0,0 +1,36 @@ >+<?xml version="1.0"?> >+ >+<project xmlns="http://maven.apache.org/POM/4.0.0" >+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> >+ >+ <modelVersion>4.0.0</modelVersion> >+ >+ <groupId>junitperf</groupId> >+ <artifactId>junitperf</artifactId> >+ <version>1.9.1</version> >+ <packaging>jar</packaging> >+ >+ <name>JUnitPerf</name> >+ <description> >+ JUnitPerf is a collection of JUnit test decorators used to measure the >+ performance and scalability of functionality contained within existing JUnit >+ tests. >+ </description> >+ <url>http://www.clarkware.com/software/JUnitPerf.html</url> >+ <inceptionYear>1999</inceptionYear> >+ >+ <organization> >+ <name>Clarkware Consulting, Inc.</name> >+ <url>http://www.clarkware.com/</url> >+ </organization> >+ >+ <licenses> >+ <license> >+ <name>BSD License</name> >+ <url>http://www.clarkware.com/software/license.txt</url> >+ </license> >+ </licenses> >+ >+</project> >+ >diff --git a/junitperf.spec b/junitperf.spec >index bf3d434..2eede9a 100644 >--- a/junitperf.spec >+++ b/junitperf.spec >@@ -33,8 +33,9 @@ Version: 1.9.1 > Release: 8%{?dist} > Summary: JUnit extension for performance and scalability testing > License: BSD >-Group: Development/Testing >+Group: Development/Libraries > Source0: http://www.clarkware.com/software/junitperf-1.9.1.zip >+Source1: https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads/junitperf/junitperf/%{version}/junitperf-%{version}.pom > URL: http://www.clarkware.com/software/JUnitPerf.html > BuildRequires: ant > BuildRequires: ant-junit >@@ -81,6 +82,10 @@ CLASSPATH=$(build-classpath junit) ant -Dbuild.sysclasspath=first jar test javad > install -pD -T dist/%{name}-%{version}.jar \ > %{buildroot}%{_javadir}/%{name}.jar > >+install -d -m 0755 %{buildroot}%{_mavenpomdir} >+install -pm 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom >+%add_maven_depmap JPP-%{name}.pom %{name}.jar >+ > # javadoc > install -d -m 0755 %{buildroot}%{_javadocdir}/%{name} > cp -pr build/docs/api/* %{buildroot}%{_javadocdir}/%{name} >@@ -97,6 +102,8 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || : > %files > %doc LICENSE README docs/JUnitPerf.html > %{_javadir}/%{name}.jar >+%{_mavenpomdir}/JPP-%{name}.pom >+%{_mavendepmapfragdir}/%{name} > > %files javadoc > %doc LICENSE >@@ -110,6 +117,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || : > * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-8 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >+* Sat May 05 2012 gil cattaneo <puntogil@libero.it> - 1.9.1-8 >+- added maven pom >+ > * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-7 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >-- >1.8.0.2 >
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 819199
:
582293
| 663021