Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] m2e Connectors and dependence on plugin

I am writing a truezip connector.

Suppose I need to access the values under files, fileSet, fileSets.

These are structures that I need to figure out if I need to run
the build. For example, if the sources are external to the workspace
I won't run the build on incremental. Else, i'll do the same scan pattern
to recognize changes... At least this is what I am thinking at this point...

My question is how do I get access to these classes (files, fileSet and fileSets) ???

Even though this is a question of my specific case, how would you
access the plugin classes from a connector when needed?

Using pom deps don't work (ignored, of course, osgi...)


Back to the top