aws / aws-sdk-java-v2

The official AWS SDK for Java - Version 2
Apache License 2.0
2.2k stars 853 forks source link

Create maven-publish.yml #5574

Closed tech-jun-jones closed 2 months ago

tech-jun-jones commented 2 months ago
./mvnw.cmd clean install ## Motivation and Context ./mvnw clean install # Skip tests, checkstyles, findbugs, etc for quick build ./mvnw clean install -P quick # Build a specific service module ./mvnw clean install -pl :s3 -P quick --am

Modifications

Testing

Screenshots (if appropriate)

Types of changes

Checklist

License

debora-ito commented 2 months ago

This change doesn't seem related to the SDK. Closing.