Apache Maven is a software project management and comprehension tool.
I have determined that two JAXB plugins for Maven 2 exist, with some different configurations. The one is from Sun: http://…
java maven-2 jaxb maven maven-pluginI am using Maven 2 and I have an external Tomcat 7. I was wondering how to run Tomcat 7 from using Maven …
maven-2 maven tomcat7 maven-tomcat-pluginI would like to put JDK tools.jar as compile dependency. I found some examples that indicate to use the …
java maven-2 tools.jarUsing Maven 2, is there a way I can list out the jar dependencies as just the file names? mvn dependency:…
java maven-2 dependencies classpathIs there an easy way to specify an alternate port for Tomcat in the pom or on the commandline. I'd …
tomcat maven-2I am trying to use the nexus REST api to get the latest version of a maven artifact. I am …
maven-2 maven nexusIs it possible to have a different set of dependencies in a maven pom.xml file for different profiles? e.…
java maven-2 build-process dependenciesI have a plugin (antrun) with an execution configured which has an id and is not bound to any phase. …
maven-2