You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API jar generated by the default pom packaged with sikuli-slides would not function with the apps/pom.xml. The issue was that the main pom.xml was not jarring the dependencies within the API jar file.
Solution: Added the jar-with-dependencies plugin to the pom.xml.
Once done, I wrote a simple install.bat/sh script: mvn install:install-file -Dfile=./target/sikuli-slides-api-1.5.1-SNAPSHOT-jar-with-dependencies.jar -DgroupId=org.sikuli -DartifactId=sikuli-slides-api -Dversion=1.5.1-jar-with-dependencies -Dpackaging=jar
Finally, I added the following entry to my apps/pom.xml:
The API jar generated by the default pom packaged with sikuli-slides would not function with the apps/pom.xml. The issue was that the main pom.xml was not jarring the dependencies within the API jar file.
Solution: Added the jar-with-dependencies plugin to the pom.xml.
Once done, I wrote a simple install.bat/sh script: mvn install:install-file -Dfile=./target/sikuli-slides-api-1.5.1-SNAPSHOT-jar-with-dependencies.jar -DgroupId=org.sikuli -DartifactId=sikuli-slides-api -Dversion=1.5.1-jar-with-dependencies -Dpackaging=jar
Finally, I added the following entry to my apps/pom.xml:
The text was updated successfully, but these errors were encountered: