tagged [build-process]
Why maven? What are the benefits?
Why maven? What are the benefits? What are the main benefits of using maven compared to let's say ant ? It seems to be more of a annoyance than a helpful tool. I use maven 2, with plain Eclipse Java E...
- Modified
- 28 Aug at 08:57
Is C# compile/build an incremental process?
Is C# compile/build an incremental process? Our solution contains lots of C# projects. There are complicated dependency relationship between them, eg. project A/B/C, A dependents on B, B dependents on...
- Modified
- 5 Jan at 06:27
How can 'nuget restore' download pre-release packages?
How can 'nuget restore' download pre-release packages? We are faced with an issue in our build environment where we would like for our continuous integration builds to download the 'latest and greates...
- Modified
- 2 Feb at 12:18
How do I get Maven to use the correct repositories?
How do I get Maven to use the correct repositories? I have just checked out some projects and need to build them, however I installed Maven quite some time ago (6 months maybe?) and really haven't use...
- Modified
- 4 May at 17:2
How does C# compilation get around needing header files?
How does C# compilation get around needing header files? I've spent my professional life as a C# developer. As a student I occasionally used C but did not deeply study it's compilation model. Recently...
- Modified
- 23 May at 10:29
Maven parent pom vs modules pom
Maven parent pom vs modules pom There seem to be several ways to structure parent poms in a multiproject build and I wondering if anyone had any thoughts on what the advantages / drawbacks are in each...
- Modified
- 2 Jan at 18:3
Streamline .NET projects with Msbuild
Streamline .NET projects with Msbuild Sorry for being somewhat vague but so is the project I'm leading now. I inherited a large body of various in-house tools and am trying to put unified build system...
- Modified
- 25 Sep at 15:25
.Net AssemblyName.version Build versus Revision
.Net AssemblyName.version Build versus Revision The MSDN documentation states: > Version numbers consist of two to four components: major, minor, build, and revision. The major and minor components...
- Modified
- 19 Jul at 08:0
How do I put all required JAR files in a library folder inside the final JAR file with Maven?
How do I put all required JAR files in a library folder inside the final JAR file with Maven? I am using Maven in my standalone application, and I want to package all the dependencies in my JAR file i...
- Modified
- 23 May at 12:2
Building executable jar with maven?
Building executable jar with maven? I am trying to generate an executable jar for a small home project called "logmanager" using maven, just like this: [How can I create an executable JAR with depende...
- Modified
- 13 Sep at 11:43
how to get docker-compose to use the latest image from repository
how to get docker-compose to use the latest image from repository I don't know what I'm doing wrong, but I simply cannot get `docker-compose up` to use the latest image from our registry without first...
- Modified
- 23 May at 10:31