Hi, Here is a file maven-1.0_beta8-ebuild.tar.gz, containing the files: - maven-1.0_beta8.ebuild - files/25maven (environment variables needed for Maven to run) Maven is a Project Management and Comprehension Tool for Java. It's a command-line tool to build Java projects, their documentation and many other things useful to a Java developer. Maven uses a global repository at http://www.ibiblio.org/maven/ to store libraries, so that a project simply has to tell which projects it depends on, and those dependencies will be downloaded/managed automatically. There are many analogies between Gentoo and Maven, like: - the dependency resolving - the use of a global repository and a local mirror - a "Project Object Model", which could be compared to an ebuild I suggest that it goes to "dev-java/maven". Maven depends on a Java 1.3 runtime. St
Hi, Here is a file maven-1.0_beta8-ebuild.tar.gz, containing the files: - maven-1.0_beta8.ebuild - files/25maven (environment variables needed for Maven to run) Maven is a Project Management and Comprehension Tool for Java. It's a command-line tool to build Java projects, their documentation and many other things useful to a Java developer. Maven uses a global repository at http://www.ibiblio.org/maven/ to store libraries, so that a project simply has to tell which projects it depends on, and those dependencies will be downloaded/managed automatically. There are many analogies between Gentoo and Maven, like: - the dependency resolving - the use of a global repository and a local mirror - a "Project Object Model", which could be compared to an ebuild I suggest that it goes to "dev-java/maven". Maven depends on a Java 1.3 runtime. Stéphane
Created attachment 8263 [details] Apache Jakarta Maven's ebuild and files Ebuild and env.d file for Apache Jakarta Maven. Maven can be found there: http://jakarta.apache.org/turbine/maven/
Added to portage -- thank you for your submission!
Fixed