Maven Multiple Architectures Problem.
I am trying to simplify Maven to use one POM to do both a 64 bit build and a 32 bit build. I have tried to separate the build into two separate executions however I am required to set the compilerExecutable tag specified by the maven-native-plugin to point to either the 32 bit cl.exe or the 64 bit cl.exe.
Has anyone every done this before or know of a way to build two architectures in one project?
Related Article: multiple condition problem
is a solved C++ discussion thread by letterG that has 3 replies and was last updated 9 months ago.
Satyrn
Newbie Poster
21 posts since Aug 2011
Reputation Points: 10
Solved Threads: 2
Skill Endorsements: 0
I have solved this using modules with a super POM. If anyone ever runs into this problem replies will be forwarded to my mailbox.
Satyrn
Newbie Poster
21 posts since Aug 2011
Reputation Points: 10
Solved Threads: 2
Skill Endorsements: 0
Question Self-Answered as of 1 Year Ago