From 31d4a9816db318aac92f5bac0bfb06f83c0d9deb Mon Sep 17 00:00:00 2001 From: Tim Jacomb <21194782+timja@users.noreply.github.com> Date: Sat, 2 Nov 2024 12:01:12 +0000 Subject: [PATCH] Update contributing instructions (#2192) --- .run/start jenkins.run.xml | 1 - docs/CONTRIBUTING.md | 7 ++----- plugin/pom.xml | 15 --------------- 3 files changed, 2 insertions(+), 21 deletions(-) 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 code https://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.git scm:git:git@github.com:jenkinsci/configuration-as-code-plugin.git