Apache Maven core
Go to file
Bengt Söderberg c311e0d812 [MNG-6296] 3.5.2: ClassNotFoundException: javax.annotation.security.RolesAllowed
Adding exportedPackage to find class:
javax.annotation.security.RolesAllowed

First maven commit :) Works but might be deeper issue

Signed-off-by: Karl Heinz Marbaise <khmarbaise@apache.org>
2018-01-17 19:16:02 +01:00
apache-maven [MNG-6332] Cleaned up mvn.cmd Script 2018-01-06 20:27:20 +01:00
maven-artifact [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-builder-support [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-compat [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-core [MNG-6296] 3.5.2: ClassNotFoundException: javax.annotation.security.RolesAllowed 2018-01-17 19:16:02 +01:00
maven-embedder [MNG-6308] added packaging in Building message footer and summary 2018-01-06 22:40:30 +01:00
maven-model [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-model-builder [MNG-6305] Validation of CI friendly version incorrect 2017-12-30 22:09:02 +01:00
maven-plugin-api [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-repository-metadata [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-resolver-provider [MNG-6306] Replace use of Guava in maven-resolver-provider with a lighter weight alternative 2017-11-24 23:55:19 +01:00
maven-settings [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-settings-builder [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
maven-slf4j-provider [maven-release-plugin] prepare for next development iteration 2017-10-18 08:55:05 +01:00
src/site [MNG-6140] maven-core depends on shared-utils (not project-utils) 2017-02-18 15:15:18 +01:00
.gitattributes Fixed line feeds, added .gitattributes 2013-01-29 16:27:02 +01:00
.gitignore ignore .java-version file 2015-03-15 22:26:45 +11:00
Jenkinsfile Syntax 2017-12-11 13:48:11 +00:00
LICENSE Add a LICENSE/NOTICE that can be picked up for the src assembly 2013-09-11 16:39:30 -04:00
NOTICE added link to Core ITs 2015-01-03 15:34:40 +01:00
README.md updated urls (https, plexus) and license header formatting 2017-01-24 23:50:10 +01:00
deploySite.sh added classic deploySite.sh script to ease site generation and deployment to http://maven.apache.org/ref/3-LATEST/ 2014-12-14 11:08:52 +01:00
doap_Maven.rdf Update DOAP 2017-10-26 09:30:12 +01:00
pom.xml [MNG-6312] Update Maven Wagon dependency 2018-01-13 12:46:18 +01:00

README.md

Maven

Maven is available under the Apache License, Version 2.0

Bootstrapping Basics

If you want to bootstrap Maven, you'll need:

  • Java 1.7+
  • Maven 3.0.5 or later

Run Maven, specifying a location into which the completed Maven distro should be installed:

mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.5.x-SNAPSHOT" clean package

Once the build completes, you should have a new Maven distro ready to roll in that directory!