Skip to content

Commit 737bc92

Browse files
Merge pull request #4331 from tsparber/patch-1
Add note to run mvn hudson-dev:run to CONTRIBUTING.md
2 parents e99c183 + c3d191b commit 737bc92

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ If you want to debug this WAR file without using Maven plugins,
3939
You can just start the executable with [Remote Debug Flags]
4040
and then attach IDE Debugger to it.
4141

42+
To compile and launch a development instance, run:
43+
44+
mvn hudson-dev:run
45+
46+
<!--
47+
This should be `mvn hudson-dev:run` as long as JENKINS-23364 is not resolved.
48+
For jenkis-dev:run it is currently necessary to add `org.jenkins-ci.tools` as a plugin group
49+
to the maven settings.xml.
50+
See also https://github.com/jenkinsci/jenkins/pull/4331#discussion_r341041470
51+
-->
52+
4253
## Testing changes
4354

4455
Jenkins core includes unit and functional tests as a part of the repository.

0 commit comments

Comments
 (0)