-
Type:
Improvement
-
Status: Dev backlog
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 6.5.0
-
Fix Version/s: None
-
Component/s: ease of use
-
Labels:None
As an OpenDJ plugin developer, I would like a Maven goal to run the server locally after building my custom plugin to make iterative testing easier.
The goal might work in the style of jetty:run, with sample plugin resources and library copied to the appropriate locations before starting the server.
For example, I could run mvn clean package ds:run, and then try out the server running my plugin.