On Tue, Aug 16, 2005 at 11:09:41AM -0500, John Maurer wrote:
> Hunt around in documentation, finally find that there are parameters for the
> goals. How do I set the parameters? I have no idea.
>
> Thanks,
> John
You set them in the pom (if the defaults don't serve for you):
[...]
<plugins>
<plugin>
<groupId>group.id.of.plugin</groupId>
<artifactId>artifact-id-of-plugin</artifactId>
<configuration>
<parameterName>parameterValue</parameterName>
[...]
</configuration>
</plugin>
</plugins>
[...]
incze
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]