Top "Build-process" questions

The process of converting source code files into standalone software artifact(s) that can be run on a computer

Different dependencies for different build profiles

Is it possible to have a different set of dependencies in a maven pom.xml file for different profiles? e.…

java maven-2 build-process dependencies
How to detect target architecture using CMake?

I've done a lot of research and been unable to find an answer to this... how can I reliably find …

architecture cmake build-process qmake
Timeout on a Build Step of Jenkins

In Jenkins, is there a way to give different timeouts to each or selected build step? Build-time plugin out gives …

jenkins build-process build-automation jenkins-plugins
Maven: how to do parallel builds?

When you build with maven on a multicore / multi-CPU machine it would often be possible to build different subprojects in …

maven-2 build-process build-automation
Displaying build times in Visual Studio?

Our build server is taking too long to build one of our C++ projects. It uses Visual Studio 2008. Is there …

visual-studio msbuild build-process
How to build a CD ISO image file from the windows command line?

In an effort to satisfy "The Joel Test" question #2 "Can you make a build in one step?", I'm trying to …

windows build-process build-automation iso
Skipping tests in some modules in Maven

I would like my Maven builds to run most unit tests. But there are unit tests in one project which …

maven unit-testing junit maven-2 build-process
Visual Studio 2010: How to enforce build order of projects in a solution?

I had no problem with this in Visual Studio 2008 but it seems that VS 2010 is having an issue, and I'm …

c# asp.net visual-studio-2010 build-process c#-4.0
how to watch changes in whole directory/folder containing many sass files

How could I trace changes in whole directory containing many sass files ? I'm using the following command to watch changes …

css sass build-process watch
Can I add maven repositories in the command line?

I'm aware I can add maven repositories for fetching dependencies in ~/.m2/settings.xml. But is it possible to add …

java maven-2 build-process