I eventually tried adding to project.xml:
<dependency>
<groupId>error</groupId>
<artifactId>${basedir}</artifactId>
<version>no.match</version>
<type>jar</type>
<url>http://www.maven.org/</url>
</dependency>I wanted to force a download error that would help me figure out what ${basedir} was. (Less output to wade through than the "-X" option to maven.) Is there a better way to print out variables when running maven?
Thanks, -Ken
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
