Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[buckminster-dev] Custom materialization of Maven artifacts

Hi,

I am implementing some functionality for the Tigerstripe project which  downloads a Maven artifact from a repo based on a CQUERY and install it into a 'special' place in the file system (which is relative to the Eclipse install).

I have a custom component type and understand, I think, how to customize the 'reader' side of things.

My question is how do I customize the materialization? I see there is an extension point for materialization, so I assume I can define my own and use the filesystem materializer as a template, but How do I say that 'this component should use this materializer for artifacts where source=false'?

Thanks for any help.
Steve


Back to the top