Hello,
I'm having a problem while I try to run the maven-exec-plugin with goal=exec and phase=generate-sources. The executable I want to run is the apt (Java Annotation Tool Processor), so I set executable=apt. What occurs is that for some reason the command invoked is the base directory of the project (basedir) is concatenated with apt. i.e.: Project Base Directory (basedir): c:\dev\eclipse-workspace\myproject The invoked command when I call mvn install is: C:\dev\eclipse-workspace\myproject\apt . Anyone knows how to fix this? Thanks in Advance, Petterson
