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 269603 - code completion of properties in Maven pom.xml offers deprecated properties (and is incomplete)
Summary: code completion of properties in Maven pom.xml offers deprecated properties (...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-19 15:47 UTC by athompson
Modified: 2017-01-19 15:47 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 athompson 2017-01-19 15:47:48 UTC
When invoking code completion of properties in a Maven 3.x project, NetBeans offers deprecated properties and does not offer important other properties. For example, CC offers `${basedir}` which is deprecated in favor of `${project.basedir}` (which is not offered at all).

For reference, the current supported properties are here:

http://maven.apache.org/components/ref/3-LATEST/maven-model-builder/