You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Harald Braumann (JIRA)" <ji...@codehaus.org> on 2007/04/19 17:09:46 UTC

[jira] Created: (MPECLIPSE-131) Ignore artifact version mismatches on creating references to sub-projects

Ignore artifact version mismatches on creating references to sub-projects
-------------------------------------------------------------------------

                 Key: MPECLIPSE-131
                 URL: http://jira.codehaus.org/browse/MPECLIPSE-131
             Project: maven-eclipse-plugin
          Issue Type: New Feature
            Reporter: Harald Braumann
            Priority: Minor
         Attachments: ignore_version-2.3.patch

Currently the maven-eclipse-plugin only creates project references, if the version of the dependency equals exactly the version of the checked out artifact.

This is inconvenient during development, where I want to keep the inter-project dependencies, even if I change some versions.

The attached patch adds the parameter ignoreArtifactVersions. If this is set to true, the plugin will create inter-project dependencies, regardless of version mismatches.

The patch is created against version 2.3 but applies (with warnings) also to current HEAD

-- 
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

        

[jira] Moved: (MECLIPSE-260) Ignore artifact version mismatches on creating references to sub-projects

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MECLIPSE-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl moved MPECLIPSE-131 to MECLIPSE-260:
--------------------------------------------------

    Workflow: Maven New  (was: jira)
         Key: MECLIPSE-260  (was: MPECLIPSE-131)
     Project: Maven 2.x Eclipse Plugin  (was: maven-eclipse-plugin)

> Ignore artifact version mismatches on creating references to sub-projects
> -------------------------------------------------------------------------
>
>                 Key: MECLIPSE-260
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-260
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: New Feature
>            Reporter: Harald Braumann
>            Priority: Minor
>         Attachments: ignore_version-2.3.patch
>
>
> Currently the maven-eclipse-plugin only creates project references, if the version of the dependency equals exactly the version of the checked out artifact.
> This is inconvenient during development, where I want to keep the inter-project dependencies, even if I change some versions.
> The attached patch adds the parameter ignoreArtifactVersions. If this is set to true, the plugin will create inter-project dependencies, regardless of version mismatches.
> The patch is created against version 2.3 but applies (with warnings) also to current HEAD

-- 
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

        

[jira] Closed: (MECLIPSE-260) Ignore artifact version mismatches on creating references to sub-projects

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MECLIPSE-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arnaud Heritier closed MECLIPSE-260.
------------------------------------

         Assignee: Arnaud Heritier
       Resolution: Duplicate
    Fix Version/s: 2.5

This issue is considered as fixed with MECLIPSE-344.
To try the latest SNAPSHOT (2.5-20080131.135640-18) of the incoming version you have to define and activate this profile :
{code}
    <profile>
      <id>apache.snapshots</id>
      <repositories>
        <repository>
          <releases>
            <enabled>false</enabled>
          </releases>
          <snapshots/>
          <id>apache.snapshots</id>
          <name>Maven Snapshots</name>
          <url>http://people.apache.org/maven-snapshot-repository</url>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <releases>
            <enabled>false</enabled>
          </releases>
          <snapshots/>
          <id>apache.plugin.snapshots</id>
          <name>Maven Plugin Snapshots</name>
          <url>http://people.apache.org/maven-snapshot-repository</url>
        </pluginRepository>
      </pluginRepositories>
    </profile>
{code}
Then you have to call this command :
{code}
mvn org.apache.maven.plugins:maven-eclipse-plugin:2.5-SNAPSHOT:eclipse
{code}
If you think that your problem isn't resolved, please give us your feedback and we'll reopen the issue.

> Ignore artifact version mismatches on creating references to sub-projects
> -------------------------------------------------------------------------
>
>                 Key: MECLIPSE-260
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-260
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: New Feature
>          Components: Dependencies resolution and build path
>            Reporter: Harald Braumann
>            Assignee: Arnaud Heritier
>            Priority: Minor
>             Fix For: 2.5
>
>         Attachments: ignore_version-2.3.patch, ignore_version-2.3.patch
>
>
> Currently the maven-eclipse-plugin only creates project references, if the version of the dependency equals exactly the version of the checked out artifact.
> This is inconvenient during development, where I want to keep the inter-project dependencies, even if I change some versions.
> The attached patch adds the parameter ignoreArtifactVersions. If this is set to true, the plugin will create inter-project dependencies, regardless of version mismatches.
> The patch is created against version 2.3 but applies (with warnings) also to current HEAD

-- 
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

        

[jira] Updated: (MECLIPSE-260) Ignore artifact version mismatches on creating references to sub-projects

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MECLIPSE-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arnaud Heritier updated MECLIPSE-260:
-------------------------------------

    Component/s: Dependencies resolution and build path

> Ignore artifact version mismatches on creating references to sub-projects
> -------------------------------------------------------------------------
>
>                 Key: MECLIPSE-260
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-260
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: New Feature
>          Components: Dependencies resolution and build path
>            Reporter: Harald Braumann
>            Priority: Minor
>         Attachments: ignore_version-2.3.patch, ignore_version-2.3.patch
>
>
> Currently the maven-eclipse-plugin only creates project references, if the version of the dependency equals exactly the version of the checked out artifact.
> This is inconvenient during development, where I want to keep the inter-project dependencies, even if I change some versions.
> The attached patch adds the parameter ignoreArtifactVersions. If this is set to true, the plugin will create inter-project dependencies, regardless of version mismatches.
> The patch is created against version 2.3 but applies (with warnings) also to current HEAD

-- 
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

        

[jira] Updated: (MECLIPSE-260) Ignore artifact version mismatches on creating references to sub-projects

Posted by "Harald Braumann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MECLIPSE-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harald Braumann updated MECLIPSE-260:
-------------------------------------

    Attachment: ignore_version-2.3.patch

The first patch had a little error in the @parameter expression

> Ignore artifact version mismatches on creating references to sub-projects
> -------------------------------------------------------------------------
>
>                 Key: MECLIPSE-260
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-260
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: New Feature
>            Reporter: Harald Braumann
>            Priority: Minor
>         Attachments: ignore_version-2.3.patch, ignore_version-2.3.patch
>
>
> Currently the maven-eclipse-plugin only creates project references, if the version of the dependency equals exactly the version of the checked out artifact.
> This is inconvenient during development, where I want to keep the inter-project dependencies, even if I change some versions.
> The attached patch adds the parameter ignoreArtifactVersions. If this is set to true, the plugin will create inter-project dependencies, regardless of version mismatches.
> The patch is created against version 2.3 but applies (with warnings) also to current HEAD

-- 
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