From c68e368ca27b8bfdeab4c522920eaa9d7c160c1d Mon Sep 17 00:00:00 2001 From: Fu Cheng Date: Mon, 15 Apr 2024 15:15:39 +0800 Subject: [PATCH] Fix java docs --- core/pom.xml | 12 ++---------- launchers/launcher-jdk-http-sync/pom.xml | 6 +++++- launchers/pom.xml | 2 +- pom.xml | 25 +++++++++++++++++++++++- spring/pom.xml | 2 +- tool-builders/pom.xml | 2 +- 6 files changed, 34 insertions(+), 15 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index f029279..a31c551 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -10,8 +10,8 @@ llm-agent-builder-core - LLM Agent Builder Core - LLM Agent Builder Core + LLM Agent Runtime Core + LLM Agent Runtime Core src/main/kotlin @@ -32,14 +32,6 @@ org.apache.maven.plugins maven-failsafe-plugin - - org.apache.maven.plugins - maven-source-plugin - - - org.apache.maven.plugins - maven-javadoc-plugin - org.jetbrains.dokka dokka-maven-plugin diff --git a/launchers/launcher-jdk-http-sync/pom.xml b/launchers/launcher-jdk-http-sync/pom.xml index a18eb21..5d19cb2 100644 --- a/launchers/launcher-jdk-http-sync/pom.xml +++ b/launchers/launcher-jdk-http-sync/pom.xml @@ -9,7 +9,7 @@ 0.0.9 - agent-builder-launcher-jdk-http-sync + llm-agent-builder-launcher-jdk-http-sync Agent Launcher :: JDK HTTP Sync Agent Launcher :: JDK HTTP Sync @@ -41,6 +41,10 @@ org.jetbrains.kotlin kotlin-maven-plugin + + org.jetbrains.dokka + dokka-maven-plugin + diff --git a/launchers/pom.xml b/launchers/pom.xml index 1dbf088..dc365bf 100644 --- a/launchers/pom.xml +++ b/launchers/pom.xml @@ -10,7 +10,7 @@ agent-builder-launchers - Agent Launchers + LLM Agent Launchers pom diff --git a/pom.xml b/pom.xml index ed3defa..9bf5e6b 100644 --- a/pom.xml +++ b/pom.xml @@ -166,7 +166,7 @@ install - javadoc + javadocJar @@ -187,6 +187,29 @@ + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.jetbrains.dokka + dokka-maven-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.sonatype.central + central-publishing-maven-plugin + + + org.apache.maven.plugins + maven-gpg-plugin + + diff --git a/spring/pom.xml b/spring/pom.xml index ac171f2..26abf50 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -10,7 +10,7 @@ llm-agent-builder-spring - Spring Integration + LLM Agent Spring Integration pom diff --git a/tool-builders/pom.xml b/tool-builders/pom.xml index 3352ab5..f9d20c9 100644 --- a/tool-builders/pom.xml +++ b/tool-builders/pom.xml @@ -11,7 +11,7 @@ agent-builder-tool-builders pom - Agent Tool Builders + LLM Agent Tool Builders openapi