Changes Nathan Coast Replace Apache Jakarta Maven by Apache Maven in Manifest Add ejb:install-client and ejb:deploy-client goals. Don't generate a Class-Path manfiest entry if there are no jars with ejb.manifest.classpath set to true Only include maven.ejb.src if it exists Synchronize ejb and jar plugin usage of: Specification-Title/Vendor/Version and Implementation-Title/Vendor/Version Added maven.ejb.index, maven.ejb.client.index properties. Added maven.ejb.excludes and maven.ejb.includes properties. Added deploy, deploy-snapshot and install-snapshot goals Artifact processing in the plugin was slightly changed and now it supports jar overriding mechanism property ejb.bundle.jar was renamed to ejb.bundle (old property is still supported, but deprecated) Initial plugin created