Questions tagged as 'maven'

1
answer

Error generating maven / gitflow release

Hello, I have a Java application and I use Maven + gitflow to generate releases. I can make the clone via ssh / key without problem. But in the hour of running the command mvn jgitflow:release-start The following error is thrown: Caused b...
asked by 27.02.2015 / 17:38
1
answer

An unhandled exception has been detected. Generated code: [68MJGTMV] and [XJEL5QC6] - Expected Exception

Caught an unhandled exception. Generated code: [68MJGTMV]:: javax.faces.FacesException: # {classBean.save ()}: I checked the specified class to expect an exception value, but it does not. The problem occurred when I migrated from pc. The code...
asked by 30.01.2014 / 18:08
1
answer

Error creating project in maven

I'm trying to create a project using maven with the following command: mvn archetype:generate \ -DarchetypeGroupId=org.apache.maven.archetypes \ -DarchetypeArtifactId=maven-archetype-quickstart \ -Dversion=1.0-SNAPSHOT \ -DgroupId=com....
asked by 17.12.2018 / 13:25
0
answers

Wheel in eclipse but the project build with orjdbc7.rar jar does not work

Hello, how are you? I'm having trouble generating .jar from a Spring Boot + Maven project In Eclipse it runs smoothly But when I run the build with this command ./mvnw package && java -jar target/ff-back-boilerplate-0.0.1-SNAPSHO...
asked by 03.12.2018 / 22:22
0
answers

Problem with an AdminFaces component library

I'm using Maven to manage the dependencies of my project, but when I actually started creating XHTML pages, my project does not seem to have imported the dependencies needed to use the AdminFaces tags. <ui:composition xmlns="http://www.w3.o...
asked by 30.11.2018 / 21:13
0
answers

Jstl + maven do not work, configuration seems correct

The error is as follows: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application I tried the post: link but nothing w...
asked by 01.12.2018 / 20:11
0
answers

Error: Could not find or load main class - Maven

I'm following this devmedia tutorial: link In the Problems tab you have these two messages: Archive for required library: '/home/arksdf/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.4/jackson-databind-2.6.4.jar' in projec...
asked by 26.11.2018 / 15:52
1
answer

JPA, Hibernate, Spring MVC, Maven - Definition

I have many doubts in definitions! My goal is to build an architecture of a system, but the definitions of JPA, HIBERNATE, SPRING MVC, MAVEN, are obscure. JPA: Nothing is more than a specification (ok) Hibernate: Persistence Provider,...
asked by 24.06.2016 / 01:57
0
answers

How to download dependency source code with Maven

Hello, everyone! I'm trying to find a way to automatically fetch the source code of the dependencies used in projects with Maven. I see that Eclipse has an option of downloading the fonts, but it should require some special configuration i...
asked by 20.11.2018 / 05:05
0
answers

Maven goal jaxb2: xjc generating classes for wrappers tags

I have the following xml element: <experiment> <name>Experiment</name> <globalVars> <var> <name>foo</name> <value>bar</value> </var>...
asked by 02.11.2018 / 05:48