This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 3ab42ab0e Add goals in meta-client pom file
3ab42ab0e is described below
commit 3ab42ab0e4fb8d28f89829a947f61101303785b3
Author: Junkai Xue <[email protected]>
AuthorDate: Mon Nov 18 22:51:04 2024 -0800
Add goals in meta-client pom file
---
meta-client/pom.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta-client/pom.xml b/meta-client/pom.xml
index 5c1e259e1..ba8ab1eb7 100644
--- a/meta-client/pom.xml
+++ b/meta-client/pom.xml
@@ -165,9 +165,12 @@ under the License.
<executions>
<execution>
<phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>