[mevenide-dev] [jira] Resolved: (MEVENIDE-547) using dependencyManagement in parent pom breaks dependency graph editor
"Milos Kleint (JIRA)" <jira-yCVjj/[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.maven.mevenide.devel |
|---|---|
| Message-ID | <14904221.1204635448520.JavaMail.haus-jira@codehaus01.managed.contegix.com> |
[ http://jira.codehaus.org/browse/MEVENIDE-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Milos Kleint resolved MEVENIDE-547.
-----------------------------------
Resolution: Fixed
it seems to have been fixed by upgrading the maven-embedder binaries for upcoming version 3.1
> using dependencyManagement in parent pom breaks dependency graph editor
> -----------------------------------------------------------------------
>
> Key: MEVENIDE-547
> URL: http://jira.codehaus.org/browse/MEVENIDE-547
> Project: mevenide
> Issue Type: Bug
> Components: mevenide2-netbeans
> Affects Versions: NB_2.3
> Environment: netbeans 5.0
> mevenide 2.3
> windowsxp
> Reporter: stefan stieglitz
> Assignee: Milos Kleint
> Priority: Minor
> Fix For: NB_3.1
>
>
> A parent pom may define artifact versions in a dependencyManagement section so that child poms may use only artifact- and groupId in a dependency. Doing so results in a correct dependency list for the child project in the netbeans ide. But if one opens the dependency graph, only an empty editor window is displayed. The editor window contains the headline and an empty grid but no graph. Maybe using version ranges is also part of the issue.
> example:
> parent.pom
> [..]
> <dependencyManagement>
> <dependencies>
> <dependency>
> <groupId>${project.groupId}</groupId>
> <artifactId>some-artifact</artifactId>
> <version>[1.0,)</version>
> </dependency>
> </dependencies>
> </dependencyManagement>
> [..]
> child.pom
> [..]
> <dependencies>
> <dependency>
> <groupId>${project.groupId}</groupId>
> <artifactId>some-artifact</artifactId>
> </dependency>
> </dependencies>
> [..]
--
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
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email