Pi4J / pi4j-maven-archetype

A Maven archetype to remotely build, run and debug a PI4J-V2 program on a target Raspberry Pi
Apache License 2.0
9 stars 4 forks source link

Errore mvn install #9

Open Frenky83 opened 1 year ago

Frenky83 commented 1 year ago

Failed to execute goal org.codehaus.gmavenplus:gmavenplus-plugin:1.12.1:generateStubs (default) on project raspimaven-archetype: Execution default of goal org.codehaus.gmavenplus:gmavenplus-plugin:1.12.1:generateStubs failed.

i fixed removing this dependency from pom.xml at the end of file

org.codehaus.gmavenplus gmavenplus-plugin 1.12.1
FDelporte commented 8 months ago

New groovy version was needed according to feedback I got on Mastodon.

See https://github.com/Pi4J/pi4j-maven-archetype/commit/63f9c9ab39cc3a9ee138e0b2c7e8dd3e0ebd8308

@Frenky83 can you validate this change please?