Skip to main content

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

Thanks Thomas.

Quote:
The CQUERY describes the actions to take during the resolution. The MSPEC is about what to do once the resolution has
completed and it's time to download. The intermediate result can be saved as a Bill Of Materials (BOM) and materialized
in different ways on different machines.

We have a bugzilla where we discuss a more composite format, i.e. one file that contains it all. See:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=286367

Interesting
Quote:
> Few other points whilst I am at it...
>
> 1) Why cant we specify multiple root nodes in a CQUERY? If I am trying
> to materialize a workspace I may want to pull in unrelated projects.
>
Good question. Add yourself as CC on https://bugs.eclipse.org/bugs/show_bug.cgi?id=286487

Thanks - will do.
Quote:
> 2) Am I right in thinking that the Maven2 materializer can't deal with
>  http://maven.apache.org/ref/2.2.1/maven-model/maven.html#cla ss_dependency?
>
The resolver will traverse dependencies. Not all the semantics are covered though. We use groupId, artifactId, version.

I actually need to use the classifier ( I generate a Jar and a Zip (as a 'GEN' classifier) from our maven build.

Back to the top