neilcsmith-net commented on PR #5893:
URL: https://github.com/apache/netbeans/pull/5893#issuecomment-1544087458

   > Ideally I want to point it at the jar in the target folder of a maven 
project and it should be picked up for local testing. I might be doing 
something wrong but It never worked properly for me.
   
   At the moment the only scheme supported for URLs is https I believe.
   
   You can `mvn install` and prefer the local repo though - see #2710
   
   > any ideas for making library upgrades less of a chore? 
[d7118e8](https://github.com/apache/netbeans/commit/d7118e8ff41bc27db071aa5a48269e51933706ee)
 this is too much IMO. This all has to be updated manually and someone has to 
review this too. (speaking of which: a new maven release just went out today.
   > 
   > Why does it have to be: properties + xml + binaries-list? Could we inline 
everything into the project.xml, so that only one place needs updates? (I 
understand that a zip is a special case which would require an extra step)
   
   Possibly worth looking at #2043 Any change of Maven coordinate syntax will 
have to take that into account I guess @ebarboni ?  I would have thought the 
zip contents file could be generated by the build though?
   
   The classpath XML is a pain - have that in another project - maybe we could 
introduce wildcard support in that?


-- 
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

Reply via email to