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 582293 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]
added maven pom
0001-add-maven-pom.patch (text/plain), 3.34 KB, created by
gil cattaneo
on 2012-05-05 16:13:13 UTC
(
hide
)
Description:
added maven pom
Filename:
MIME Type:
Creator:
gil cattaneo
Created:
2012-05-05 16:13:13 UTC
Size:
3.34 KB
patch
obsolete
>From 0d04a516d1496e4aca25de90400171356ecd7f65 Mon Sep 17 00:00:00 2001 >From: gil <puntogil@libero.it> >Date: Sat, 5 May 2012 13:00:13 +0200 >Subject: [PATCH] add maven pom > >--- > junitperf-1.9.1.pom | 36 ++++++++++++++++++++++++++++++++++++ > junitperf.spec | 12 +++++++++++- > 2 files changed, 47 insertions(+), 1 deletions(-) > 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 fa0227c..736ef40 100644 >--- a/junitperf.spec >+++ b/junitperf.spec >@@ -30,11 +30,12 @@ > > Name: junitperf > Version: 1.9.1 >-Release: 7%{?dist} >+Release: 8%{?dist} > Summary: JUnit extension for performance and scalability testing > License: BSD > Group: Development/Testing > 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 >@@ -107,6 +114,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || : > %{_datadir}/%{name} > > %changelog >+* 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.7.7.6 >
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