92
edits
Changes
→Build the application
Also, add the entry point class to the pom file:
<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-IMAGEjar-plugin</artifactId> <version>3.0.2</version> <configuration> <archive> <manifest> <mainClass>ca.wonderfish.spark8.Main</mainClass> </manifest> </archive> </configuration> </plugin> </plugins> </build>
2. Build the package