AzazelSensei commented on code in PR #151:
URL: https://github.com/apache/maven-acr-plugin/pull/151#discussion_r3889040037
##########
src/site/markdown/usage.md.vm:
##########
@@ -57,3 +57,59 @@ The ACR Plugin is used to package a JavaEE Application
Client module. There are
```shell
mvn acr:acr
```
+
+## Manifest entries
+
+The plugin does not invent a default `Main-Class`. If you do not set
+`archive.manifest.mainClass` (and you do not supply a custom manifest that
+already has one), the generated jar has no `Main-Class` entry.
+
+The Java EE specification still requires an Application Client to declare a
Review Comment:
You are right, it is optional. Linked the Jakarta EE 11 rule (Main-Class or
application-client.xml) and dropped the required wording. GlassFish can also
take the main class as a launch argument.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]