We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/java,
mvn exec:java -Dexec.mainClass="TestProducer" should be mvn exec:java -D exec.mainClass="TestProducer"
mvn exec:java -Dexec.mainClass="TestProducer"
mvn exec:java -D exec.mainClass="TestProducer"
and
mvn exec:java -Dexec.mainClass="TestConsumer" should be mvn exec:java -D exec.mainClass="TestConsumer"
mvn exec:java -Dexec.mainClass="TestConsumer"
mvn exec:java -D exec.mainClass="TestConsumer"
The text was updated successfully, but these errors were encountered:
Driving me nuts running from VS Code in windows until I found this https://stackoverflow.com/questions/64299956/unknown-lifecycle-phase-on-maven -- need extra quotes for windows (i.e., mvn exec:java -D"exec.mainClass"="TestProducer")
Sorry, something went wrong.
No branches or pull requests
In https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/java,
mvn exec:java -Dexec.mainClass="TestProducer"
should be
mvn exec:java -D exec.mainClass="TestProducer"
and
mvn exec:java -Dexec.mainClass="TestConsumer"
should be
mvn exec:java -D exec.mainClass="TestConsumer"
The text was updated successfully, but these errors were encountered: