mcdonnell-john commented on issue #481: [NETBEANS-290] Provided support for 
hyperlink on dependencies.
URL: 
https://github.com/apache/incubator-netbeans/pull/481#issuecomment-380243022
 
 
   What type/sort of GAV are you trying to click?
   
   For normal dependencies like:
   ```
   <dependency>
        <groupId>org.junit.jupiter</groupId>
        <artifactId>junit-jupiter-params</artifactId>
        <version>5.0.0-M4</version>
        <scope>test</scope>
   </dependency>
   ```
   
   It works for me, i.e. I can click the groupId, artifactId and version values 
(note if the version is a property, this still goes to the declaration of that 
property.)
   
   Are you looking for this to be enabled on other types?  as I stopped short 
for the first version of this at just this, as other considerations come to 
mind when you start to work with parent GAV coordinates and plugin GAV 
coordinates.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to