Am 07/04/16 um 16:57 schrieb Hervé BOUTEMY: > Hi, > > To me, color is now feature complete: configuration has been added in > r1751085 > (thanks Sébastian), for those wanting to customize their own personal color > scheme. > > There is now only one issue: where to put the code? > It is currently in maven-shared-utils, but maven-shared-utils depends on > maven-core (for toolchains): see MSHARED-567 > > Should we remove the dependency? Should we move the code to another place?
We have maven-model maven-model-builder maven-settings maven-settings-builder Would maven-toolchains maven-toolchains-builder or something like this solve the issue or would it be the same as depending on maven-core? So the issue is that toolchains is located somewhere inappropriately, correct? Maybe move toolchains into maven-shared-utils or make it something standalone @shared? We can deprecate toolchains in maven-core 3.4 easily and move it somewhere else. Regards, -- Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
