A Maven archetype to remotely build, run and debug a PI4J-V2 program on a target RPI #69
Replies: 3 comments 3 replies
-
this looks really amazing and a great contribution to the project! if I create a new repository in the the Pi4J project, would you be willing to share your work in their? and describe the use of it on a new page in https://v2.pi4j.com/getting-started/ ? |
Beta Was this translation helpful? Give feedback.
-
Maven archetype is available in https://github.com/Pi4J/pi4j-maven-archetype Trying to get this discussion marked as answered... ;-) |
Beta Was this translation helpful? Give feedback.
-
Great work 😄 Made it super easy to get a PI4J-v2 project up and running in IntelliJ with remote run and debug possibilities. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Even if P3 or P4 boards have memory and CPU power enough to run a modern IDE like Eclipse or Netbeans, the same is not true for less equipped boards. Moreover, I would like to develop programs on a more powerful and confortable PC workstation (Linux, Windows or MacOs).
I wrote this Maven archetype that can generate PI4J-V2 project templates with remote build, run and debug capability.
A template project generated with this archetype can:
The archetype is IDE agnostic (I tested it using Netbeans) and depends only on maven and ant. I hope it can be useful to other people. Comments and suggestions are welcome.
raspimaven-archetype-0.0.1-SNAPSHOT.zip
To use the archetype just unzip it in a folder and read the README.md for instructions
Beta Was this translation helpful? Give feedback.
All reactions