diff --git a/.run/start jenkins.run.xml b/.run/start jenkins.run.xml
index c0a72141..e7713400 100644
--- a/.run/start jenkins.run.xml
+++ b/.run/start jenkins.run.xml
@@ -12,7 +12,6 @@
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index edc51a10..cc2a477d 100644
--- a/docs/CONTRIBUTING.md
+++ b/docs/CONTRIBUTING.md
@@ -68,14 +68,11 @@ Prerequisites: _Java_, _Maven_ & _IntelliJ IDEA_
- Open the root directory of this project in IntelliJ IDEA.
- If you are opening the first time, wait patiently while project dependencies are being downloaded.
-- Click `Run` in the menu. Select `Edit Configurations` in the menu item.
-- Click `Add New Configuration` (`+`) in the top left of the shown dialog. Select `Maven`.
-- Under `Parameters` tab group, `Working directory:` is `/path/to/configuration-as-code-plugin/plugin`.
-- Under `Parameters` tab group, `Command line:` is `hpi:run`.
- Verify that IntelliJ IDEA is not using bundled maven.
- Click `File` -> `Preferences...` -> `Build, Execution, Deployment` -> `Build Tools` -> `Maven`.
- `Maven home directory:` has `/path/to/apache-maven-x.y.z` value, not `Bundled (Maven 3)`.
-- Open to test the plugin locally.
+- Use the `start jenkins` run configuration stored in the `.run` folder of this project, (if you wish to change it then duplicate it and maintain your own local copy)
+- Open to test the plugin locally.
### CLI
diff --git a/plugin/pom.xml b/plugin/pom.xml
index 3a7d350e..dd5cfa19 100644
--- a/plugin/pom.xml
+++ b/plugin/pom.xml
@@ -17,21 +17,6 @@
Manage Jenkins configuration as codehttps://github.com/jenkinsci/configuration-as-code-plugin
-
-
- jetersen
- Joseph Petersen
-
-
- timja
- Tim Jacomb
-
-
- oleg_nenashev
- Oleg Nenashev
-
-
-
scm:git:https://github.com/jenkinsci/configuration-as-code-plugin.gitscm:git:git@github.com:jenkinsci/configuration-as-code-plugin.git