Maven: Difference between revisions
Jump to navigation
Jump to search
(20 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 System Properties|Standard System Properties]] | |||
** [[Multi-Module Maven Projects]] | |||
* [[Maven Standard Directory Layout|Standard Directory Layout]] | ** [[Building a Maven Complex Release Artifact|Building a Complex Release Artifact]] | ||
* [[Maven Standard System Properties|Standard System Properties]] | ** [[Programmatic Maven]] | ||
* [[Multi-Module Maven Projects]] | ** [[Maven Timestamp Support|Timestamp Support]] | ||
* [[Building a Maven Complex Release Artifact|Building a Complex Release Artifact]] | ** [[Maven Filtering and Property Substitution|Filtering and Property Substitution]] | ||
* [[Programmatic Maven]] | ** [[Maven and Environment Variables]] | ||
* [[Maven Timestamp Support|Timestamp Support]] | ** [[Maven Download Sources with the Class JAR Files|Download Sources with the Class JAR Files]] | ||
* [[Maven Filtering and Property Substitution|Filtering and Property Substitution]] | ** [[Maven Recipes|Recipes]] | ||
* [[Maven | ** [[Maven and Java 9 Module System]] | ||
* [[Maven | * '''Configuration''' | ||
* [[Maven Recipes|Recipes]] | ** [[Maven Configuration Files]] | ||
*** [[Maven pom.xml|pom.xml]] | |||
*** [[Maven settings.xml|settings.xml]] | |||
*** [[Maven settings-security.xml|settings-security.xml]] | |||
** [[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= | |||
* [[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