Please help me i am getting this error, it seems, some modules missing in the project source code.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - wrox:pixweb:war:0.0.1
[INFO] task-segment: [eclipse:eclipse]
[INFO] ------------------------------------------------------------------------
[INFO] Preparing eclipse:eclipse
[INFO] [xfire:wsgen {execution: default}]
[INFO] Executing XFire WsGen task with url:
http://ws.xwebservices.com/XWebEmail...alidation.wsdl
[ERROR] log4j:WARN No appenders could be found for logger (org.codehaus.xfire.gen.Wsdl11Generator).
[ERROR] log4j:WARN Please initialize the log4j system properly.
Retrieving schema at 'XWebEmailValidation.xsd', relative to 'http://ws.xwebservices.com/XWebEmailValidation/V2/XWebEmailValidation.wsdl'.
com/xwebservices/ws/xwebemailvalidation/emailvalidation/v2/messages/ObjectFactory.java
com/xwebservices/ws/xwebemailvalidation/emailvalidation/v2/messages/ValidateEmailRequest.java
com/xwebservices/ws/xwebemailvalidation/emailvalidation/v2/messages/ValidateEmailResponse.java
com/xwebservices/ws/xwebemailvalidation/emailvalidation/v2/messages/package-info.java
com/wrox/webservice/emailvalidation/client/EmailValidationClient.java
com/wrox/webservice/emailvalidation/client/XWebEmailValidationInterface.java
[INFO] [eclipse:eclipse {execution: default-cli}]
[INFO] Adding support for WTP version 1.0.
[INFO] Using Eclipse Workspace: null
[INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAINER
[INFO] Resource directory's path matches an existing source directory. Resources will be merged with the source directory src/main/java
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Request to merge when 'filtering' is not identical. Original=source src/main/java: output=null, include=[**/*.java], exclude=[], test=false, filtering=false, merging with=resource src/main/java: output=target/classes, include=[], exclude=[**/*.java|**/*.java], test=false, filtering=true
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 seconds
[INFO] Finished at: Mon Sep 07 00:41:14 IST 2009
[INFO] Final Memory: 16M/29M
[INFO] ------------------------------------------------------------------------