Skip to content

Commit

Permalink
pom (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
caochengxiang authored May 17, 2024
2 parents cbbc688 + 64fb935 commit cab4cdf
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions jcommon/ai/bytedance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,24 @@
<version>2.12.4</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.1</version>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<attach>true</attach>
</configuration>
</plugin>
</plugins>
</build>
</project>
20 changes: 20 additions & 0 deletions jcommon/ai/minimax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,24 @@
<version>4.10.0</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.1</version>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<attach>true</attach>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit cab4cdf

Please sign in to comment.