Hi,
I'm currently using Nexus as an artifact repository manager. Artifacts are deployed to Nexus automatically via a build machine running Hudson. The build machine is a 64 bit whereas my development machine is 32 bit.
I would like to create a 32 bit build slave which would automatically build a 32 bit version of our code (e.g. code which uses JNI). Is there a way for Nexus to store both 32bit and 64bit artifacts?
At the moment it seems to me that the "last build wins" e.g. if I build a snapshot project on a 32 bit machine and then a 64 bit machine, the 64 bit version of the artifact is what projects try to download.