2010/11/25 Julien Martin <bal...@gmail.com>:
>            <plugin>
>                <groupId>org.apache.maven.plugins</groupId>
>                <artifactId>maven-compiler-plugin</artifactId>
>                <configuration>
>                    <source>1.6</source>
>                    <target>1.6</target>
>                    <compilerArguments>
>
> <processor>com.jeanbaptistemartin.annotations.TestAnnotationsProcessor</processor>
>                    </compilerArguments>
>                </configuration>
>            </plugin>

You cannot use a not-compiled processor when compiling the processor itself.
You said that you have two classes in this project. Do you mean that
you have *only* these two classes?
If yes, remove the processor parameter. Otherwise, move these two
classes to a separate project and include it as a dependency.

Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to