That's not a maven error.
It's the java compiler telling you there is a compilation error in your
code.

Jon

-----Original Message-----
From: [email protected] [mailto:[email protected]] 
Sent: 3. mars 2009 09:36
To: [email protected]
Subject: Compilation problem with maven

Hi there,

I get a error while compilation with maven, I am using maven version
2.0.10

here is the maven compiler config I have

<plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <configuration>
                        <source>1.5</source>
                        <target>1.5</target>
                    </configuration>
  </plugin>

during compile error I get it is

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

d:/foodlab_feb09/mealbox/meijer/trunk/src/main/java/com/meijer/foodlab/r
emote/ikan/shoppingcart/package-info.java:[1,49]
package annotations should be in file package-info.java

d:/foodlab_feb09/mealbox/meijer/trunk/src/main/java/com/meijer/webservic
es/foodlab/client/package-info.java:[1,49]
package annotations should be in file package-info.java

I dint get much of help browsing internet, can someone help me fix this.

thanks in advance
-- 
Amar Sannaik | Senior Engineer

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to