Top "Maven-plugin" questions

Do not use this tag for the use of specific Maven plugins.

Maven AspectJ plugin fails to build with Java 9 due to missing tools.jar

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-plugin
Filter archetypes in Maven command line with archetype:generate

When trying to generate a Maven project from an archetype (using mvn archetype:generate), the command returns a lots of …

maven-3 maven-plugin maven-archetype
Maven Plugin which transpiles ES6 to ES5 which uses Traceur or Babel

Is 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 babeljs
Use maven-exec-plugin to run command line

I 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-plugin