From 41922028e6bccbf9440b85a2b99440b8601d04a6 Mon Sep 17 00:00:00 2001 From: "Sheikh, Haroon" Date: Sat, 27 Aug 2016 21:10:49 +0100 Subject: [PATCH] Updating release information --- README.md | 15 +++++++- pom.xml | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 123 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index db4e028..127e9f3 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# cucumber-jvm-extentreports \ No newline at end of file +# cucumber-jvm-extentreports + +A custom `cucumber-jvm` report formatter using [ExtentReports](http://extentreports.relevantcodes.com) + +## Usage +If you are using a maven based project, you can directly add this library as a dependency: + +``` + + com.sitture + cucumber-jvm-extentsreport + 1.0.0 + +``` \ No newline at end of file diff --git a/pom.xml b/pom.xml index 4676ed1..30e7042 100644 --- a/pom.xml +++ b/pom.xml @@ -2,17 +2,47 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 com.sitture - cucumber-jvm-extentreports + cucumber-jvm-extentreport jar 1.0.0-SNAPSHOT - cucumber-jvm-extentreports - http://maven.apache.org + cucumber-jvm-extentreport + https://github.com/haroon-sheikh/cucumber-jvm-extentreport + A custom cucumber-jvm formatter using ExtentReports 2.41.1 1.2.4 - 2.53.1 + + + + MIT License + http://www.opensource.org/licenses/mit-license.php + repo + + + + + https://github.com/haroon-sheikh/cucumber-jvm-extentreport/issues + GitHub Issues + + + + https://github.com/haroon-sheikh/cucumber-jvm-extentreport + scm:git:git://github.com/haroon-sheikh/cucumber-jvm-extentreport.git + scm:git:git@github.com/haroon-sheikh/cucumber-jvm-extentreport.git + + + + + Haroon Sheikh + haroon-sheikh + https://github.com/haroon-sheikh + + Developer + + + @@ -37,5 +67,80 @@ test + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + release + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + +