Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03F6B10BD2 for ; Wed, 22 Jan 2014 09:18:48 +0000 (UTC) Received: (qmail 87623 invoked by uid 500); 22 Jan 2014 09:18:43 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 87252 invoked by uid 500); 22 Jan 2014 09:18:36 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 87235 invoked by uid 99); 22 Jan 2014 09:18:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jan 2014 09:18:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jan 2014 09:18:28 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1W5twl-0006Ry-3N for users@maven.apache.org; Wed, 22 Jan 2014 01:18:07 -0800 Date: Wed, 22 Jan 2014 01:18:07 -0800 (PST) From: PollerJava To: users@maven.apache.org Message-ID: <1390382287038-5782014.post@n5.nabble.com> In-Reply-To: References: <1390296243550-5781977.post@n5.nabble.com> Subject: Re: Maven add resource MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thanks a lot for your help. My requirement is to use Eclipse only as Editor and not to use any plugin (Actually I don't know why) and a further college of mine does it like I described at top but I don't know why it doesn't work for me. My Maven output is this: [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building example-project 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-eclipse-plugin:2.9:clean (default-cli) @ example-project --- [INFO] Deleting file: .project [INFO] Deleting file: .classpath [INFO] Deleting file: .wtpmodules [INFO] [INFO] >>> maven-eclipse-plugin:2.9:eclipse (default-cli) @ example-project >>> [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ example-project --- [INFO] Source directory: /home/myname/EclipseWorkspaces/PlayGround/SpringCXF_Example_Project/example-project/src/main/generated added. [INFO] [INFO] <<< maven-eclipse-plugin:2.9:eclipse (default-cli) @ example-project <<< [INFO] [INFO] --- maven-eclipse-plugin:2.9:eclipse (default-cli) @ example-project --- [INFO] Using Eclipse Workspace: /home/myname/EclipseWorkspaces/PlayGround/SpringCXF_Example_Project [INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAINER [INFO] Not writing settings - defaults suffice [INFO] Wrote Eclipse project for "example-project" to /home/myname/EclipseWorkspaces/PlayGround/SpringCXF_Example_Project/example-project. [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.497s [INFO] Finished at: Wed Jan 22 10:08:09 CET 2014 [INFO] Final Memory: 12M/210M [INFO] ------------------------------------------------------------------------ So there is a line: Source directory: /home/myname/EclipseWorkspaces/PlayGround/SpringCXF_Example_Project/example-project/src/main/generated added -> but the folder isn't there. Has anyone any idea what I'am doing wrong? Thanks a lot for further help. All the best, Poller -- View this message in context: http://maven.40175.n5.nabble.com/Maven-add-resource-tp5781977p5782014.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org