Tag Archives: maven

Version Control != Dependency Management

Are you using svn:externals, git-submodules or something similar with your Version Control System (VCS) of choice for connecting third-party libraries to your PHP projects? This article explores ways to handle dependencies in PHP projects, just like projects in other programming languages have done for ages. Continue reading

Posted in php, Technical | Tagged , , , , , , , , , , , , , | Leave a comment

Maven download sources of dependencies

mvn dependency:sources Continue reading

Posted in Hints, Technical | Tagged | Leave a comment