-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage detail #36
Comments
Agreed on this. I have been struggling to compile these java classes. |
The Jar name is swagger2puml-core, I will update the Documentation part. Please try with this name and report me in case of any issues. |
Hello, I've encountered the same problem. What I've done :
The first 2 java commands output that :
The last one :
Thank you for for your help ! |
Struggling to execute , can i request for clear instruction please. |
Add the following under section of the parent POM file:
Then issue a "mvn clean install" from parent. It will create 2 /target/ folder (one under parent and one under the core). Copy it out and rename it to something sane: cp ./swagger2puml-core/target/swagger-plantuml-core-0.0.1-SNAPSHOT-jar-with-dependencies.jar ./swagger2uml.jar Now invoke it against your Swagger schema: java -jar swagger2uml.jar -i myschema.json -o . |
These changes are actually included in #46 |
Hello,
I tried using your tool, but found the documentation to be a bit unclear on how to do so. Here's what I did:
mvn clean install
But I can't find the swagger2puml.jar that is mentioned in the docs.
What am I missing ?
Thanks a lot for your help :)
All the best;
The text was updated successfully, but these errors were encountered: