--
You received this message because you are subscribed to the Google Groups "sparkjava" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sparkjava+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>fully.qualified.main.Class</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>
Sounds like we are making progress ;-)
w.