Apache Maven EJB Plugin Version 2.5.1 Released
The Apache Maven team is pleased to announce the release of the Apache Maven EJB Plugin Version 2.5.1.
This plugin generates J2EE Enterprise Javabean (EJB) file as well as the associated client jar.
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-ejb-plugin</artifactId>
4 <version>2.5.1</version>
5</plugin>
Release Notes - Apache Maven EJB Plugin - Version 2.5.1:
Bug:
- MEJB-83 - EJB jar build on windows has broken file permissions Improvement
Improvements:
- MEJB-84 - Update to fluido skin 1.4
Enjoy,
-The Apache Maven team