This is an automated email from the ASF dual-hosted git repository. shown pushed a commit to branch 0901-yuluo/fix in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit f0ff54e3d29b7ff2d3991cfc6e666b841ff21681 Author: yuluo-yx <[email protected]> AuthorDate: Mon Sep 1 00:05:21 2025 +0800 chore: optimize pom content Signed-off-by: yuluo-yx <[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 91620b414..d9ced6b19 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]
