We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee0840 commit 714b402Copy full SHA for 714b402
src/assembly/standalone.xml
@@ -3,7 +3,7 @@
3
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2
4
http://maven.apache.org/xsd/assembly-1.1.2.xsd">
5
<!-- Assembles a packaged jar that includes all dependencies. This still requires the Connect
6
- runtime, but allows running with a connector plugin using only a couple of jars. -->
+ runtime, but allows running kafka connect with a connector plugin using only a couple of jars. -->
7
<id>standalone</id>
8
<formats>
9
<format>jar</format>
@@ -28,4 +28,4 @@
28
<scope>runtime</scope>
29
</dependencySet>
30
</dependencySets>
31
-</assembly>
+</assembly>
0 commit comments