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 368466eb1cacc2d4f871644da99f1d0c4a57221d..9700e1785198c4ddae72f79da1dbdc985380371c 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,7 +54,8 @@ 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 + * TODO: load the HPI file from $M2_REPO or $USER_HOME/.m2 by naming e.g. org.jvnet.hudson.plugins:monitoring:hpi:1.34.0 + * (used in conjunction with the depepdency in POM to ensure it's available) */ String value();