Questions tagged as 'maven'

0
answers

Spring Boot [Maven (Multi-Modules)] Managing the application.properties

Well I'm having a little problem I have a project where I'm using a project with Maven, Spring Boot. And inside maven I am dividing the modules [multi-modules] as eg Persistence and Web The Web module is dependent on the Persistence...
asked by 30.05.2016 / 00:55
0
answers

Error inserting icon in JLabel

I'm doing a graphical interface in a java (maven) project and I'm having a problem trying to put an icon in JLabel. AndwhenIruntheprojectitgivesthefollowingerror: As I'm using the netebeans GUI, there's no way I can edit the code that i...
asked by 09.05.2016 / 18:58
0
answers

Dependency problem with Maven (plugin m2) in Eclipse

I'm new to developing java and I do not have much knowledge on Maven. The little I learned was through surveys and tutorials on the internet, and now I'm facing a problem that seems to be related to settings and I do not know how to solve. Co...
asked by 01.03.2016 / 21:06
0
answers

IntelliJ JSF - Page opens in white

What I did I created a Maven project and added the JSF module, however, even with the downloaded library. What's happening When I run my project using Tomcat , the olamundo.xhtml page is blank. The URL should come as http:/...
asked by 04.02.2016 / 01:46
1
answer

Maven calling Ant

I have a maven project, I want maven to "call" some ant target, I already saw that it has a "maven-antrun-plugin" plugin on the apache website, but I can not understand any examples, someone could give me a simple example, like creating a .jar (...
asked by 19.10.2015 / 19:52
0
answers

Netbeans file template

With Maven Archetype it is possible to create project templates. And for template file there is something similar? I would like to create a wizard to create files. Something similar to creating Servlets, where the wizard prompts for the Servelet...
asked by 09.01.2016 / 03:43
0
answers

Problem rendering JSF page

I have a very "annoying" problem, yesterday I had a JSF system working perfectly with all pages opening correctly. When I log into the system today the page looks like this: NocomponentofPrimefacesorJSFisworkinganymore.Thisisthethirdt...
asked by 09.09.2015 / 14:45
0
answers

Exception while running project

I have a Maven project where I tried to add a newer dependency of JSF after these attempts the project always had errors. I created a new project and copied all classes, pages etc. Now every time I run this project the following ex...
asked by 05.08.2015 / 15:56
0
answers

Error 404 Tomcat

I'm starting with Maven, I put the dependencies I want in pom.xml and I created a page xhtml to test of error 404: The requested resource is not available. Nothing appears on the console, it is left blank. Does anyone know w...
asked by 19.06.2015 / 19:10
0
answers

How do I import correctly using Maven in Android Studio?

I imported org.apache.commons:commons-email through the ALT + SHIFT + CTRL + S command in Android Studio. The class has identified without problems but I can not compile the project! PS: I entered the error directory and only has a...
asked by 24.03.2015 / 01:33