Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Classifiers and workspace resolution during maven launch

I am okay with this idea but I am not sure how the new proposed
extension point will align with existing classifierClasspathProviders.
@Fred what do you think?

--
Regards,
Igor


On 2014-07-17, 13:54, László Váradi wrote:
Hi Igor, hi all

I just wonder if m2e would support this (resolve "classified" workspace
dependencies during maven launch) with a new extension point definition.
An extension point may got IMavenProjectFacade, and would return a list
of classifiers and locations, and WorkspaceStateWriter could use this
list to generate the workspace state properties file. The special
"tests" classifier could be handled also by such a class.

In our case, the project has multiple jar plugin executions, with
different classifiers. The different executions just differs from
different include and exclude patterns.

So we could create our extension point to handle this configuration.
Maybe somebody could write an extension point for ejb plugin, which
would support the generateClient attribute, to setup the ejb-client
classifier for that project, etc...

If this is acceptable, then I would be happy to provide a patch.

Best regards,

-- Vazul


_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-dev



Back to the top