Questions tagged as 'pom'

1
answer

error: can not find symbol - maven install with class folder

I have a maven project in eclipse that uses a class folder. This folder has .java and .class. The classes I use in the project are in the build path as class folder, when I do maven install gives me error: [ERROR] location: class PushJobProces...
asked by 11.02.2016 / 13:46
1
answer

Maven - How to add a directory in build?

I'm having trouble adding a directory from my project into the * .jar file. I've added the following code to my pom.xml : <resource> <directory>migration/</directory> <i...
asked by 12.03.2018 / 21:09
1
answer

How to generate project JAR and POM by following the layout of the Maven repository?

I have a project where I need to generate the jar and pom following the same method as the maven-install-plugin plugin generates inside the local repository, as in the feedback that is given when constructing the project : --- maven-install-...
asked by 05.10.2016 / 16:17
1
answer

Error executing springboot default project

I'm trying to run the springboot default project that I purchased here . The project has the following dependencies: <groupId>br.com.fc</groupId> <artifactId>api</artifactId> <version>0.0.1-SNAPSHOT</version&g...
asked by 03.07.2018 / 19:07
1
answer

Dependency of JPA (2.1) in the POM.xml file

I made a normal JavaSE project with JPA for the persistence part, and it worked, the project consists of only one entity that is persisted in the database and nothing else. I have used the following libraries: EclipseLink (JPA 2.1) - eclipse...
asked by 29.12.2015 / 23:26
0
answers

Accentuation Problem

Friends, I have a problem, all the accents you have in the program I made using tomcat is with "?" as an example: Through, information, indexes. in pom I've set up: <properties> <springframework.version>4.0.6.RELEASE</spring...
asked by 24.04.2018 / 17:21
2
answers

pom.xml in Spring is not working!

Regardless of the boot version, it gives me an error. could anyone help me solve these problems of pom?     
asked by 17.07.2016 / 00:10
1
answer

Error in maven's POM.XML file

Error    cvc-complex-type.2.4.a: Invalid content was found starting with element 'dependency'. One of '{" link ": parent, " link    POM / 4.0.0 ": name," link ": description," link ": url, " link ": prerequisites,    " link ": issueMa...
asked by 25.07.2017 / 21:17
1
answer

What are / are these dependencies made of?

I started working with programming a little over 3 weeks ago, they gave me the code and I'm lost. Until yesterday I only knew how to output the Eclipse terminal, and now I have all those libraries (I think that's the name) and I would like to...
asked by 15.06.2017 / 05:53
0
answers

I can not resolve the No Persistence provider for EntityManager named

I researched in several forums, made all the suggestions I found and still could not solve. I do not know if it's because of the archetype of the project, but it's the default I'm using. Can someone please help me, I would be very grateful. M...
asked by 11.09.2018 / 21:06