Not that I know of, you will need to validate it your self.
but you can file a JIRA against MNG for this feature enhancement
-D
On 10/13/06, pjungwir <[EMAIL PROTECTED]> wrote:
Hello,
The plugin I'm writing wants some configuration xml like this:
<configuration>
...
<classPath>
<mainClass>com.whatever.Main</mainClass>
<cp>this.jar;that.jar</cp>
</classPath>
...
</configuration>
The classPath element is required, and the mainClass element is also
required.
But maven doesn't seem to care about annotations I put on ClassPath.java.
It only looks at annotations on the mojo class.
Is there any way I can make <mainClass> be required?
Thanks,
Paul
--
View this message in context:
http://www.nabble.com/plugin-annotations-on-plugin-members%27-classes-tf2437892.html#a6798129
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]