Forum Discussion
Solved
Run it as a task. That functionality is associated with a task.
- bfroemling7 years agoNew Contributor II
Just tried it again. Still getting the same issues. Anybody have any idea what’s going on?
Hi @bfroemling, could you tell me what version of Java you are using with Maven please (the output of
mvn -v
will show it)? Currently, we only support Java 8 for developing custom Snaps.
- bfroemling7 years agoNew Contributor II
C:\workspace\snaplogic\DemoSnapPack>mvn -v Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T13:41:47-05:00) Maven home: C:\Program Files\Maven\apache-maven-3.6.0\bin\.. Java version: 1.8.0_192, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_192\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
- bfroemling7 years agoNew Contributor II
Finally got it to build. I think my issue was due to cross-corruption between Java 8 and Java 10 in the .m2 directory. After wiping out the entire .m2 directory and reinstalling all dependencies, it is now building correctly.
Please note that the path http://maven.clouddev.snaplogic.com:8080/nexus/content/repositories/master/ should now be https://snaplogiceng.jfrog.io/artifactory/thirdparty/ .
Related Content
- 4 months ago
- 10 months ago
- 3 years ago
- 5 years ago