This is an automated email from the ASF dual-hosted git repository.
elharo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git
from 02ab63e update plexus-utils (#20)
add 4722630 [MEJB-134] Update to parent POM 39 (#19)
No new revisions were added by this update.
Summary of changes:
pom.xml | 10 +-
.../org/apache/maven/plugins/ejb/EjbHelper.java | 54 +-
.../java/org/apache/maven/plugins/ejb/EjbMojo.java | 328 +++++------
.../apache/maven/plugins/ejb/IncludesExcludes.java | 54 +-
.../apache/maven/plugins/ejb/EjbHelperTest.java | 58 +-
.../org/apache/maven/plugins/ejb/EjbMojoTest.java | 598 ++++++++++-----------
.../maven/plugins/ejb/IncludesExcludesTest.java | 93 ++--
.../plugins/ejb/stub/MavenProjectBasicStub.java | 93 ++--
.../plugins/ejb/stub/MavenProjectBuildStub.java | 193 +++----
.../ejb/stub/MavenProjectResourcesStub.java | 85 ++-
.../apache/maven/plugins/ejb/stub/ModelStub.java | 41 +-
.../maven/plugins/ejb/utils/JarContentChecker.java | 74 +--
12 files changed, 707 insertions(+), 974 deletions(-)