Skip to content
Snippets Groups Projects
Commit 97b22050 authored by Krishna's avatar Krishna
Browse files

Adding main class to packaging step in maven

parent 4f346690
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,13 @@
</execution>
</executions>
<configuration>
<archive>
<manifest>
<mainClass>
crypto.HeadlessCryptoScanner
</mainClass>
</manifest>
</archive>
<descriptors>
<!-- custom descriptor is copied from jar-with-dependencies -->
<!-- This also copies the rules from test resources as default rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment