From 8324d45d098495220bf8c8e694da07fc00763aba Mon Sep 17 00:00:00 2001 From: Haroon Sheikh Date: Mon, 12 Oct 2020 17:16:36 +0100 Subject: [PATCH] Updates archetype readme and remove git plugin from pom --- CHANGELOG.md | 4 +++- pom.xml | 2 +- src/main/resources/archetype-resources/README.md | 5 +++-- src/main/resources/archetype-resources/pom.xml | 7 ------- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fcb2f8..d3ca79a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 2.0.1 +## 2.1.0 +### Updated +- Updates archetype readme and removes git plugin from pom ### Fixed - Fixes an issue with maven-classpath-plugin - Fixes an issue with groupId in generated pom.xml diff --git a/pom.xml b/pom.xml index f9559a8..52f29be 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.sitture fitnesse-quickstart - 2.0.2-SNAPSHOT + 2.1.0-SNAPSHOT maven-archetype fitnesse-quickstart-archetype diff --git a/src/main/resources/archetype-resources/README.md b/src/main/resources/archetype-resources/README.md index dd3d48a..bfc9216 100644 --- a/src/main/resources/archetype-resources/README.md +++ b/src/main/resources/archetype-resources/README.md @@ -1,5 +1,6 @@ -# fitnesse-mvn-example -An example maven based Fitnesse project. +# fitnesse-maven-example + +An example maven based Fitnesse project generated using [fitnesse-quickstart](https://github.com/sitture/fitnesse-quickstart) archetype. ## Starting FitNesse diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml index 16efcb9..eed1b04 100644 --- a/src/main/resources/archetype-resources/pom.xml +++ b/src/main/resources/archetype-resources/pom.xml @@ -190,13 +190,6 @@ jar-with-dependencies true - - org.fitnesse.plugins - fitnesse-git-plugin - 1.1.1 - all - true - ${project.basedir}/FitNesse/plugins