mirror of https://github.com/apache/maven.git
Add pom to usage.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162722 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9492d7c3d4
commit
36db7943a1
|
@ -4,9 +4,9 @@ VERSION=1.0
|
|||
|
||||
usage ()
|
||||
{
|
||||
echo "usage: `basename $0` --mode=descriptor|xdoc --source=<source directory> --destination=<destination directory>" >&2
|
||||
echo "usage: `basename $0` --mode=descriptor|xdoc --source=<source directory> --destination=<destination directory> --pom=<project file>" >&2
|
||||
echo "" >&2
|
||||
echo " (ex: `basename $0` --mode=descriptor --source=src/main/java --destination=target)" >&2
|
||||
echo " (ex: `basename $0` --mode=descriptor --source=src/main/java --destination=target --pom=project.xml)" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue