Top "Pom.xml" questions

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

Error opening Maven POM file dependency hierarchy in Eclipse - "Project read error"

When I open a POM file and click on the "Dependency Hierarchy" tab at the bottom, it gives me the …

java eclipse maven pom.xml
What is the difference in maven between dependency and plugin tags in pom xml?

I'm new to the maven tool, I have made a project with Spring and Hibernate and they are configured in …

maven plugins dependencies pom.xml
Maven Build Failure -- DependencyResolutionException

I'm installing a package that has Maven dependency and get a DependencyResolutionException when I try to clean it. After cloning …

maven pom.xml dependency-resolution
Maven: Invalid target release: 10

I'm trying to compile my maven project using Java 10 but I'm having trouble. In my IDE (IntelliJ IDEA) everything compiles …

java maven pom.xml java-10
Missing artifact com.sun.jdmk:jmxtools:jar:1.2.1

I have created simple project from maven-achetype-quickstart under Eclipse Indigo, then I went to pom.xml gui editor and in …

java eclipse maven dependency-management pom.xml
Maven not picking JAVA_HOME correctly

I am on windows environment and using maven to compile my project. Although I just created the project and added …

java maven pom.xml
How to create a WAR file using the commandline?

I installed JBoss Developer Studio and it's possible to create a WAR file by "right mouse project > Export > …

maven jboss war pom.xml siesta
Maven Compilation error [package org.testng.annotations does not exist]

I'm pretty new to maven and I want to run my test classes using maven. I have generated the testng.…

maven testng pom.xml
Maven: Lifecycle vs. Phase vs. Plugin vs. Goal

Relatively new developer here, even though I've been using it for a little while, I'm hoping to solidify my Maven …

maven maven-3 pom.xml maven-lifecycle
What does the parent tag in Maven pom represent?

E.g.: <parent> <groupId>mycompany.trade.com</groupId> <artifactId>mycompany.trade.</…

maven directory pom.xml artifact parent-pom