Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 61913 invoked from network); 9 Oct 2009 16:28:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Oct 2009 16:28:22 -0000 Received: (qmail 20033 invoked by uid 500); 9 Oct 2009 16:28:20 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 19952 invoked by uid 500); 9 Oct 2009 16:28:20 -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 98349 invoked by uid 99); 9 Oct 2009 16:21:52 -0000 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=HTML_FONT_FACE_BAD,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of h.kartal@hsyn.de designates 74.125.78.150 as permitted sender) MIME-Version: 1.0 Date: Fri, 9 Oct 2009 18:21:19 +0200 Message-ID: Subject: maven-eclipse-plugin issue From: =?UTF-8?Q?H=C3=BCseyin_Kartal?= To: users@maven.apache.org Content-Type: multipart/alternative; boundary=0016e6d99f265dc692047582f88a X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d99f265dc692047582f88a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi i have a problem with the maven-eclipse-plugin. my projects pom.xml look like this 4.0.0 de.hsyn.crtl crtl jar 1.0-SNAPSHOT crtl http://hsyn.de ... other dependencies org.aspectj com.springsource.org.aspectj.runtime 1.6.6.RELEASE org.aspectj com.springsource.org.aspectj.tools 1.6.6.RELEASE org.aspectj com.springsource.org.aspectj.weaver 1.6.6.RELEASE ... org.apache.maven.plugins maven-compiler-plugin 1.6 1.6 UTF-8 org.apache.maven.plugins maven-resources-plugin true true UTF-8 org.apache.maven.plugins maven-eclipse-plugin UTF-8 com.springsource.repository.bundles.release SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases http://repository.springsource.com/maven/bundles/release com.springsource.repository.bundles.external SpringSource Enterprise Bundle Repository - External Bundle Releases http://repository.springsource.com/maven/bundles/external on the command line maven resolves all dependencies and compile successfull= , but if i generate eclipse project files with the maven-eclipse-plugin. the three dependencies to the "org.aspectj" won=C2=B4t referenced in the eclips= e project. all other dependencies are correct. it drives me crazy. tried everything like clean eclipse:clean refresh the project etc. please help. i thougth that eventualy there is a hidden feature in maven for aspects. --0016e6d99f265dc692047582f88a--