Questions tagged as 'maven'

0
answers

Java, Cucumber, Maven - Feature executes without any class

I did a test automation project using Eclipse + Java + Maven + Cucumber + Selenium I have the following problem: As I'm not using git yet, I've exported this project to a .zip file, and in my work I imported it through the 'Existing projec...
asked by 20.10.2015 / 20:32
0
answers

Error while running Maven's Tomcat

I am giving a studied in Spring used Maven, when trying to run Tomcat with the command mvn tomcat:run gives an error that does not happen when I squeeze it in Tomcat7 configured in Eclipse. The error is this: GRAVE: Servlet /sprin...
asked by 27.09.2015 / 04:05
1
answer

Problems in design with Maven - Algaworks

I am a beginner in Maven, I have some problems that I can not solve. Does anyone know how to decipher these errors? Did not quite understand.     
asked by 01.10.2015 / 02:05
3
answers

Problem in file OiMundoServlet.java - #algaworks

I'm following the E-book "Java EE7 with JSF, PrimeFaces and CDI". I created the Maven project, I edited the file pom.xml as the handbook guides, when I created the OiMundoServlet.java sample file, I noticed that errors appeared in...
asked by 05.10.2015 / 23:32
1
answer

Maven settings.xml file not found

I'm following the following article: JBOSS / WILDFLY maven plugin for deploy LOCALHOST / REMOTE server . I want to implement this in the project I have here to do continuous integration, testing using Maven, however I can not find this fold...
asked by 25.03.2016 / 01:27
0
answers

Error trying to update by Maven

I'm having an error after setting the pom.xml file in the <artifactId>maven-compiler-plugin</artifactId> fault artifact. This is the error when trying to update by Maven: Could not update project comecando-primeface confi...
asked by 08.06.2015 / 23:12
1
answer

Error while deploying a Maven project

This is my first complete project with Maven , when running in IDE it works perfectly however when I do deploy on server Tomcat some errors happen. An error occurs when I try to enter the system through the Company Server...
asked by 14.07.2015 / 21:36
1
answer

First application using maven

In my application I am trying to use maven, but I am having some problems that may be related to configuration, when I will generate a JAR from the project or use some Run As option from the pom.xml file in the terminal the return is always: -...
asked by 15.07.2015 / 03:53
0
answers

Problems in JSP using JSTL and JBOSS

I made a Hello World to test the application but the JSP page is not being rendered. Only the source code for the page appears. Is there any extra configuration? I've even put all the dependencies in my POM.xml.     
asked by 13.05.2015 / 05:08
0
answers

Error converting Android project to Maven

I created an Android project and right after I clicked on the project > Configure > Convert to Maven Project. But soon after doing this the application no longer starts, it displays the following error:    Unable to instantiate activity...
asked by 02.05.2015 / 23:13