954,504 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

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?

Satyrn
Newbie Poster
21 posts since Aug 2011
Reputation Points: 10
Solved Threads: 2
 

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
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: