Skip to content

Commit 714b402

Browse files
author
Michael G. Noll
committed
Clarify comment
1 parent 3ee0840 commit 714b402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assembly/standalone.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2
44
http://maven.apache.org/xsd/assembly-1.1.2.xsd">
55
<!-- 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. -->
6+
runtime, but allows running kafka connect with a connector plugin using only a couple of jars. -->
77
<id>standalone</id>
88
<formats>
99
<format>jar</format>
@@ -28,4 +28,4 @@
2828
<scope>runtime</scope>
2929
</dependencySet>
3030
</dependencySets>
31-
</assembly>
31+
</assembly>

0 commit comments

Comments
 (0)