Questions tagged as 'maven'

1
answer

Error Starting Tomcat Server

I'm inserting two hibernate dependencies into my pom.xml <!-- https://mvnrepository.com/artifact/org.hibernate/hibernate-core --> <dependency> <groupId>org.hibernate</groupId> <artifactId>hiber...
asked by 16.02.2018 / 15:45
0
answers

SpringBoot finds no dependency on BOOT-INF / lib folder

When I run APP springBoot using IDE or mvn spring-boot:run it works fine, but when I execute the command below it does not work: java -jar myapp.jar Show an error like this: Caused by: java.lang.IllegalArgumentException: File [/ho...
asked by 24.01.2018 / 21:04
1
answer

Error in project pom.xml file

Hello, I have a problem that I could not identify, in my project an error appears in the pom.xml file, I have already run the Maven update in the project, but the error persists, and my .jar repository is there but at the time of the build it ca...
asked by 11.01.2018 / 15:57
0
answers

Run the Java java project via terminal?

I did a Maven project in Eclipse, I installed a dependency of Mahout for pom.xml, I made the code and it works beauty, it's beautiful. But I have to run this in a virtual machine, that is without Eclipse. How do I run my project on the virtual m...
asked by 12.01.2018 / 14:36
1
answer

Convert project to maven with EAR, what better way?

Hello,Iwouldliketoknowwhatwouldbethebestwaytoconvertthisprojecttomavensothatitcanrecognize"shared.war", "facede.jar" and be bundled as ".ear". I've done some conversions but never with .EAR, could you help me? Thank you!     
asked by 04.01.2018 / 09:57
0
answers

Exception does not start application start

Below is my pom.xml and the exception that appears on the console. I've followed all the recommendations I've found, usually speaking to redo the steps to generate the project or to check the dependencies. I'm using java 8 and tomcat tbm 8. Any...
asked by 14.12.2017 / 15:59
1
answer

Doubt with exception that does not let start a Maven project

I can not start a Maven project in Eclipse, I have already set the environment variables and I recognized the version. I'm not understanding what it is Exception and how to do it to run Maven in Eclipse Error:    Caused by: java.sec...
asked by 02.12.2017 / 17:19
0
answers

How to Configure Maven / Java Environment Variables

I configured the following environment variables JAVA_HOME C: \ Program Files \ Java \ jdk1.8.0_144% MAVEN% MAVEN_HOME C: \ Users \ Raphael Storm \ Desktop \ apache-maven-3.5.2 - (extract Maven) MAVEN% MAVEN_HOME% \ bin Path% JAVA_HOM...
asked by 02.12.2017 / 15:50
0
answers

How to use the self-generated mvnw.cmd file from the Spring Initializer site?

How can this self-generated file be useful on a day-to-day basis? I even tried to run it in MS-DOS but I did not see anything happen.     
asked by 22.11.2017 / 04:15
1
answer

CDI is not working with Tomcat7 by maven + JSF

I'm not getting the CDI to work, I'm using the maven tomcat7 plugin. The beans.xml is created and in the WEB-INF folder, context.xml is also in the META-INF folder, I also put the dependencies of the CDI, both implementation and specification...
asked by 03.11.2017 / 19:31