How to build from source ? #159
-
I'm interested in using the new functionality for signing MSI files, specifically the Gradle plugin. But since version 3.0 hasn't been released yet (and there's no Unfortunately, I'm having trouble figuring out how. I'm not very familiar with Maven, so I'm unsure of the proper way to do this. I don't see any sort of wrapper, so I installed the latest version of Maven, and tried running
I assume I'm doing something wrong, but I have no idea what. If directions on building from source could be added to either the readme or to a separate file in the root project, I would appreciate it. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Building with Maven is just a matter of typing |
Beta Was this translation helpful? Give feedback.
-
Great! Can this documentation be added to the project so others can benefit from it too? |
Beta Was this translation helpful? Give feedback.
-
@Thunderforge the version 3.0 has just been released. |
Beta Was this translation helpful? Give feedback.
-
Hello, this procedure seems not work anymore, it was working some times ago but seems broken since v4.0.
Any needed change in build command ? |
Beta Was this translation helpful? Give feedback.
-
Is your branch up to date? I've fixed this error 3 days ago. |
Beta Was this translation helpful? Give feedback.
-
Ah ! Indeed 😅 thanks for this proactive fix |
Beta Was this translation helpful? Give feedback.
Building with Maven is just a matter of typing
mvn package -DskipTests
at the root of the project, not in the plugin directory. You'll needjsign-core-3.0-SNAPSHOT.jar
andjsign-gradle-plugin-3.0-SNAPSHOT.jar
on the classpath to use the plugin.