Questions tagged as 'maven'

1
answer

Does not compile Local Repository - Maven

I am using Maven with Eclipse and I have configured a source repository in the pom.xml. In my .m2 are all the dependencies included jars of other projects that I must use (before they were as lib). My problem is that it fails to compile in th...
asked by 31.05.2017 / 17:41
1
answer

What is Maven used for? Is it still used? [closed]

Good morning, I would like to know what Maven is used for or the advantages of using it if it is still used. Thank you very much     
asked by 20.05.2017 / 19:49
1
answer

p: graphicImage shows the same image always

I have a WS (Rest) that returns an object of type SERVIDOR and depends on an Id that happens to it. @GET @Path("emps") @Produces("application/xml") public List <SERVIDOR> sendFoto(@QueryParam("a") String a) and from another app...
asked by 27.03.2017 / 06:06
1
answer

Do a Deploy Remote Tomcat with Ecipse / Spring Tool suit

How to make a remote deploy of a Spring Boot Application on a Tomcat server? The file to be deploy must be a war . Since that way it would be efficient since on the server or work computer it would not be necessary to lift a tomcat f...
asked by 23.03.2017 / 15:44
0
answers

Eclipse Neon.2 with Vaadin 7.7 and Maven. (Error 404 not found)

I wanted to ask if someone had the same problem and how to solve it. When I do a new project with Eclipse of Vaadin 7 Maven , I run it in Jboss 7.0 and gives an error: 404 not found , On the other hand, if I start the project vaadin with...
asked by 10.02.2017 / 21:31
1
answer

Create jar from pom

I have a project where when executing the mvn clean install command it creates the corresponding war of the project, but now I also need to have the jar of the project where the project is divided into different layers. I have added the corre...
asked by 25.11.2016 / 19:40
0
answers

Problem accessing /WEB-INF/views/allemployees.jsp. Reason: /WEB-INF/views/allemployees.jsp

Error that I can not decipher, I searched for it for some time but it turns out that it is the document's accommodation in the folder    HTTP ERROR 404 Problem accessing /WEB-INF/views/allemployees.jsp. Reason: /WEB-INF/views/allemploy...
asked by 03.10.2016 / 18:13
1
answer

Can you use Heroku without Maven?

I have a web application ( Java Web ) with Netbeans 8.2 I want to upload it to heroku but it turns out I can not do it, as I'm seeing I realize that I need to install Maven and I do not want, the application It would b...
asked by 15.04.2018 / 19:07
1
answer

Load maven resources folder image

Good evening. How can I load an image in the resources / static / images folder of the maven file structure in java?     
asked by 27.12.2016 / 22:07