|
|
|
|
|
by meaty
4898 days ago
|
|
Spot on post. Last year replaced a maven shitfest with an old fashioned Makefile which calls javac and manual dependencies. The whole port process took about 2 hours. Integration and test run time has gone from 7 minutes (to drag all the maven plugins and dependencies down) to just over two minutes. This saves us a fortune on build agent capacity as well (we use TeamCity). |
|
I am really good at make and reasonable at ant. If you cant build a java project with those then you are the problem not the build system.