79189004

Date: 2024-11-14 13:44:59
Score: 1
Natty:
Report link

Unfortunately, it doesn't seem like this is possible based on the AttachArtifactMojo and Artifact source code. The attachArtifact method they use always expects a type.

The best alternative is to use the maven-assembly-plugin to package your executable and install/deploy a tarball.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kyle Seaman