Questions tagged as 'maven'

1
answer

Hibernate does not recognize annotation of classes

I have a Maven project, with Glassfish 4.0, Hibernate, I'm using annotations and my project was facetted with JPA the persistence.xml file was generated and the Glassfish connection pool is working. however the following message is generated by...
asked by 10.03.2015 / 00:05
1
answer

How to import and configure a Maven project with Tomcat server in Intellij?

I have a simple project and would like to run this project in the Intellij IDE, but I believe that unlike Eclipse, the IDE requires other parallel settings to import. I would like to know how this import process works. Note: I'm using the...
asked by 09.11.2018 / 14:13
1
answer

Maven Dependency Tree

I'm having some version conflict issues in my project dependencies, and the mvn dependency:tree command is not working enough because I have a lot of dependencies and it's hard to identify which dependencies depend on the conflicting libr...
asked by 05.04.2018 / 16:36
3
answers

Where for the files? [closed]

When we use Spring and Maven, where should we put the files? in the webapp folder or in the WebContent folder?     
asked by 21.02.2018 / 23:12
1
answer

Error creating hibernate tables

I'm getting the following Exception when creating the tables in my application: Hibernate: create table UserConfig (id bigint not null, dateReg datetime, status varchar(255), accountActivationCurrentToken varchar(10000), forgotPasswordC...
asked by 06.02.2018 / 18:11
1
answer

How to run maven dependencies?

I'm doing an application inside a virtual machine and I'm using maven to install Mahout, in Eclipse in another pc worked perfect, but when doing the same project in a virtual machine I did the following steps giving me the error below : I ins...
asked by 12.01.2018 / 15:54
1
answer

Running Java Webservice out of eclipse with Maven

Hello, I have a webservice project that on my computer runs normally, using eclipse and tomcat. And now I want to transport this project to a server and that it runs only with Tomcat. There is also a question: Will the Tomcat and project pull th...
asked by 18.08.2017 / 20:15
1
answer

What are / are these dependencies made of?

I started working with programming a little over 3 weeks ago, they gave me the code and I'm lost. Until yesterday I only knew how to output the Eclipse terminal, and now I have all those libraries (I think that's the name) and I would like to...
asked by 15.06.2017 / 05:53
1
answer

Ignore files in the target folder

How do I ignore the files in the target folder of Maven? I want to ignore them so that git does not see the files.     
asked by 08.05.2017 / 18:47
1
answer

Problem Spring MVC + Maven + Bootstrap

Good morning. I'm trying to put bootstrap in the index of my application but I'm not getting it, the index does not read the CSS. I searched the internet and from what I understood, the css should stay within the following structure, src / main...
asked by 06.03.2017 / 16:48