You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Geoffrey De Smet (JIRA)" <ji...@codehaus.org> on 2006/03/28 09:05:44 UTC

[jira] Commented: (MECLIPSE-85) Maven eclipse plugin generates duplicate entries in .project file

    [ http://jira.codehaus.org/browse/MECLIPSE-85?page=comments#action_62142 ] 

Geoffrey De Smet commented on MECLIPSE-85:
------------------------------------------

We 've seen this problem when depending on test-jars:


            <dependency>
                <groupId>org.springframework.richclient</groupId>
                <artifactId>spring-richclient-core</artifactId>
                <version>${pom.version}</version>
            </dependency>
            <dependency>
                <groupId>org.springframework.richclient</groupId>
                <artifactId>spring-richclient-core</artifactId>
                <type>test-jar</type>
                <version>${pom.version}</version>
                <scope>test</scope>
            </dependency>

> Maven eclipse plugin generates duplicate entries in .project file
> -----------------------------------------------------------------
>
>          Key: MECLIPSE-85
>          URL: http://jira.codehaus.org/browse/MECLIPSE-85
>      Project: Maven 2.x Eclipse Plugin
>         Type: Bug

>     Versions: 2.1
>     Reporter: Shashikala Shamarao

>
>
> Hi, 
> I have written a pom.xml for my project which has lot of sub-modules and each of these modules contain pom.xml file. 
> main project 
> - arch project 
> - servs project (this project is an ejb module) 
> - client project 
> In the main pom.file, I have defined the dependency for these other modules. When I generate .project and .classpath file, it puts duplicate entry for the ejb modules due to which when I load them into eclipse, it does not build properly. 
> Can anyone help me with this. 
> Thanks in advance, 
> Shashi

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira