AzazelSensei commented on code in PR #151:
URL: https://github.com/apache/maven-acr-plugin/pull/151#discussion_r3888109413
##########
src/site/markdown/usage.md.vm:
##########
@@ -57,3 +57,6 @@ The ACR Plugin is used to package a JavaEE Application Client
module. There are
```shell
mvn acr:acr
```
+
+The Java EE specification requires an Application Client to declare a
`Main-Class` in its manifest.
Review Comment:
There isn't one. If archive.manifest.mainClass is unset and you don't supply
a custom manifest, the jar has no Main-Class. Documented that on the usage page
and moved the FAQ content there.
--
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]