Skip to content

Commit

Permalink
fix javadoc phase
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Apr 15, 2024
1 parent c68e368 commit db54e05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion launchers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>0.0.9</version>
</parent>

<artifactId>agent-builder-launchers</artifactId>
<artifactId>llm-agent-builder-launchers</artifactId>
<name>LLM Agent Launchers</name>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<executions>
<execution>
<id>attach-javadocs</id>
<phase>install</phase>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
Expand All @@ -164,7 +164,7 @@
<version>1.9.20</version>
<executions>
<execution>
<phase>install</phase>
<phase>package</phase>
<goals>
<goal>javadocJar</goal>
</goals>
Expand Down
2 changes: 1 addition & 1 deletion tool-builders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>0.0.9</version>
</parent>

<artifactId>agent-builder-tool-builders</artifactId>
<artifactId>llm-agent-builder-tool-builders</artifactId>
<packaging>pom</packaging>
<name>LLM Agent Tool Builders</name>
<modules>
Expand Down

0 comments on commit db54e05

Please sign in to comment.