You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ater I succeed to run mvn clean install
I kept getting these errors when I execute mvn exec:java -Dexec.mainClass="migrator.module.client.MigrateAccounts" -pl datamigrator-module
This is my version info:
Does anyone could help with this issue?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I found out that when using windows, we should add double quote for "exec.mainClass" and "exec.args"
thanks to this post.
the command should be like this: mvn exec:java -D"exec.mainClass"="migrator.module.client.ValidateExample" -D"exec.args"="Account" -pl datamigrator-module
Ater I succeed to run

mvn clean install
I kept getting these errors when I execute
mvn exec:java -Dexec.mainClass="migrator.module.client.MigrateAccounts" -pl datamigrator-module
This is my version info:

Does anyone could help with this issue?
Thanks in advance.
The text was updated successfully, but these errors were encountered: