Hi Raju,

There's actually a compilation error. Did you run Maven using the -X switch?
This must have caused the stacktrace produced. Try to compile again without
using this switch and see the source file(s) that failed to compile.

Hope this helps.

Dawn


raju wrote:
> 
> Hi,
> I am trying to compile files in a folder and move them to a directory. It
> gives the following error:
> Diagnosis: Compilation failure
> FATAL ERROR: Error executing Maven for a project
> org.apache.maven.BuildFailureException: Compilation failure
>       at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:555)
> Read a lot of similar messages but am not clear what exactly causes this.
> <plugin>
>        <artifactId>maven-compiler-plugin</artifactId>
>        
>        <executions>
>          <execution>
>            
>            <phase>compile</phase>
>            <goals>
>              <goal>compile</goal>
>            </goals>
>            <configuration>
>              <sourceDirectory>xyz</sourceDirectory>
>                       <outputDirectory>target/classes</outputDirectory>
>            </configuration>
>          </execution>
>        </executions>
>      </plugin> 
> 
> Regards
> Raju
> 

-- 
View this message in context: 
http://www.nabble.com/Maven-Compiler-plugin-tf2958588s177.html#a8291130
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to