You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Abel Salgado Romero (JIRA)" <ji...@apache.org> on 2019/08/15 16:17:00 UTC

[jira] [Created] (MNG-6734) Ability to add Java sources to plugins classpath from .mvn directory

Abel Salgado Romero created MNG-6734:
----------------------------------------

             Summary: Ability to add Java sources to plugins classpath from .mvn directory
                 Key: MNG-6734
                 URL: https://issues.apache.org/jira/browse/MNG-6734
             Project: Maven
          Issue Type: New Feature
          Components: core
            Reporter: Abel Salgado Romero


In plugins like [asciidoctor-maven-plugin|https://github.com/asciidoctor/asciidoctor-maven-plugin] it is possible to add Java Asciidoctor extensions and other customizations to the conversion process.
These need to be available to the asciidoctor-maven-plugin classpath and due to how maven manages plugin's dependencies, this means that users need to publish these extension in a maven repo or create multi-module projects like in this example https://github.com/asciidoctor/asciidoctor-maven-examples/tree/master/java-extension-example.
This is cumbersome and a bit of overkill when some users just want to add a single class.

So, I wonder if would make sense to be able to add Java sources in the ".mvn" directory that are compiled and added to the classpath so that maven plugins can use them.
Ideally, to avoid classpath issues, I'd like to be able to tell which plugins use the code, maybe with an XML descriptor or some directory convention.






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)