diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly index 4d7b1b63..1f8dd2a0 100644 --- a/plugin/plugin.jelly +++ b/plugin/plugin.jelly @@ -29,6 +29,174 @@ xmlns:u="jelly:util" xmlns:x="jelly:xml" xmlns:assert="assert"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${installedRelease} + ${minReleaseToHave} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +- +=============================================================================== +Must have the plugin ${pluginToTest} v${minReleaseToHave} installed to use this version of ${neededBy}. +${errorSentence} +Try: maven plugin:download -DgroupId=maven -DartifactId=${pluginToTest} -Dversion=${minReleaseToHave} +=============================================================================== + + + + + + + + + + + + + ${file} does not exist.${msg} + + + + + + + + + + ${file} does not contain string [${match}].${msg} + + + + + + + + ${file} found and not expected.${msg} + + + + + + + + Expected [${expected}] but got [${value}].${msg} + + + @@ -336,173 +504,5 @@ /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ${installedRelease} - ${minReleaseToHave} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- -=============================================================================== -Must have the plugin ${pluginToTest} v${minReleaseToHave} installed to use this version of ${neededBy}. -${errorSentence} -Try: maven plugin:download -DgroupId=maven -DartifactId=${pluginToTest} -Dversion=${minReleaseToHave} -=============================================================================== - - - - - - - - - - - - - ${file} does not exist.${msg} - - - - - - - - - - ${file} does not contain string [${match}].${msg} - - - - - - - - ${file} found and not expected.${msg} - - - - - - - - Expected [${expected}] but got [${value}].${msg} - - - -