Top "Pom.xml" questions

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

An internal error occurred during: "Updating Maven Project". Unsupported IClasspathEntry kind=4

As the title mentioned I have the following problem: I use Eclipse with Maven Nature and when I update my …

eclipse maven m2eclipse pom.xml
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

I'm a beginner and learning spring and hibernate (utilizing maven in project)and came across this problem and got stuck …

java jsp pom.xml jsp-tags buildpath
Maven: The packaging for this project did not assign a file to the build artifact

I'm using Maven 3.0.3 on Mac 10.6.6. I have a JAR project and when I run the command "mvn clean install:install", …

maven maven-3 pom.xml maven-jar-plugin maven-install-plugin
Maven error in eclipse (pom.xml) : Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4

I wanna make web project using the Maven to import automatically all libraries that I need, so I chose "maven-archetype-webpp" …

java eclipse maven pom.xml
Missing artifact com.oracle:ojdbc6:jar:11.2.0 in pom.xml

I am using Eclipse Luna and working on a maven project. When I add the entry for ojdbc jar in …

java maven pom.xml ojdbc artifact
repository element was not specified in the POM inside distributionManagement element or in -DaltDep loymentRepository=id::layout::url parameter

I'm having a problem while deploying and here is the error message I get: [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ …

java maven deployment pom.xml
Meaning of ${project.basedir} in pom.xml

What is the meaning of <directory>${project.basedir}</directory> and ${project.build.directory} in pom.xml

java maven pom.xml
maven generating pom file

I use maven 3.0.3 and have tried to generate pom for third-party jar like this: mvn install:install-file -Dfile=cobra.jar …

maven maven-3 pom.xml
Gradle build.gradle to Maven pom.xml

I have a Gradle project and I need all its dependencies to be transferred and used with another Maven project. …

maven gradle pom.xml
Why am I getting Unknown error in line 1 of pom.xml?

Getting unknown error at Line 1 in pom.xml in Eclipse IDE. It was working fine till yesterday, but all of …

java maven spring-boot pom.xml