Maven

Tutorials and articles about Maven


Java
Selenium Maven Dependency for pom.xml
The Selenium Maven Dependency for pom.xml - org.seleniumhq.selenium
Ubuntu
How to install Apache Maven on Ubuntu
Let us take a look at how to install Apache Maven on Ubuntu Operating System.
HowTos
How to Search Maven Central Repository
Let us see how to search the repositories, dependencies, and jars in Maven Central Repository.
HowTos
How to Add Maven Central Repository in pom.xml
Let us take a look at how to add Maven Central Repository in pom.xml
Java
Maven Central Repository: URL and Details
Let us take a look at the URL for Maven Central Repository and more details.
Java
Setting up JUnit 5 dependency with Maven Example
Let us see how to setup Junit 5 with maven pom.xml.
Java
Fix Maven: Could not find artifact in central
How to fix Maven error Could not find an artifact in central
Java
Fix: Maven - Failed to execute goal - Compilation failure - Source/Target option 5 is no longer supported. Use 7 or later
How to fix Maven Error: Failed to execute goal - Compilation failure - Source/Target option 5 is no longer supported. Use 7 or later.
Java
Java Jackson with Maven Example
In this example, we will take a look at how to work with Java Jackson with Maven.
HowTos
Where is Maven .m2 local repository located on Mac
Let us see where is the Maven .m2 local repository located on Mac.
Java
Generate Maven Project Dependency Tree using MVN Command
How to generate Maven Dependency Tree using MVN Command?
Java
Skip Test Maven while creating package command
How to skip test while executing the maven package command in console.
Java
[Fix] Cannot resolve No versions available for org.osgi.service:org.osgi.service.prefs:jar:[1.1.0,1.2.0) within specified range
How to fix Cannot resolve No versions available for org.osgi.service:org.osgi.service.prefs:jar:[1.1.0,1.2.0) within specified range.
Java
How to run Java Unit Test cases with Apache Maven?
How to run your Java Unit Test cases with Apache Maven?