You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2020/12/27 10:09:12 UTC

[GitHub] [maven-ear-plugin] mabrarov commented on a change in pull request #34: update ejb plugin

mabrarov commented on a change in pull request #34:
URL: https://github.com/apache/maven-ear-plugin/pull/34#discussion_r549092998



##########
File path: pom.xml
##########
@@ -88,7 +88,7 @@
     <project.build.outputTimestamp>2020-09-26T20:10:30Z</project.build.outputTimestamp>
     <mavenWarPluginVersion>3.3.1</mavenWarPluginVersion>
     <mavenCompilerPluginVersion>2.5.1</mavenCompilerPluginVersion>
-    <mavenEjbPluginVersion>2.3</mavenEjbPluginVersion>
+    <mavenEjbPluginVersion>3.1.0</mavenEjbPluginVersion>

Review comment:
       Refer to [`ejbVersion`](https://maven.apache.org/plugins/maven-ejb-plugin/ejb-mojo.html#ejbVersion) parameter of Maven EJB Plugin. Maven EJB Plugin 2.3 uses [`2.1` as a default value of `ejbProperty`](https://github.com/apache/maven-ejb-plugin/blob/maven-ejb-plugin-2.3/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java#L177) while Maven EJB Plugin 3.1.0 uses `3.1` as a default value. Maybe it's reasonable to review tests where Maven EJB Plugin is used and update (remove or add) `ejbProperty`.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org