While building some artifacts of the version 2.6.0 I found trouble with maven saying the pom of that dependency its invalid.
Problem was encoding ISO-8859-1 instead of UTF-8 in the mentioned version, its fixed in the next versions tough.
Two workarounds:

  • update the dependency in the pom.xml to a more recent version or
  • change the encoding once maven downloaded (not suggested but worked)

I was building dependencies needed for spt.cmd and found that error, also when the build it’s successful there are some warnings about prettyprinter but thats enought for me.
The spoofax-deploy repo hasn’t issues enabled so I’m writting here, I think it’s the correct place.

Submitted by Luis Tapia on 23 May 2023 at 06:57

On 23 May 2023 at 06:59 Luis Tapia commented:

I missed the pom
spoofax-deploy/parent/pom.xml

Log in to post comments