Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

Maven offline - problem with mvn-plugins

I'm using maven in my project and I need to run the build in a non-internet-access machine. When I test …

java maven-2 offline-mode
Publishing wsdl java M2E plugin execution not covered

I have written a WSDL and I want to generate java classes. I use the cxf-codegen-plugin for maven2, but I …

maven-2 wsdl wsdl2java
hibernate3-maven-plugin dependencies for newer version of hibernate

I would like to use hibernate-3.5-1.Final along with this plugin, what should be my dependencies here. It seems …

hibernate maven-2 hibernate3
How can I setup dependencies for Axis2 / Axiom on Maven2

I've tried the following settings on pom.xml to use Axis2 wsdl2code: <dependencies> <dependency> <…

maven-2 axis2 axiom
Which maven plugin do I use for AspectJ?

I am trying to add aspectj to a maven project using java 6.0. Browsing around I found 2 maven plugins, none of …

java maven-2 plugins netbeans aspectj
Uploading a File via SCP with Maven fails

I try to upload an ear created by maven to an application server using scp. When I tried to run …

maven-2 upload scp wagon
cxf + wss4j + maven NoSuchMethod error

trying to use the cxf+wss4j using maven. Created both the service and client without any compilation issues. The …

maven-2 jax-ws cxf wss4j xmlsec
Finding list of versions available in a Maven repository for a specific plugin?

Given the following repository URL from my pom.xml how can I determine what the latest versions of spring and …

java maven-2 maven-metadata
Problem with Eclipse and a Maven multi-module project

I have created a Maven project with the following structure: + root-project pom.xml (pom) + sub-projectA (jar) + sub-projectB (jar) I have …

eclipse maven-2 multi-module
Create java resources webapp folder structure with maven

I want to create /java, /resources, and /webapp/WEB-INF/web.xml folder structure under src. I have used the -DarchetypeArtifactId=…

maven maven-2 archetypes