HA3: No plugin found for prefix 'graphwalker'

0 votes
asked Dec 3, 2019 in SWSV by khongi (26 points)  

Hibába futunk bele a következő parancs lefuttatásakor: mvn graphwalker:generate-test-sources

Összes előtte lévő parancs a leírásnak megfelelően lefutott, beleértve a mvn install -DskipTests parancsot is.

A lépéseket kipróbáltuk többször is Arch linux-on, Windows 10-en és Ubuntu VM-en is. Sajnos minden alkalommal ugyan ezt a hibát kapjuk:
[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for core-java-spring 4.1.3: [INFO] [INFO] core-java-spring ................................... SKIPPED [INFO] Core Common ........................................ SKIPPED [INFO] Arrowhead Orchestrator ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.971 s [INFO] Finished at: 2019-12-03T18:22:27+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] No plugin found for prefix 'graphwalker' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/khongor/.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] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException

1 Answer

+1 vote
answered Dec 3, 2019 by micskeiz (2,873 points)  
selected Dec 4, 2019 by khongi
 
Best answer

You should use the graphwalker plugin related commands only in the orchestrator folder.

Check out the pom files: Graphwalker is only defined in orchestrator's pom, and not in the top-level pom.

...