Questions tagged as 'maven'

1
answer

Deploy Heroku Maven project with multiple modules

I have a Maven (web) project consisting of a packer project ( packaging = pom ) and several modules. I want to deploy this project in Heroku. Questions: Where should Procfile be? In the wrapping project or the web project?...
asked by 08.05.2017 / 21:45
0
answers

Insert folder with project MAVEN javafX

I have a MAVEN project, when I generate the project, it generates the main JAR and the LIB folder, which contains the library, all right until now, what I need is to include another folder with other files so that my jar access when needed. I us...
asked by 29.03.2017 / 16:18
0
answers

Update project while running Maven

I have a java project with Maven stacks. I changed a java function and re-executed the command mvn clean install from the prompt. But at runtime it does not update the code, it continues with the same function. I have tried cleaning th...
asked by 18.01.2017 / 20:05
1
answer

NoClassDefFoundError - Only running via Jenkins

Hello, I have an automation project with selenium + java + maven integrated in Jenkins. Today I did a refactor on it by moving some classes to new packages. In my machine there is no problem of compilation or execution, it runs everything...
asked by 20.10.2016 / 00:23
0
answers

Unable to build entity manager factory in jar created with maven

Good morning, In a project we are using Hibernate, Log4J2, Gson and some other things you can see in pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/200...
asked by 09.09.2016 / 16:37
0
answers

Maven does not export all jars ClassNotFoundException

I have a web (.war) project and it exports SOME jars to WEB-INF / lib folder, as it does not export the org.json jar and I'm getting ClassNotFoundException! I'm using maven, I'd like to know how I force all depenicas to be exported to WEB-IN...
asked by 02.09.2016 / 14:19
1
answer

I can not download the dependencies of Hibernate and mysql #Algaworks

I am following the algaworks-ebook-java-ee-7-com-jsf-primefaces-e-cdi-2a-edicao-20150228 handout and in the financial project for the hibenate and mysql dependencies in pom xml I can not get the libraries and thus I can not annota...
asked by 14.07.2016 / 00:52
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

Jsoup returning no value

I have a problem with Jsoup library, which when I try to make the connection to a certain page, it simply does not return any value from the connection. public static void main(String[] args) { try{ Document doc = Jsoup.connect("...
asked by 15.05.2016 / 18:28
0
answers

Demoiselle AppletExecute error in the manual

In the Demoiselle's documentation for the link: link To create the sample applet, add the following dependency to the project: <dependency> <groupId>br.gov.frameworkdemoiselle.component</groupId> <artifactId&g...
asked by 17.05.2016 / 22:04