Apache Maven is a software project management and comprehension tool.
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-modeI have written a WSDL and I want to generate java classes. I use the cxf-codegen-plugin for maven2, but I …
maven-2 wsdl wsdl2javaI would like to use hibernate-3.5-1.Final along with this plugin, what should be my dependencies here. It seems …
hibernate maven-2 hibernate3I've tried the following settings on pom.xml to use Axis2 wsdl2code: <dependencies> <dependency> <…
maven-2 axis2 axiomGiven the following repository URL from my pom.xml how can I determine what the latest versions of spring and …
java maven-2 maven-metadataI 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-moduleI want to create /java, /resources, and /webapp/WEB-INF/web.xml folder structure under src. I have used the -DarchetypeArtifactId=…
maven maven-2 archetypes