Hello,

I've just upgrade to Eclipse 3.2.2 and m2eclipse 0.0.10.
In Eclipse, with a new and simplest project (no reporting node), the goal
site does not work. The other goals ('compile', 'test', 'package') work fine
but not the 'site' one. I get the next error:

ERROR] reactor-execute : C:\Documents and
Settings\mmartinez\workspace\csalud
Diagnosis: Can't find bundle for base name site-plugin, locale en
FATAL ERROR: Error executing Maven for a project
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Can't find bundle for base name site-plugin, locale en
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------

I tried to change the locale to mine (es) but the error is the same, can't
find the Spanish bundle either.

Nevertheless, from the command line the same project/pom work fine,
generating site information.

¿Am i doing something wrong?
I think with 0.0.9 version this works fine.

Thanks a lot.




The POM is:

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";>
 <modelVersion>4.0.0</modelVersion>
 <groupId>testingproject</groupId>
 <artifactId>testingproject</artifactId>
 <packaging>war</packaging>
 <version>0.0.1</version>
 <dependencies>
   <dependency>
     <groupId>junit</groupId>
     <artifactId>junit</artifactId>
     <version>3.8.1</version>
   </dependency>
 </dependencies>
</project>

Reply via email to