Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Key with equal sign in it

In the context of using the tycho compiler with anno processing, I need to pass to the compiler an argument contains an equal sign ( e.g -Afoo=bar). Unfortunately Maven does not like the presence of the equal sign (even escaped) in the compilerArguments flag and the compilerArgument does not work with an annotation processor because the args are not split.
Is there a trick that I'm missing?

Thx

Pascal

Back to the top