Maven for other languages? [closed]

Here’s some I know of. As to whether they are the most appropriate tool for a given language, form your own opinion. .Net: NMaven and dotnet-maven-plugin AspectJ: aspectj-maven-plugin (still Java I know but worth mentioning) c/c++: native-maven-plugin compile with compilers such as gcc, msvc, etc … Google Web Toolkit gwt-maven-plugin PHP: Maven for PHP Ruby: … Read more

How do you maintain development code and production code? [closed]

Update 2019: These days, the question would be seen in a context using Git, and 10 years of using that distributed development workflow (collaborating mainly through GitHub) shows the general best practices: master is the branch ready to be deployed into production at any time: the next release, with a selected set of feature branches … Read more