swagger-api / swagger-api/swagger-codegen
no main manifest attribute
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
./mvnw clean package
java -jar target/swagger-codegen-generators-1.0.35-SNAPSHOT.jar generate -g typescript-axios -i var/openapi.json -o assets/src/api-client/gen
no main manifest attribute, in target/swagger-codegen-generators-1.0.35-SNAPSHOT.jar
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running ./mvnw clean package and inspecting target/swagger-codegen-generators-1.0.35-SNAPSHOT.jar, then compare its manifest with the java -jar command shown. Done means the packaged JAR has the required entry point and the typescript-axios generation command no longer reports a missing main manifest attribute.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100