Questions tagged as 'maven'

2
answers

How to save the maven dependencies inside the project folder?

I want to save all maven project dependencies inside my project folder! What should I put in the pom.xml file?  Is there a plugin for this? I would like a pom.xml template that describes how to do this. Here is my pom.xml: <?xml version=...
asked by 06.01.2017 / 00:47
1
answer

Dependency conflict in JSF with Maven

I created a Maven project in Eclipse with JSF 2, project has been evolving well, running Tomcat 8 with no problems and that's when I started to implement the reports so I put the dependencies for Jasper according to the code below, hence tomcat...
asked by 04.02.2017 / 19:35
2
answers

Wsimport of multiple equal services with several unnecessary operations

In Java, I'm using the wsimport tool. The process works. However there are some problems. I have to do the wsimport in the services of several different providers (all of them third, I have no control over them). WSDLs are almost identical, j...
asked by 14.12.2016 / 16:53
1
answer

Tomcat Error 8 + Project Maven

I have the following error when starting the project, has anyone had this problem? SEVERE: A child container failed during start java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [Standa...
asked by 06.09.2016 / 16:24
1
answer

Where is pom.xml?

I'm starting in Java and, according to the workbook, there should be a file called pom.xml in the project, but I can not find it.     
asked by 03.08.2016 / 04:28
1
answer

Access my application without the version number

My JSF application runs on wildfly. But when I raise the server, to access the application I must use: link . In short: I want to take -0.0.1-SNAPSHOT and just use link . I do not know if this is set in pom, but it looks like this: <...
asked by 08.09.2016 / 18:48
1
answer

PersistenceUnit: fabricaweb2 Unable to build EntityManagerFactory

I have this error below, can not create the EntityManager. I am using maven and the META-INF folder is within src / main / resources in the root folder where the src / main / java entities are. Errors below when I run: log4j:WARN...
asked by 14.10.2015 / 11:03
2
answers

Error in the Java Resources package in Maven project

I created a project Maven with only one page xhtml just for testing, but it gets this error in the package. What would be this error?     
asked by 19.06.2015 / 13:30
1
answer

How to Use Multiple Threads to Run a Faster Build on Maven

What does Maven offer in terms of parallelism to run builds ? If I run a build on a machine with more than one processor , how can I take advantage of more resources for processing? What is the expected performance improvement we ca...
asked by 27.06.2015 / 23:34
1
answer

Maven Project in SVN

I have the following Maven project structure in my workspace: system (with POM set to consolidate all projects below) DAO EAR MODEL WEB VO I'm developing in partnership and opted to use SVN. I would like to know the best proc...
asked by 06.05.2015 / 04:42