Questions tagged as 'maven'

1
answer

Plug-in org.eclipse.jpt.jpa.ui was unable to load class org.eclipse.jpt.jpa.ui.internal.editors.JpaXmlEditor

Personal Beauty, I'm having an error that has now appeared in the eclipse luna, does anyone know what it might be, some plugin to upgrade? The persistence.xml file does not open and the error in the title Plug-in org.eclipse.jpt.jpa.ui was una...
asked by 24.04.2015 / 04:29
2
answers

generate java maven project artifacts with parent in Jenkins

I wonder if anyone has already generated an artifact package for a module by the parent project at Jenkins !? For I have tried in every way that I could think, but until now I only got errors! Remembering that in eclipse it runs normally.     
asked by 24.04.2015 / 17:20
1
answer

JBoss for during JSF 1.2 initialization after project conversion to Maven

I have a project running perfectly on JBoss AS 5.1 , however this same project was not designed using Maven . This means that the dependency management process is still manual and build is done by Ant. The project is not very large and do...
asked by 19.03.2014 / 19:42
1
answer

Generate file template with Maven

Good morning everyone. With Maven Archetype you can generate project templates. Is there any way to generate file templates for Netbeans with Maven?     
asked by 19.01.2016 / 14:51
1
answer

Maven changing faces-config.xml

I have an EJB project and my maven is changing the faces-config.xml when I run "mvn install", maven changes everything inside it leaving without the paths I specify, it follows my "pom" file WEB project <project xmlns="http://maven.apache.o...
asked by 17.11.2015 / 19:31
1
answer

Error, Can not save to bank using hibernate

Good afternoon, Person, I need your help! I have a problem in my project, my hibernate is working on creating tables but when I did test to try to save it does not work and the following error appears in jUnit ( org.hibernate.MappingException: U...
asked by 10.09.2016 / 06:38
2
answers

Error installing jdbc oracle in eclipse

I'm finding impediments to installing oracle jdbc. Screen Errormessage:  Errorreadingfile  C:\Users\alex.jose.silva.m2\repository\com\oracle\ojdbc14\10.2.0.3.0\ojdbc14-10.2.0.3.0.jar  C:\Users\alex.jose.silva.m2\repository\com\oracle\ojdbc...
asked by 16.01.2018 / 16:18
1
answer

Problems setting up a Maven project to place CDI [closed]

Look at the error message; 08:27:28,047 INFO [org.jboss.weld.Bootstrap] (MSC service thread 1-2) WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked sy...
asked by 22.09.2015 / 13:45
1
answer

Maven does not download the libraries

I'm using IntelliJ and the plugin for Maven (first time), I'm trying to make it work so that I can download the libraries I use in my project, but it's not downloading. pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns=...
asked by 10.04.2014 / 21:15
1
answer

mvn test giving error 'can not find symbol'

I have a spring-boot project and I'm programming some tests using Junit, in Eclipse I ran the tests without having problems, however, in the terminal, when trying to run the mvn test command or > mvn build an error occurs in my TestUtil clas...
asked by 24.06.2018 / 05:30