diff --git a/test/src/main/java/org/jvnet/hudson/test/recipes/WithPlugin.java b/test/src/main/java/org/jvnet/hudson/test/recipes/WithPlugin.java index 9901de1a501dd12cecc5a4c05addd818cd282d8e..368466eb1cacc2d4f871644da99f1d0c4a57221d 100644 --- a/test/src/main/java/org/jvnet/hudson/test/recipes/WithPlugin.java +++ b/test/src/main/java/org/jvnet/hudson/test/recipes/WithPlugin.java @@ -54,6 +54,7 @@ public @interface WithPlugin { * * For now, this has to be one of the plugins statically available in resources * "/plugins/NAME". TODO: support retrieval through Maven repository. + * Proposal for Maven solution: load the HPI file from $M2_REPO or $USER_HOME/.m2 by naming e.g. org.jvnet.hudson.plugins:monitoring:hpi:1.34.0 */ String value();