> ps - What made me think there was a 1.0 version was the page you sent to me > -- http://maven.apache.org/enforcer/enforcer-rules/requireProperty.html, > specifically the "<version>1.0</version>". I didn't realize I shouldn't > take the example literally.
Probably the documentation should be fixed/updated to include a correct version tag in the examples. I assume the author of that page expected there would be a 1.0 release, eventually making this example valid, but obviously it is confusing to some people. If you'd like, you can file a bug in JIRA so the documentation is updated. In the future, you can use www.mvnrepository.com to check for versions of artifacts, or simply hit Central directly with a web browser and navigate to the plugin directory to look at all available versions: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/ Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
