maven-notifier icon indicating copy to clipboard operation
maven-notifier copied to clipboard

request: plugin usage

Open delanym opened this issue 3 years ago • 0 comments

If the extension was available as a plugin it could be

  • selected using a profile
  • updated with versions-maven-plugin
        <plugin>
          <groupId>fr.jcgay.maven</groupId>
          <artifactId>maven-notifier</artifactId>
          <version>${dep.maven-notifier}</version>
          <extensions>true</extensions>
        </plugin>

Please consider. Same for maven-profiler.

delanym avatar Jun 20 '22 06:06 delanym