Questions tagged as 'maven'

0
answers

maven: javaagent in file pom.xml

I am working with an application deployed in maven, in which I need to modify the pom.xml file, to make it use a jar file when the application is deployed. I have duplicated and modified a piece of code from that file where -javaagent is used...
asked by 07.11.2016 / 17:53
1
answer

How to add Maven support to App Engine

I am developing an application for Google App Engine with the IDE Intellij IDEA , when starting the new project this IDE allows the creation of an App Engine application with the structure by defect. At the end of the creation it does not...
asked by 25.05.2016 / 18:24
0
answers

Problems with Maven2 in project testing within IDE Eclipse Mars 2

I would like to tell you something that happens to me when I test a project that I have created IDE Eclipse: Inside the Eclipse IDE, in the part of Roll Shell, I enter the following command: perform test - I get this error: est...
asked by 15.05.2016 / 17:01
2
answers

Web application server overload

Greetings. I have created a web application to manage a veterinary clinic with Spring Roo and Gvnix tools, I have created the database with veterinary tables, owners, pets, appointments, all these tables are related to 1 to many among them,...
asked by 05.06.2016 / 00:59
1
answer

How can I install Apache Maven on Ubuntu 15.10 using apt-get?

Is there a way to install Apache Maven with apt-get ? For now I have to go to the site of Apache Maven and download the files and then from my editor (Eclipse, IntelliJ) I refer to that folder to leave it configured. I would like t...
asked by 09.02.2016 / 04:22
1
answer

Error Plugins in Spring project

I am trying to create my first project with Spring. I miss two mistakes: Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-resources-plugin:3.1.0:testResources (execution: default-testResources, phase: pro...
asked by 02.11.2018 / 12:22
1
answer

Error downloading project in Spring from the repository

Hello Good afternoon to all, what happens is that I can not execute a project that comes down from a repository, but it throws me this error: jul 05, 2017 3:41:21 PM org.apache.tomcat.util.digester.SetPropertiesRule begin ADVERTENCIA: [SetProp...
asked by 05.07.2017 / 22:56
2
answers

dependency not found maven

Good I have a problem I try to add a dependency, but this marks me the following    [ERROR] /root/evolplus/backendEvol/evolplus/icova/icova-service/src/main/java/com/applying/icova/service/IdeaServiceImpl.java:[10,42] package org.apach...
asked by 14.03.2017 / 03:35
1
answer

Maven Archetype: create java.lang.NoClassDefFoundError: org / apache / commons / lang / StringUtils

I want to create an archetype from an existing project, for which I place myself in the directory where the POM.XML of this project is and execute the instruction mvn archetype:create-from-project resulting in java.lang.NoClassDefF...
asked by 23.02.2017 / 18:06
1
answer

Problems with maven in eclipse

I'm having problems working with maven, both eclipse and netbeans. I get an error when generating a project:    could not resolve archetype org.apache.maven.archetypes: maven-archetype-quickstart: 1.1 from any of the configured repositorie...
asked by 26.08.2016 / 11:10