Skip to content
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

Maven MQ SInk connector blowing up #67

Open
masonyujr opened this issue Aug 22, 2024 · 5 comments
Open

Maven MQ SInk connector blowing up #67

masonyujr opened this issue Aug 22, 2024 · 5 comments

Comments

@masonyujr
Copy link

Maven build is failing on the IBM MQ Sink connector.

@masonyujr
Copy link
Author

I am using git, Maven and Java 8. The source connector MQ compiled clean though

@Joel-hanson
Copy link
Contributor

Thank you for reporting the issue. Could you please provide more details to help us investigate further? Specifically:

  1. What is the exact error message or stack trace you're encountering during the build process?
  2. Could you clarify the steps you followed before the build failed, including any dependencies or commands you executed?
  3. Is it you first time building the project? Have you included any recent changes to the codebase or environment that might have impacted the build process?

This information will help us pinpoint the issue more effectively.

@masonyujr
Copy link
Author

masonyujr commented Aug 23, 2024 via email

@Joel-hanson
Copy link
Contributor

@masonyujr It looks like you're encountering a Checkstyle error related to line endings in your Java files.

Have you tried building the project with checkstyle disabled. If you need to build the project without addressing the line ending issue immediately, you can disable the Checkstyle plugin temporarily by running:

mvn clean package -Dcheckstyle.skip=true

@masonyujr
Copy link
Author

masonyujr commented Aug 27, 2024 via email

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

No branches or pull requests

2 participants