This is an automated email from the ASF dual-hosted git repository.

gongchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


The following commit(s) were added to refs/heads/master by this push:
     new 886f0b74f chore: optimize pom content (#3732)
886f0b74f is described below

commit 886f0b74f62257c9267966a47c618f3981312dc9
Author: shown <[email protected]>
AuthorDate: Sat Sep 6 09:02:01 2025 +0800

    chore: optimize pom content (#3732)
    
    Signed-off-by: yuluo-yx <[email protected]>
    Co-authored-by: Calvin <[email protected]>
    Co-authored-by: Tom <[email protected]>
---
 .../hertzbeat-collector-collector/pom.xml          |  2 +-
 hertzbeat-collector/pom.xml                        |  3 --
 hertzbeat-mcp/pom.xml                              |  2 +-
 hertzbeat-plugin/pom.xml                           | 46 +++++++++++-----------
 hertzbeat-push/pom.xml                             |  1 -
 pom.xml                                            |  2 -
 6 files changed, 25 insertions(+), 31 deletions(-)

diff --git a/hertzbeat-collector/hertzbeat-collector-collector/pom.xml 
b/hertzbeat-collector/hertzbeat-collector-collector/pom.xml
index 0e7cfd1cb..8a108c99d 100644
--- a/hertzbeat-collector/hertzbeat-collector-collector/pom.xml
+++ b/hertzbeat-collector/hertzbeat-collector-collector/pom.xml
@@ -345,4 +345,4 @@
             </build>
         </profile>
     </profiles>
-</project>
\ No newline at end of file
+</project>
diff --git a/hertzbeat-collector/pom.xml b/hertzbeat-collector/pom.xml
index cb0453e1c..a85b36843 100644
--- a/hertzbeat-collector/pom.xml
+++ b/hertzbeat-collector/pom.xml
@@ -83,13 +83,10 @@
             <groupId>org.apache.hertzbeat</groupId>
             <artifactId>hertzbeat-common</artifactId>
         </dependency>
-
     </dependencies>
 
     <build>
         <finalName>apache-${project.artifactId}-${hzb.version}</finalName>
     </build>
 
-
-
 </project>
diff --git a/hertzbeat-mcp/pom.xml b/hertzbeat-mcp/pom.xml
index a4d02b59c..03771183e 100644
--- a/hertzbeat-mcp/pom.xml
+++ b/hertzbeat-mcp/pom.xml
@@ -96,4 +96,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/hertzbeat-plugin/pom.xml b/hertzbeat-plugin/pom.xml
index 5f365c690..6cbc0bddc 100644
--- a/hertzbeat-plugin/pom.xml
+++ b/hertzbeat-plugin/pom.xml
@@ -39,28 +39,28 @@
         </dependency>
     </dependencies>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>${maven-assembly-plugin.version}</version>
-        <configuration>
-          <descriptors>
-            <descriptor>src/main/resources/assembly/assembly.xml</descriptor>
-          </descriptors>
-        </configuration>
-        <executions>
-          <execution>
-            <id>make-assembly</id>
-            <phase>package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <version>${maven-assembly-plugin.version}</version>
+                <configuration>
+                    <descriptors>
+                        
<descriptor>src/main/resources/assembly/assembly.xml</descriptor>
+                    </descriptors>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>make-assembly</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>single</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 
 </project>
diff --git a/hertzbeat-push/pom.xml b/hertzbeat-push/pom.xml
index 6b4be872a..75bfc5dbd 100644
--- a/hertzbeat-push/pom.xml
+++ b/hertzbeat-push/pom.xml
@@ -56,5 +56,4 @@
         </dependency>
     </dependencies>
 
-
 </project>
diff --git a/pom.xml b/pom.xml
index cdd78114b..30cdf0082 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,6 @@
         </mailingList>
     </mailingLists>
 
-
     <modules>
         <module>hertzbeat-manager</module>
         <module>hertzbeat-alerter</module>
@@ -93,7 +92,6 @@
         <module>hertzbeat-base</module>
         <module>hertzbeat-mcp</module>
         <module>hertzbeat-ai-agent</module>
-
     </modules>
 
     <properties>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to