[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [m2e-dev] Passing additional parameters to maven buildet
|
Hi Matthew
Thank you for your comment.
Actually I know how maven works and my original question was exactly addressed to m2e developers and it sounds the following: how can i set/initialize maven properties to make them available for m2e plugin when it builds workspace?
In my particular case i am explainig that my pom files have references to maven property ${abc}, which i can easy set when building projects from command line by setting argument -Dabc=foo. Please note, that when i set property value from command line
(not using profile) it's set for all projects that are not related as children/parent between themselves. But how can i get the same result when eclipse builds workspace?
Thanks in advance for ypur help.
Matthew Piggott <mpiggott@xxxxxxxxxxxx> wrote:
These are really questions for the m2e-users list, m2e-dev is intended for developing m2e.
I believe C would need to be a parent of both A and B for that to work.