You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Build the project
mvn clean compile
# Package the application and Maven plugin
mvn clean package
# Install to local Maven repository
mvn clean install
Running Tests
# Run all tests (unit + integration)
mvn verify
# Run specific integration test
./test-plugin.sh quick # Quick test
./test-plugin.sh compress # Full test with commons-compress
./test-plugin.sh all # Run all integration tests# End-to-end test for snapshot/check workflow
./test-lockfile.sh