Tom Huybrechts a écrit :
On 11/27/06, Tom Huybrechts <[EMAIL PROTECTED]> wrote:
This plugin uses sourcelevel 1.5:
https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/repositorytools-maven-plugin
... and it does have non-mojo classes that do not have these
constraints (see the components package)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
If I add an enum in its own file in this plugin I get a build failure :(
without any reference from a MOJO. This is most infortunate and blocking
in my opinion.
The enum :
package org.codehaus.mojo.repositorytools;
/**
*
* @author ehugonnet
*/
public enum OperationTypeEnum {
ADD,UPDATE, FIX, REMOVE;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]