Questions tagged as 'maven'

1
answer

Error creating table with flyway using maven

I have this error below when creating the wine table using flaway, this is a maven project, does anyone know why this error? Properties spring.jpa.database=POSTGRESQL spring.datasource.url=jdbc:postgresql://localhost/wine spring.datasource....
asked by 08.08.2016 / 19:06
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
2
answers

package does not exist (Maven)

Let's contextualize the problem: I have a project that consumes some Web Services, in this project I have separate source folders according to the standard suggested by Maven ex: (main / java test / java), the classes generated based on the W...
asked by 09.12.2015 / 20:25
1
answer

Error in creating a maven project

As soon as I create a Maven project with the "war" packaging, it gives the following error: Description Resource Path Location Type web.xml is missing and <failOnMissingWebXml> is set to true pom.xml I'm using the Spring IDE Ide...
asked by 01.10.2015 / 03:56
1
answer

Error while deploying SOAP web service with Maven and Apache Tomcat

I build a JAX-WS application by Maven, but I'm not able to deploy it to the Tomcat application server. Here are my artifacts: pom.xml : <project xmlns = "http://maven.apache.org/POM/4.0.0" xmlns:xsi = "http://www.w3.or...
asked by 05.09.2015 / 15:02
1
answer

What dependencies in Maven to use JQWicket to integrate Wicket and Jquery

I'm developing a Wicket-Hibernate-Spring project. Until I made the communication and persistence of objects in the database, it was working normally. After some time, with some scopes increasing, I need to use JQWicket, which would be a depen...
asked by 13.06.2015 / 17:39
2
answers

Create two jar with the same pom by the eclipse

How to create a pom in the maven that generates by eclipse two .JAR files, where one will have the .class files and the other .jar will have the sources (.java files) doing only one install. Example: Project exemplo.jar exemplo-src.jar E...
asked by 25.03.2015 / 22:00
1
answer

Add Maven to a Web Application Project

Good morning, I'm using a Web Application Project, so I can use Google App Engine. I would like to be able to download .jar and its dependencies using Maven, does anyone know how to add Maven to my Web Application Project?     
asked by 13.03.2015 / 13:24
1
answer

Maven Project - Loads tomcat, but does not execute

I'm having a Maven project that, despite messages displayed on the Eclipse terminal, reports that Deploy was successful. When I type the URL in the browser, I get a 404 error; then when I open the Tomcat manager, I try to st...
asked by 20.04.2014 / 19:28
0
answers

error saving the vector in java

This class has the function of saving the data in an excel file to an array. But you are not. Does anyone know me know why? I've already asked about the genre before but I can not edit it. public class uni { public static void main (String[]...
asked by 27.10.2018 / 22:56