TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Injecting maven configurations by composition rather than inheritance

1 pointsby tonylampadaalmost 13 years ago

1 comment

tonylampadaalmost 13 years ago
For years Maven's import-comfiguration-only-by-inheritance behaviour has limited good, DRY design for build and configuration management for big projects.<p>Maven-Tiles, by Maurizio Pillitu (<a href="http://about.me/maoo" rel="nofollow">http://about.me/maoo</a>), brings a long expected game change to the table.<p>It will let you import build configuration by composition rather than inheritance - which enables much more flexible designs.<p>The project is still at a very early stage, but you can checkout the code and see for yourself.