Skip to content

Conversation

JohnAZoidberg
Copy link
Contributor

No description provided.

@JohnAZoidberg JohnAZoidberg changed the title Adding documentation about how to run from source Add documentation about how to run from source Jul 14, 2025
<pre>
mvn -B clean compile
mvn -B package -DskipTests
java -jar jsign/target/jsign-7.2-SNAPSHOT.jar --help
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a mvn command to build/run jsign from source?
Then I could avoid the package step and it would be even faster.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no command to run Jsign from Maven. That may be possible with the exec-maven-plugin but the syntax would be cumbersome, the package+run approach is easier I think.

--in application.apk
</pre>

<h3 id="credits">Development</h3>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The id attribute has to be changed

If you'd like to build and run jsign from source, please follow the below instructions:

<pre>
mvn -B clean compile
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to use -B, the batch mode is rather for the CI builds. Also a single invocation is faster:

mvn clean package -DskipTests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants