Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. added to the java-experimental overlay
What's up? Don't see the ebuild in layman.
(In reply to Sergey 'L29Ah' Alirzaev from comment #1) > What's up? Don't see the ebuild in layman. Look at the date on this. The version that was in the overlay is beyond ancient. We have maven-bin in the main tree. It is doubtful whether we'll ever build this from source again.
> It is doubtful whether we'll ever build this from source again. That's goes agains Gentoo guidelines: https://wiki.gentoo.org/wiki/FAQ «By default, Gentoo builds (compiles) and installs system packages from source code» https://www.gentoo.org/get-started/philosophy/ «If the tool forces the user to do things a particular way, then the tool is working against, rather than for, the user.» Binary installs weakens security, and provide extra dependency on provider of binary file. This also prevents storing full sources of computer code (because only binary tarball is stored in distfiles cache). I propose to continue discussion on how to improve build process of this software.
That is a nice idea in principle but also begs the question of whether that is possible to implement and who's going to do it if so.
*** This bug has been marked as a duplicate of bug 63285 ***