The process of converting source code files into standalone software artifact(s) that can be run on a computer
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 dependenciesI've done a lot of research and been unable to find an answer to this... how can I reliably find …
architecture cmake build-process qmakeIn 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-pluginsWhen 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-automationOur build server is taking too long to build one of our C++ projects. It uses Visual Studio 2008. Is there …
visual-studio msbuild build-processIn 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 isoI 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-processI 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.0How could I trace changes in whole directory containing many sass files ? I'm using the following command to watch changes …
css sass build-process watchI'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