Do not use this tag for the use of specific Maven plugins.
I switched my JDK version from 8 to 9 and the AspectJ plugin no longer works due to missing tools.jar: Execution …
java maven maven-plugin aspectj-maven-pluginWhen trying to generate a Maven project from an archetype (using mvn archetype:generate), the command returns a lots of …
maven-3 maven-plugin maven-archetypeIs there already a preferred way how to transpile ECMAScript6 code to ECMAScript5 using traceur or Babel (formely named 6to5) …
maven maven-plugin ecmascript-6 traceur babeljsI want to use maven-exec-plugin to run command line (cmd) for converting a Markdown file to a PDF file using …
maven pom.xml maven-plugin pandoc exec-maven-pluginIn our enterprise application we are seeking a dynamic way to collect data from our Java classes. We created a …
java maven-2 annotations maven-plugin annotation-processingWhen I run my maven web project in eclipse. I go to pom.xml, right click on the file and 1. …
maven tomcat jakarta-ee maven-plugin maven-tomcat-pluginI have a maven plugin that should run in the compile phase, so in the project that consumes my plugin, …
java maven maven-pluginI'm using maven jaxb2 plugin to generate Java classes from xsd files. Recently i faced problem, my schema files list …
java xsd maven-plugin jaxb2 maven-jaxb2-pluginIf I have a Maven Artifact information (GroupId, ArtifactId, Version) how can I programmatically (using Java) retrieve that Artifact from …
java api maven maven-plugin aetherThe AbstractMavenMojo's execute method declares it throws two exceptions, MojoExecutionException and MojoFailureException. Throwing either results in the build stopping and …
maven-2 maven-plugin