Java2PlantUML icon indicating copy to clipboard operation
Java2PlantUML copied to clipboard

How to download java2PlantUML plugin?

Open gammay opened this issue 6 years ago • 2 comments

Followed instructions at https://github.com/juanmf/Java2PlantUML

Got this error: [ERROR] No plugin found for prefix 'java2PlantUML' in the current project and in the plugin groups [com.github.juanmf, org.apache.maven.plugins, org.codehaus.mojo] available from the repositories

gammay avatar Oct 31 '19 11:10 gammay

Hi did you solve it? the plugin is not in the maven repos. It gets installed locally, haven't done it in a while, but basically download this repo, run the sample commands then edit your pom and try.

juanmf avatar Dec 24 '19 22:12 juanmf

haven't you tried jitpack? Basically builds the project for you from a github repository and gives you the option to download and works a a maven repository.

javatlacati avatar Dec 25 '19 16:12 javatlacati