You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "carlo cancellieri (JIRA)" <ji...@codehaus.org> on 2011/12/22 13:14:02 UTC

[jira] (MECLIPSE-702) -Declipse.addVersionToProjectName=true option does not add Version to referenced project names.

    [ https://jira.codehaus.org/browse/MECLIPSE-702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=286641#comment-286641 ] 

carlo cancellieri commented on MECLIPSE-702:
--------------------------------------------

Try adding this to the <plugins> list:

<!-- eclipse ide integration -->
            <plugin>
                <artifactId>maven-eclipse-plugin</artifactId>
                <version>2.5</version>
                <configuration>
                    <additionalProjectnatures>
                        <projectnature>org.springframework.ide.eclipse.core.springnature</projectnature>
                    </additionalProjectnatures>
                </configuration>
            </plugin>

Regards,
Carlo Cancellieri

                
> -Declipse.addVersionToProjectName=true option does not add Version to referenced project names.
> -----------------------------------------------------------------------------------------------
>
>                 Key: MECLIPSE-702
>                 URL: https://jira.codehaus.org/browse/MECLIPSE-702
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>         Environment: java 1.6.25, Windows 7
>            Reporter: Jake Lee
>            Priority: Minor
>
> When calling 'mvn eclipse:eclipse -Declipse.addVersionToProjectName=true' from a parent directory, so that all underlying projects will be created, the plugin does not add the Version to the name of projects referenced. When it is loaded into eclipse, eclipse cannot find the project with name [refrenced-project-name] even though the project is available with the name [referenced-project-name]-[version].

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira