Skip to content
Discussion options

You must be logged in to vote

Is it crucial to do it in the extension.xml?

If you don't do it there option like -am an -pl will not work reliable unless you specify every dependency in the pom. This is because maven needs to call Tycho before even the pom file is known.

I tried to avoid using -pl and instead to start the build from the subdirectory of the module, because I want to use a shared maven eclipse launch where i can use ${selected_resource_loc} as Base Directory value.

I'm not sure this work as I never tried that, but maybe maven is smart enough. Does it work for plain maven projects?

By the way here is an integration test that shows the current working behavior:

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@phermsdorf
Comment options

@laeubi
Comment options

Answer selected by phermsdorf
@phermsdorf
Comment options

@laeubi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants