-
Notifications
You must be signed in to change notification settings - Fork 39
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
Plugin execution not covered by lifecycle configuration: net.alchim31.maven:scala-maven-plugin:3.1.4:testCompileue #25
Comments
The quickstart was recently changed, which had an effect here. I got this working by selecting the add-dependencies-for-IDEA maven profile. |
@alpinegizmo thanks for the heads up. The challenge is that I am using eclipse, I am not sure if there is such a feature on eclipse ....are you aware of any ? |
Yes, I did this with Eclipse. I added this section to <build> <plugins> in my pom file:
and then created a Maven Build run configuration with
|
@alpinegizmo i have tried on eclipse, I have the following error :
|
Yes, the skeleton batch job isn't complete. You could modify it to be like this, and it will work:
If instead you want to try streaming, do this:
|
@alpinegizmo many thanks. your solution works ! I realized that I have to ignore the errors shown in eclipse .....very strange. |
Hi,
I have cloned this repo as instructed here in order to get familiar with Flink. However, there are the errors in the projects after building and importing into Eclipse IDE. In the
Flink Training Exercises
project i find errors in the pomPlugin execution not covered by lifecycle configuration: net.alchim31.maven:scala-maven-plugin:3.1.4:testCompile
. There are also errors in the projectflink-quickstart-java
. Some dependencies are not being resolved e.g.ExecutionEnvironment cannot be resolved
in theBatchJob
class. I have tried to clean the.m2
folder and complied both projects several times but there is no joy yet !The text was updated successfully, but these errors were encountered: