Noting problem with maven-plugin builds.

This commit is contained in:
Jesse Glick 2019-11-12 10:03:04 -05:00
parent 035ca2be1c
commit 7d97c1f574
No known key found for this signature in database
GPG Key ID: 1DDA69D94B624311
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ To compile and launch a development instance, run:
mvn -f war jetty:run
```
(Beware that `maven-plugin` builds will not work in this mode due to class loading conflicts.)
## Testing changes
Jenkins core includes unit and functional tests as a part of the repository.