I've run into a problem while attempting to use the Cactus plugin. It
references several variables from the java plugin. For example:
${pom.getPluginContext('maven-java-plugin').getVariable('maven.compile.t
arget')}
At the command-line, I call the cactus-compile goal. The problem seems
to be that the java plugin never gets accessed, so these variables are
empty. If I do the following instead, everything works:
maven java:compile cactus:compile
Is this a known issue? I made an account on Jira to look up
bugs...should I be logging issues I run into there?
Thanks!
--
Sean Timm
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]