Support for maven plugins (extensions) #93
Labels
configuration
should be configurable or configuration change
enhancement
New feature or request
mvn
related to apache maven build tool
plugins
related to plugins (for Eclipse, Intellij, VSCode, etc.)
Milestone
As a IDEasy user, I want to have the ability to define extensions that get installed automatically so that I can make use of advanced features in maven.
Examples for such plugins/extensions:
So just like our IDEs can be enhanced with plugins, we should implement the same for maven:
*.properties
files for maven plugins (see story Ability to define plugins in user config #94)Mvn
commandlet that downloads all active plugins and drops them into the$MAVEN_HOME/lib/ext
folder.Please note that I can not currently find a way to to add plugins to maven externally without manipulating the maven installation. However, for simplicity we will not consider these plugins as project driven but rather user-driven.
Therefore
Here an example for
maven-notifier.properties
:This story is related to #10 (and #94). It should be considered to create an abstract base class for plugin based commandlets:
ATTENTION: This story is somehow blocked or conflicting with #94
The text was updated successfully, but these errors were encountered: