-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update instructions as assembly:assembly is not working #109
Comments
gurminder71
changed the title
Update instructions to use assembly:single instead of assembly:assembly
Update instructions as assembly:assembly is not working
May 8, 2024
nielm
added a commit
to nielm/spanner-schema-diff-tool
that referenced
this issue
May 27, 2024
use mvn package to generate single JAR. fixes cloudspannerecosystem#109
nielm
added a commit
to nielm/spanner-schema-diff-tool
that referenced
this issue
May 27, 2024
use mvn package to generate single JAR. fixes cloudspannerecosystem#109
nielm
added a commit
to nielm/spanner-schema-diff-tool
that referenced
this issue
May 27, 2024
use mvn package to generate single JAR. fixes cloudspannerecosystem#109
nielm
added a commit
that referenced
this issue
May 27, 2024
use `mvn package` to generate single JAR with dependencies fixes #109
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The assembly plugin has
single
goal that should be used. In the pom.xml, add:If above is done, then the build instructions are:
If the
execution
is not added, then instructions should be:I am getting following error:
The text was updated successfully, but these errors were encountered: