Skip to content

Commit 97a2283

Browse files
authored
Fixing an issue with the POM file that was preventing VS Code from detecting the main method. (#5)
1 parent bd7f80c commit 97a2283

File tree

7 files changed

+5
-7
lines changed

7 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@
1010

1111
## Version 0.3.0
1212

13-
* Upgrade Confluent Plugin to version 1.20-42
13+
* Upgrade Confluent Plugin to version 1.20-42
14+
15+
## Version 0.3.1
16+
17+
* Fixing an issue with the POM file that was preventing VS Code from detecting the main method.

solutions/01-connecting-to-confluent-cloud/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ under the License.
235235
<versionRange>[3.1,)</versionRange>
236236
<goals>
237237
<goal>testCompile</goal>
238-
<goal>compile</goal>
239238
</goals>
240239
</pluginExecutionFilter>
241240
<action>

solutions/02-querying-flink-tables/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ under the License.
235235
<versionRange>[3.1,)</versionRange>
236236
<goals>
237237
<goal>testCompile</goal>
238-
<goal>compile</goal>
239238
</goals>
240239
</pluginExecutionFilter>
241240
<action>

solutions/03-building-a-streaming-pipeline/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ under the License.
235235
<versionRange>[3.1,)</versionRange>
236236
<goals>
237237
<goal>testCompile</goal>
238-
<goal>compile</goal>
239238
</goals>
240239
</pluginExecutionFilter>
241240
<action>

solutions/04-windowing/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ under the License.
235235
<versionRange>[3.1,)</versionRange>
236236
<goals>
237237
<goal>testCompile</goal>
238-
<goal>compile</goal>
239238
</goals>
240239
</pluginExecutionFilter>
241240
<action>

solutions/05-joins/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ under the License.
235235
<versionRange>[3.1,)</versionRange>
236236
<goals>
237237
<goal>testCompile</goal>
238-
<goal>compile</goal>
239238
</goals>
240239
</pluginExecutionFilter>
241240
<action>

staging/01-connecting-to-confluent-cloud/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ under the License.
235235
<versionRange>[3.1,)</versionRange>
236236
<goals>
237237
<goal>testCompile</goal>
238-
<goal>compile</goal>
239238
</goals>
240239
</pluginExecutionFilter>
241240
<action>

0 commit comments

Comments
 (0)