Scott Walters <[EMAIL PROTECTED]> wrote on 18/01/2003 02:30:42 PM:
> Hi,
>
> I'm new to Maven and I'm trying to get a very simple project that
> creates a directory to execute.
>
> My attempt has a single file called project.xml that looks like this...
>
> <project>
> <pomVersion>3</pomVersion>
> <id>Test1</id>
> <name>Test1</name>
> <currentVersion>1</currentVersion>
> <inceptionYear>2001</inceptionYear>
>
> <description>Test created in ${pom.inceptionYear}.</description>
> <shortDescription>${pom.name} is a Maven Test</shortDescription>
>
> <goal name="mygoal">
> <mkdir dir="somedir" />
> </goal>
Goals don't go in project.xml, they go in maven.xml
--
dIon Gillard, Multitask Consulting
Blog: http://www.freeroller.net/page/dion/Weblog
Work: http://www.multitask.com.au
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>