Build Process failed with maven package

Posted by vijay.shad on Stack Overflow See other posts from Stack Overflow or by vijay.shad
Published on 2010-05-13T16:53:33Z Indexed on 2010/05/14 11:44 UTC
Read the original article Hit count: 206

Filed under:
|
|
|

Hi

I am working on a maven project to build a simple utility api. The same source code when build on my office win XP machine, was successful. Now i am at home and working with same source code on CentOS machine. Here the build process failed strangely. The error it reports is ideally in my points should we warning message. As shown below.

[ERROR] com.vsd.Provider:[12,240] The import java.util.Set is never used

Can you please give me some idea, where can I look into?

© Stack Overflow or respective owner

Related posts about maven-2

Related posts about build-process