This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 248555 - Maven Projects does not support version ranged parent projects
Summary: Maven Projects does not support version ranged parent projects
Status: REOPENED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-11 00:30 UTC by bondolo
Modified: 2018-01-15 13:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bondolo 2014-11-11 00:30:02 UTC
Maven added additional flexibility for version of the parent project. 

http://maven.apache.org/docs/3.2.2/release-notes.html


https://jira.codehaus.org/browse/MNG-2199

The NetBeans Maven project support needs to be updated to support this as using the ranged form, [1.0.1,1.9.9) currently always results in "The parent POM with id com.example:FooBar:[1.0.1,1.9.9) was not found in sources or local repository. Please check that <relativePath> tag is present and correct, the version of parent POM in sources matches the version defined. 
If parent is only available through a remote repository, please check that the repository hosting it is defined in the current POM."
Comment 1 Martin Balin 2016-07-07 08:39:01 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 2 bondolo 2016-07-07 15:58:39 UTC
Still present in fully up-to-date 8.1
Comment 3 celyo 2018-01-15 13:21:59 UTC
It still exists in version 8.2 as well.