Top "Pom.xml" questions

A Project Object Model or POM is the fundamental unit of work in Maven.

Maven Pom.xml issue

I'm trying to make a spring mvc project using maven and getting following error in pom.xml: CoreException: Could not …

maven pom.xml maven-compiler-plugin
What is the use of pom.xml file in Java?

What is the main feature of a POM file and why is it actually used? How will the dependencies get …

java maven pom.xml
Maven can't find dependencies [dependencyResolutionException]

I added a Maven dependency to my project and my project compiles locally, while it doesn't compile on server. It …

maven pom.xml dependency-resolution
Is there a way to exclude a Maven dependency globally?

I’m trying to find a “generic” way of excluding a transitive dependency from being included without having to exclude …

maven maven-2 dependencies pom.xml
Is it possible to pass a password in Maven Deploy in the command line?

This is the way it currently works, and it's the Maven Deploy Plugin Usage pom.xml [...] <distributionManagement> <…

java maven pom.xml
Install parent POM without building Child modules

I have a parent POM in a Maven project, with this structure: parent | --------------- | | child1 child2 I want to install …

java maven maven-2 pom.xml
<plugins> unrecognized tag in pom xml

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.…

xml maven pom.xml
How to add VM args using pom.xml plugin

I have tried below ways but nothing work... i am trying to access jmx remotely from server. <jvmArgs> &…

java maven pom.xml vmargs
Maven: Including jar not found in public repository

If I was to use a 3rd party library that was not in the maven public repository, what is the …

maven-2 dependencies pom.xml
How to specify Java 11 version in Spring/Spring Boot pom.xml?

What is the correct way of specifying Java 11 as the version to be used in Spring (or Spring Boot) pom.…

java spring maven spring-boot pom.xml