Hello,

Every time I make a mvn clean and tghen an mvn package, I receive this
error:

[INFO] [compiler:compile]
[INFO] Compiling 7 source files to
C:\Workspaces\ISSExtranet\ExtranetFrontEnd\target\classes
[ERROR] 

Mojo: 

    org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile

FAILED for project: 

    ExtranetFrontEnd:ExtranetFrontEnd:war:0.0.1-SNAPSHOT

Reason:

C:\Workspaces\ISSExtranet\ExtranetFrontEnd\src\main\java\com\issworld\es\ext
ranet\frontend\util\LocaleBean.java:[6,36] package
com.issworld.es.icefaces.util does not exist
C:\Workspaces\ISSExtranet\ExtranetFrontEnd\src\main\java\com\issworld\es\ext
ranet\frontend\util\DownloadServlet.java:[7,42] package
com.issworld.es.extranet.model.util does not exist



Then, in order to solve it, I must modify and save all classes which appear
in the below error trace. Then I can do the mvn package without any problem.

Any idea?

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

Reply via email to