Most voted "pom" questions
POM, short for Project Object Model, is an xml file that contains the definitions of a Maven project.
Learn more…16 questions
Sort by count of
-
3
votes1
answer1677
viewserror: cannot find Symbol - Maven install with class Folder
I have a Maven eclipse project that uses a Folder class. That folder has the . java and .class. The classes I use in the project are in build path as class Folder, when I do Maven install it gives…
-
2
votes1
answer241
viewsHow to generate JAR and POM project by following the Maven repository layout?
I have a project where I need to generate the jar and pom following the same method as the plugin Maven-install-plugin generates within the local repository, as in the return that is given when…
-
2
votes1
answer456
viewsMaven - How to add a directory to build?
I’m having a hard time adding one directory of my project inside the archive *.jar. I added the code below in my pom.xml : <resource> <directory>migration/</directory>…
-
1
votes1
answer1248
viewsJPA(2.1) dependency on POM.xml file
I did a normal Javase project with JPA for the persistence part, and it worked, the project consists only of an entity that is persisted in the bank and nothing else. I used the following libraries:…
-
1
votes1
answer933
viewsError in project pom.xml file
Hello, I have a problem that I could not identify, in my project an error appears in the file pom.xml, I already ran Maven updte in the project, but the error persists, and my repository is . jar is…
-
1
votes1
answer1041
viewsMaven Project Relative Path error
I have to maintain a system in java with Maven. However the system has 3 projects where one refers to the other, I tried to change the build path adding projects and etc. So far nothing below…
-
1
votes1
answer2564
viewsError in Maven POM.XML file
Error cvc-Complex-type.2.4. a: Invalid content was found Starting with element 'dependency'. One of '{"http://maven.apache.org/POM/4.0.0":Parent, "http://maven.apache.org/ POM/4.0.0":name,…
-
1
votes0
answers52
viewsProblem Accentuation
Friends, I have a problem, all the accents you have in the program that I made using Tomcat are with "?" as an example: Atrav? s, informs?? es,? ndices. in the pom I set up: <properties>…
-
1
votes1
answer3765
viewsError while running default springboot project
I am trying to run the default springboot project that I acquired here. The project has the following dependencies: <groupId>br.com.fc</groupId> <artifactId>api</artifactId>…
-
0
votes1
answer345
viewspom.xml in Spring is not working!
Independent of the boot version keeps giving me error. could someone help me solve these pom problems?…
-
0
votes1
answer1053
viewsWhat are/do these dependencies?
I started working with programming about three weeks ago, they gave me the code and I’m lost. Until yesterday I only knew how to leave the Eclipse terminal, and now I have all these libraries (I…
-
0
votes2
answers1583
viewsJava - Missing Artifact com.sun:tools:jar:0 (POM.xml)
I’m making that mistake on my POM.xml. Would anyone know what to say? <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"…
-
0
votes0
answers97
viewsI can’t solve No Persistence Provider for Entitymanager named
I searched on various forums, made all the suggestions I could find and still could not solve. I don’t know if it’s because of the archetype of the design, but it’s the pattern I’m using. Can…
-
0
votes0
answers59
viewsDocumentation with Swagger
Hello, everyone. I’m having trouble analyzing my documentation with Swagger. It just doesn’t show up anything but some HTML elements on my page localhost:8080/swagger-ui.html, how the image shows:…
-
-1
votes1
answer67
viewsProblems with POM
I’m taking a spring course but I’m having a problem with the pom.xml file this is the description of the problem This is the source code <?xml version="1.0" encoding="UTF-8"?> <project…
-
-2
votes1
answer39
viewsorg.apache.Maven.reactor.Mavenexecutionexception: Failed to validate POM for project
I’m having a little problem with my pom giving the following message: Validation Messages: [0] 'dependencies.dependency.version' is missing for com.fasterxml.jackson:jackson-bom:pom Reason: Failed…