Questions tagged as 'maven'

0
answers

Persistence.xml file can not find provider tag class

I'm creating a Hibernate JPA + Maven project. I put the necessary statements in pom.xml, and the project downloaded the dependencies of hibernate, but when configuring the provider tag of the persistence.xml file the IDE returns me the following...
asked by 05.11.2016 / 21:16
1
answer

Spring MVC annotations are not working on Maven

Hello, I'm having a problem setting up Spring MVC in Maven , when I try to access the link it returns on browser:    STATUS 404 The requested resource is not available. And the WARNING:    No mapping found for HTTP reques...
asked by 06.09.2016 / 17:41
2
answers

JSF tags are not being converted to HTML

I created a Maven project in Eclipse to use JSF and made all the settings the material requested. However, when I created an XHTML file and circled it in the browser, the source code of the page was not converted to regular HTML, that is, it con...
asked by 18.08.2016 / 20:14
1
answer

Error executing .jar in Windows PowerShell with Maven

Good afternoon everyone. I'm trying to run this tool (CPA - link ). Through the link available, I download the classes. After that, I run Maven, which generates a .jar. The configuration file (pom.xml) used in Maven is this: link After...
asked by 13.07.2016 / 17:27
0
answers

java + postegre connection problem in heroku

Trying to connect java to the heroku database (postgre), I have checked the url several times and have no errors. I am not using hibernate. By pgadmin I can insert into the bank normally. How to fix this error? Should I make any changes to pom.x...
asked by 16.06.2016 / 17:32
1
answer

How to make the mavem get the jar always from the master branch

I have 2 projects managed by maven. The first is the Model. The Second Front End and the Controll The model is a dependency of the FrontEnd. I do this with the following dependency on the pom.xml of the FrontEnd project. <dependency>...
asked by 03.06.2016 / 14:36
0
answers

Error while deploying on heroku

Trying to deploy in heroku with tomcat 7 and hibernate and this error appears:    [ERROR] Failed to execute goal   org.apache.maven.plugins: maven-compiler-plugin: 3.1: compile   (default-compile) on project apiexpotaxi: Fatal error compiling...
asked by 15.06.2016 / 22:44
1
answer

Insert license as dependency in a Maven project

EDIT: The problem still persists, I posted below in my answer new information about the problem. Thank you. Hello! I made some tests using the JxBrowser library and I intend to use it in my academic project. However, my project is in Mav...
asked by 05.06.2016 / 20:56
1
answer

Differences in build in jenkins?

I configured Jenkins to "build" a project from a git repository, I'm using maven:    Warning: JAVA_HOME environment variable is not set. Apache Maven 3.3.3   (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T08: 57: 37-03: 00)   Maven hom...
asked by 14.04.2016 / 16:57
1
answer

Error generating jar project

I wanted to generate a JAR from the project I did on maven (simple). But it generates this error. Why did you generate this error? [INFO] --- maven-war-plugin:2.2:war (default-war) @ teste-MODEL --- [INFO] Packaging webapp [INFO] Assembling we...
asked by 10.02.2016 / 05:04