krasa / krasa-jaxb-tools

XJC / JAXB plugin for generation of Bean Validation Annotations (JSR-303) and replacing primitive types
Apache License 2.0
60 stars 49 forks source link

Is the plugin executable from cmd line without need of maven? #75

Open Thomasator opened 9 months ago

Thomasator commented 9 months ago

Hi,

I've tried your maven plugin to convert xsd to POJO with 303 validation annotation and its exactly what I was looking for. But I would like to be able to run the maven plugin from the cmd line without need of maven :D. I know that it sounds weird, but for my use I cant use maven rn. Is there a way to somehow run the plugin like jar?

Thx for the help Thomasator

krasa commented 9 months ago

Nope. Unless you want to figure out how to package it and make a main class...