[MNG-5816] Empy maven.config cause Maven to exit with failure

Avoid adding non empty configuration argument that causes exception.

Signed-off-by: Karl Heinz Marbaise <khmarbaise@apache.org>
1 file changed
tree: 6e481e33a707b5fe54d2fd1b1da9e060e2701b2b
  1. apache-maven/
  2. maven-aether-provider/
  3. maven-artifact/
  4. maven-builder-support/
  5. maven-compat/
  6. maven-core/
  7. maven-embedder/
  8. maven-model/
  9. maven-model-builder/
  10. maven-plugin-api/
  11. maven-repository-metadata/
  12. maven-settings/
  13. maven-settings-builder/
  14. src/
  15. .gitattributes
  16. .gitignore
  17. build.xml
  18. deploySite.sh
  19. doap_Maven.rdf
  20. LICENSE
  21. maven-ant-tasks-2.1.1.jar
  22. NOTICE
  23. pom.xml
  24. README.md
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+
  • Ant 1.8 or later

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

ant -Dmaven.home="$HOME/apps/maven/apache-maven-3.3.x-SNAPSHOT"

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