Questions tagged as 'maven'

2
answers

Managing Dependencies with Maven in an Offline Environment

I do not know if what I'm going to ask is simple, or complex, but it turns out that I started using Maven a couple of weeks ago in college, in a somewhat complex Java EE discipline project. I installed Maven, everything right on my notebook and...
asked by 12.11.2014 / 02:53
1
answer

How to convert a Java project in Eclipse to a Maven project?

I have a Java project in Eclipse that I want to convert to a Maven project. For the conversion, I right-click and select the "Convert to Maven Project" as indicated in the figure below. Theproblemisthataftertheprojectconversionthesourcefo...
asked by 10.03.2015 / 14:12
2
answers

Maven Project with Hibernate and Glassfish does not generate the database

I have a Maven project and I'm having problems at the moment of generating the Database, I'm using Hibernate and Glassfish 4. No error is generated, simply the database is not generated, I'm new to Maven I may be forgetting some additional co...
asked by 10.03.2015 / 13:15
1
answer

Maven with Proguard

Well, could anyone explain how I can use Proguard in maven's build to obfuscate the web project (war) in deploy direct to jetty? <project xmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi...
asked by 20.10.2015 / 00:36
0
answers

maven configuration [closed]

I created a Maven project (NOTE: this is the first time I'm touching this technology), but it is giving this error. This plugin that the message is speaking do I need to install it? How do I do? Another thing, when I go to pr...
asked by 03.06.2015 / 21:04
0
answers

Sum of profiles not maven?

Scenery: I have 10 clients, 3 of them use websphere, 10 use tomcat, 7 use jboss. no pom.xml <profile> <id>cliente01</id> <dependencies> <!-- depencias para tomcat--> </dependencies...
asked by 07.01.2016 / 14:39
1
answer

Maven: Generate JAR with Dependencies / Directory recources

I am very lazy with Maven and because there is a lot of material on the internet I end up getting lost as I perform the operation below: I need to generate the JAR Runnable of my project with all the dependencies I have used and...
asked by 22.09.2015 / 22:30
1
answer

What is the best repository for Maven? [closed]

Sometimes I can not find dependencies in a repository, so where should I look for dependencies? Is there a core where all possible dependencies will be there?     
asked by 03.09.2015 / 03:43
1
answer

Java Web application with Maven with repository in GitHub and hosted in OpenShift

I have a Java web application (wildfly server) created with Maven, locally versioned with Git and remotely on GitHub, I would like to know how to host this application in OpenShift and deploy every Pull received by GitHub.     
asked by 23.03.2016 / 17:17
2
answers

Error in the project after adding IReport dependency

When I add the following dependency the project and pom.xml get error: <dependency> <groupId>net.sf.jasperreports</groupId> <artifactId>jasperreports</artifactId> <version>5.1.2</version>...
asked by 06.08.2015 / 19:17