Want to create an interactive transcript for this episode?
Podcast: airhacks.fm podcast with adam bien
Episode: Maven (Next) and Convention over Configuration
Description: An airhacks.fm conversation with Karl Heinz Marbaise (@khmarbaise) about:
empty pom.xml and plugin versions,
recent Maven, old plugins,
release plugins often,
default plugin versions are hardcoded,
the nice Maven 4 features,
removal of deprecated functionality,
running concurrent Maven builds against the same cache,
concurrent builds make only sense for multi module build,
profiling Maven,
use the most recent Maven version for speed,
Takari build lifecycle by Jason van Zyl,
smaller poms,
separation of concerns: build plugins vs. dependencies,
build pom and consumer pom,
mvn wrapper is part of Apache Maven,
deriving default configuration from super POMs,
offering different POM...