# spring-migration-analyzer **Repository Path**: mirrors_spring-projects/spring-migration-analyzer ## Basic Information - **Project Name**: spring-migration-analyzer - **Description**: Spring Migration Anaylzer is a command-line tool for analyzing Java EE applications. It produces a report describing the application and how to migrate it to Spring. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Migration Analyzer Spring Migration Anaylzer is a command-line tool for analyzing Java EE applications. It produces a report describing the application and how to migrate it to Spring. # Downloads - [Milestones](http://repo.spring.io/simple/libs-milestone-local/org/springframework/migrationanalyzer/spring-migration-analyzer/) - [Snapshots](http://repo.spring.io/simple/libs-snapshot-local/org/springframework/migrationanalyzer/spring-migration-analyzer/1.0.0.BUILD-SNAPSHOT/) # Usage To begin using the Migration Analyzer, perform the following for usage information: unzip spring-migration-analyzer--dist.zip cd spring-migration-analyzer-/bin/ ./migration-analysis.sh # Example usage ./migration-analysis.sh ~/dev/resources/migration-apps/my-app.ear This will analyze `my-app.ear`, producing a report in the current working directory. The report's directory will be named `migration-analysis.my-app.ear`. # Building from source Spring Migration Anaylzer is built using Gradle. To build: ./gradlew clean build dist Once the build's completed, a .zip package will be available in `build/distributions`. # Infrastructure - Issues - https://jira.spring.io/browse/SMA - CI - https://build.spring.io/browse/SMA - Quality - https://sonar.springsource.org/dashboard/index/2770