Questions tagged as 'maven'

1
answer

Problem with deploy in Heroku

I'm using Maven, Java, JSF, Primefaces, Hibernate, MySQL, CDI and Tomcat 8 on the local machine to create the app. Now I'm trying to climb and I'm having a hard time getting the project up on Heroku. I created Procfile.txt in the project root...
asked by 21.09.2017 / 20:50
1
answer

How to generate project JAR and POM by following the layout of the Maven repository?

I have a project where I need to generate the jar and pom following the same method as the maven-install-plugin plugin generates inside the local repository, as in the feedback that is given when constructing the project : --- maven-install-...
asked by 05.10.2016 / 16:17
0
answers

How to correct the error Failed to execute goal org.codehaus.mojo: exec-maven-plugin: 1.2.1: exec?

I'm having this error:    ----------------------------------------------- ------------------------- BUILD FAILURE   -------------------------------------------------- ---------------------- Total time: 3.454s Finished at: Sat Jul 23 11:47:20...
asked by 23.07.2016 / 20:10
0
answers

java.lang.NoSuchMethodError: org.jboss.logging.Logger.debugf. Glassfish 4.1, HIbernate 5.2, Spring 4.3 [closed]

I can not upload an application in Glassfish 4.1. It seems to me that the problem is the dependency org.jboss.logging I already added it to the project in version 3.3.0 but the error persists. The strange thing is that the same application "ru...
asked by 28.12.2016 / 16:52
0
answers

Plugin execution not covered by lifecycle configuration

I have implemented unit tests using Jasmine in my application and want to configure in Maven a continuous integration so that the tests run automatically. It is already working, however an error is appearing in the Eclipse console and I would li...
asked by 17.03.2016 / 13:49
0
answers

Maven error: -fuzzyMatcher TYPEVAR

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar (package-javadocs) on project globalmentor-core: MavenReportException: Error while generating Javadoc: [ERROR] Exit code: 1 - javadoc: error - fuzzyMatcher TY...
asked by 19.05.2016 / 19:33
0
answers

Generate test javadoc with Maven on NetBeans

I need to generate javadoc from tests using Maven. I found this tutorial = > link It worked, however, I can only generate javadoc via terminal, using the command:    mvn javadoc: test-javadoc Would anyone know a way to generate...
asked by 05.01.2016 / 02:29
0
answers

Heroku does not work after adding dependencies in pom.xml (Maven)

I deployed a java project with maven, it worked quietly, however after I put the dependencies in the pom.xml file and gave the push, heroku no longer executes, not even the "hello world". Here's how pom.xml was, then how it was after adding the...
asked by 14.06.2016 / 22:02
0
answers

Maven UML Generator

I would like to know if there is a more current plugin to generate the UML of my classes in a Maven project. The idea is to run this goal of "uml generator" on the integration server continues, and so generate the files every time there is a...
asked by 19.06.2015 / 21:13
1
answer

Error performing deploy in Openshift using my git

Hello. I'm having a very strange problem with my application on openshift. I created in the Openshift a Jboss application and added the jenkins. From it I've changed the source code source to my repository in git. But I get this error at the...
asked by 20.03.2015 / 19:20