# mule-revapi-extension **Repository Path**: mirrors_mulesoft/mule-revapi-extension ## Basic Information - **Project Name**: mule-revapi-extension - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README == Mule Revapi Extension Used to analyze API changes between Mule module versions. It understands the `mule-module.properties` that defines Mule modules in jar files and will automatically exclude all elements that are not exported from analysis. === Usage With Revapi Maven plugin: ```xml org.revapi revapi-maven-plugin ... org.revapi revapi-java ... org.mule.tools.maven mule-revapi-extension ... ... ```