From 0b6542e3e15704a294943c9eb7c1b97dfc84c1b2 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Wed, 26 Oct 2005 05:27:19 +0000 Subject: [PATCH] o little cut and paste blurb git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328567 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugins/ann.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 maven-plugins/ann.txt diff --git a/maven-plugins/ann.txt b/maven-plugins/ann.txt new file mode 100644 index 0000000000..e203bb50e8 --- /dev/null +++ b/maven-plugins/ann.txt @@ -0,0 +1,13 @@ +To obtain the latest release, include the in your POM: + + org.apache.maven.plugins + maven-foo--plugin + + + +If you have omitted the version, you can update to the latest release +using the -U flag: + +mvn -U | + +- The Maven Plugins Team