flaky-solstice-74403
07/09/2024, 3:24 PMquick-house-41860
07/10/2024, 11:54 AMflaky-solstice-74403
07/12/2024, 10:51 AMflaky-solstice-74403
07/12/2024, 10:51 AM<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<archive>
<manifest>
<mainClass>com.gusto.WorkerPoolStarter</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
<executions>
<execution>
<id>make-my-jar-with-dependencies</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
flaky-solstice-74403
07/12/2024, 10:52 AMquick-house-41860
07/12/2024, 10:54 AMflaky-solstice-74403
07/12/2024, 11:44 AMquick-house-41860
07/12/2024, 12:34 PMflaky-solstice-74403
07/12/2024, 2:02 PM