Add note to run mvn hudson-dev:run

This commit is contained in:
Tommy Sparber 2019-10-30 15:56:35 +01:00 committed by Tommy Sparber
parent b9cda5854a
commit c3d191b752
1 changed files with 11 additions and 0 deletions

View File

@ -39,6 +39,17 @@ If you want to debug this WAR file without using Maven plugins,
You can just start the executable with [Remote Debug Flags]
and then attach IDE Debugger to it.
To compile and launch a development instance, run:
mvn hudson-dev:run
<!--
This should be `mvn hudson-dev:run` as long as JENKINS-23364 is not resolved.
For jenkis-dev:run it is currently necessary to add `org.jenkins-ci.tools` as a plugin group
to the maven settings.xml.
See also https://github.com/jenkinsci/jenkins/pull/4331#discussion_r341041470
-->
## Testing changes
Jenkins core includes unit and functional tests as a part of the repository.