Questions tagged as 'maven'

1
answer

configure mojo maven to deploy app

Hello, I'm trying to run an app made in spring. My tree is next ./icova-webapp. ./services. ./etcetc. login to webapps and execute mvn spring-boot:run I clarify that these are the steps that they left me to be able to deploy the a...
asked by 15.03.2017 / 00:31
1
answer

Doubt with the treatment of a manyTomany and oneTomany scheme mixed

I'm doing an event management web project for class with java, jsp, hibernate h2 and maven. My question is, how do I associate users with the events and both with the table? I mean, I want the application to remember which user has registered to...
asked by 25.05.2016 / 21:45
1
answer

How to install Maven on windows

Following this tutorial link Download maven from link I am adding these variables: in the system path. M2_HOME: C:\programs\apache-maven-3.0.3 M2: %M2_HOME%\bin JAVA_HOME: C:\Program Files\Java\jdk1.6.0_25 Path: %JAVA_HOME%\bin; %...
asked by 25.04.2017 / 16:17
1
answer

Joda DateTime is not compiled

The problem I have is the following: When I compile my code, I do not have any errors, but when I execute it, I get the error. java.lang.NoClassDefFoundError: org/joda/time/format/DateTimeFormat I have Joda's api implemented by Maven in...
asked by 04.07.2018 / 11:12
1
answer

Problem with Spring and Maven Project

Good morning everyone, I have a problem with a project of some Spring dependencies with Maven, what happens is that I download the project of a repository and some errors that I do not know, the errors are:    Can not find the tag library des...
asked by 10.04.2017 / 18:54
1
answer

Maven repository only Local

happens that I am using maven, I have 1 repository configured in my pom file, so that in case any dependency is not found in my M2, I look for it in that repository, but it happens to me that, although I have added the jar in my M2, maven does n...
asked by 04.06.2016 / 00:05
1
answer

Error compiling a Maven project

I have downloaded a project in sourceforge and when importing it to start editing it gives me many errors among which is one that says " Java Build Path Problems " in the console when writing the command "java - "show me" version java version 1...
asked by 14.06.2016 / 17:08
0
answers

Problem. It does not show data from MySQL Database

I am starting a Java Web application with Java SE Development 64 bit (Version 8, compilation 1.8.0)  with JSF, JPA, Maven in Eclipse Version: Oxygen.3a Release (4.7.3a.) Spring  Database in MySQL Workbench 8.0 CE. Apache Tomcat v8.5 Server. A...
asked by 04.01.2019 / 06:52
0
answers

Maven central vs local Maven

I am creating a Java project in
asked by 01.11.2018 / 21:01
1
answer

How to Compile and Generate a .WAR?

I have a project carried out in MAVEN with Eclipse which consists of connecting to a database with APACHE and showing some data ... how and where do I configure which database to connect to? What I do is: 1) Run As 2) Tomcat V7 Server at local...
asked by 22.06.2016 / 20:53