Riduidel / aadarchi

A maven archetype to generate easily projects allowing architecture description using a mix of C4, agile architecture, Asciidoc and PlantUML
https://riduidel.github.io/aadarchi/
Apache License 2.0
41 stars 12 forks source link

livereload fails due to bad plugin name #222

Closed Riduidel closed 2 years ago

Riduidel commented 2 years ago

Command run by the fuzzy-watcher-maven-plugin is

mvn prepare-package io.github.Riduidel.agile-architecture-documentation-system:aadarchi-maven-plugin@generate-html-docs io.github.Riduidel.agile-architecture-documentation-system:aadarchi-maven-plugin@generate-html-slides
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (21 kB at 31 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 21 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.933 s
[INFO] Finished at: 2022-09-05T16:33:30+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'io.github.Riduidel.agile-architecture-documentation-system' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\Nicolas\.m2\repository), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]

The error is perfectly clear : we run the plugins from the old groupId io.github.Riduidel.agile-architecture-documentation-system

Riduidel commented 2 years ago

Fixed in 49e0221027881dfa13afb9de617ffdd417b6c0ad