mbien opened a new pull request, #6765:
URL: https://github.com/apache/netbeans/pull/6765
- properties set in profiles should be taken into account by the dependency
update hint
- implemented auto completion for property values in profiles which are
used for artifact version fields
Still has the same limitation as before: property and usage has to be in the
same pom.

although the code starts to look complicated and there are likely ways to
optimize this, it is still quite fast - so I don't bother:
```
pom hints>>>
0 org.netbeans.modules.maven.hints.pom.ReleaseVersionError@4784a871
0 org.netbeans.modules.maven.hints.pom.OverridePluginManagementError@ea3dc5f
0
org.netbeans.modules.maven.hints.pom.OverrideDependencyManagementError@1686f435
0 org.netbeans.modules.maven.hints.pom.ParentVersionError@c869770
0 org.netbeans.modules.maven.hints.pom.JavaNetRepositoryError@25fde6ed
0 org.netbeans.modules.maven.hints.pom.CompilerPluginVersionError@2cafc207
1 org.netbeans.modules.maven.hints.pom.UseReleaseOptionHint@6db0413e
68 org.netbeans.modules.maven.hints.pom.UpdateDependencyHint@6da023da
<<<done
```
~70ms for checking all versions of [this
pom](https://github.com/apache/roller/blob/master/app/pom.xml)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists