Fixed an issue with a proper pointer to the Kickstart archive to be used insted of depending the Kickstart Maven Plugin’s default

which is wrong at the moment
diff --git a/pom.xml b/pom.xml
index 9b643fc..97ce725 100644
--- a/pom.xml
+++ b/pom.xml
@@ -281,7 +281,7 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <kickpadJar>${project.build.directory}/${project.artifactId}-${project.version}.jar</kickpadJar>
+                    <kickstartJar>${project.build.directory}/${project.artifactId}-${project.version}.jar</kickstartJar>
                     <parallelExecution>false</parallelExecution>
                     <servers>
                         <server>