Maven: Difference between revisions
Jump to navigation
Jump to search
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://maven.apache.org | |||
* Maven Guides https://maven.apache.org/guides/ | * Maven Guides https://maven.apache.org/guides/ | ||
* Central Maven repository | * Central Maven repository https://repo1.maven.org/maven2/ | ||
* https://search.maven.org/ | |||
=Internal= | |||
* [[Gradle#Overview|Gradle]] | |||
=Maven Repository Search= | =Maven Repository Search= | ||
Line 12: | Line 18: | ||
=Subjects= | =Subjects= | ||
* [[Maven Installation|Installation]] | |||
* [[Maven Concepts|Concepts]] | * [[Maven Concepts|Concepts]] | ||
** [[Maven Standard Directory Layout|Standard Directory Layout]] | ** [[Maven Standard Directory Layout|Standard Directory Layout]] | ||
Line 21: | Line 28: | ||
** [[Maven Filtering and Property Substitution|Filtering and Property Substitution]] | ** [[Maven Filtering and Property Substitution|Filtering and Property Substitution]] | ||
** [[Maven and Environment Variables]] | ** [[Maven and Environment Variables]] | ||
** [[Maven Download Sources with the Class JAR Files|Download Sources with the Class JAR Files]] | |||
** [[Maven Recipes|Recipes]] | ** [[Maven Recipes|Recipes]] | ||
* Configuration | ** [[Maven and Java 9 Module System]] | ||
* '''Configuration''' | |||
** [[Maven Configuration Files]] | ** [[Maven Configuration Files]] | ||
*** [[Maven pom.xml| | *** [[Maven pom.xml|pom.xml]] | ||
*** [[Maven settings.xml| | *** [[Maven settings.xml|settings.xml]] | ||
* Operations | *** [[Maven settings-security.xml|settings-security.xml]] | ||
** [[Maven | ** [[Configure Maven to Skip SSL Certificate Verification]] | ||
** [[Configure Maven with More Memory]] | |||
* '''Operations''' | |||
{{Internal|Maven Operations|Maven Operations}} | |||
* '''Troubleshooting''' | |||
** [[Debugging Maven]] | |||
** [[Troubleshooting Maven-Generated HTTP Traffic]] | |||
=Plugins= | =Plugins= | ||
* [[Maven Plugin List|Plugin List]] | * [[Maven Plugin List|Plugin List]] |
Latest revision as of 04:19, 11 November 2020
External
- https://maven.apache.org
- Maven Guides https://maven.apache.org/guides/
- Central Maven repository https://repo1.maven.org/maven2/
- https://search.maven.org/
Internal
Maven Repository Search
Subjects
- Installation
- Concepts
- Standard Directory Layout
- Standard System Properties
- Multi-Module Maven Projects
- Building a Complex Release Artifact
- Programmatic Maven
- Timestamp Support
- Filtering and Property Substitution
- Maven and Environment Variables
- Download Sources with the Class JAR Files
- Recipes
- Maven and Java 9 Module System
- Configuration
- Operations
- Troubleshooting