Maven: Difference between revisions
Jump to navigation
Jump to search
(43 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 https://repo1.maven.org/maven2/ | |||
* https://search.maven.org/ | |||
=Internal= | |||
* [[Gradle#Overview|Gradle]] | |||
=Maven Repository Search= | |||
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;"> | |||
:http://search.maven.org<br> | |||
</blockquote> | |||
=Subjects= | =Subjects= | ||
* [[Maven Installation|Installation]] | |||
* [[Maven Concepts|Concepts]] | * [[Maven Concepts|Concepts]] | ||
* [[Maven Configuration Files]] | ** [[Maven Standard Directory Layout|Standard Directory Layout]] | ||
** [[Maven pom.xml| | ** [[Maven Standard System Properties|Standard System Properties]] | ||
** [[Maven settings.xml| | ** [[Multi-Module Maven Projects]] | ||
* [[Maven | ** [[Building a Maven Complex Release Artifact|Building a Complex Release Artifact]] | ||
* [[ | ** [[Programmatic Maven]] | ||
** [[Maven Timestamp Support|Timestamp Support]] | |||
** [[Maven Filtering and Property Substitution|Filtering and Property Substitution]] | |||
** [[Maven and Environment Variables]] | |||
** [[Maven Download Sources with the Class JAR Files|Download Sources with the Class JAR Files]] | |||
** [[Maven Recipes|Recipes]] | |||
** [[Maven and Java 9 Module System]] | |||
* '''Configuration''' | |||
** [[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 | * [[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