Steve Perkins "Just a straight shooter with upper management written all over him"

24Jun/110

Using Web Deployment Assembly options to make Eclipse play nice with Maven

The Eclipse + Maven problem In contemporary Java development, there is a trilogy of unfortunate truths: Eclipse is the most predominant IDE Maven is the most predominant build system Eclipse and Maven don’t work very well together The main problem is that both of these tools are very opinionated about how projects should be built.  [...]