How compile a maven project using different jdk with profiles? I would like specify different profiles in my POM file, and run command mvn with profile name. Help me, I'm novice. A complete example would be ideal.
Thanks.
|
|
|
You can use toolchains - see the Guide to Using Toolchains Basically this is what you do:
That's it. Note that toolchains work only with certain "toolchains-aware" plugins. (unfortunately I have no complete example right now) |
|||
|
|