Re: Plugin specific command line options?

2017-01-27 Thread Manfred Moser
No ... all plugins pick up all user properties. If two plugins use the same name then both will pick it up and react however implemented. Thats why you should establish plugin specific parameter names for user properties in your specific plugin. So if you have a plugin called foo with the goal

Plugin specific command line options?

2017-01-27 Thread Kevin Burton
Is there a way to pass command line options but only have one plugin see it? My understanding is that plugins just read from system properties. So to pass 'skip' to a plugin I would use -Dskip but what if two plugins use the same 'skip' ? -- We’re hiring if you know of any awesome Java Devops