chore: docker构建脚本优化,SQL脚本完善
This commit is contained in:
49
pom.xml
49
pom.xml
@@ -13,32 +13,6 @@
|
||||
<url>https://agentsflex.com</url>
|
||||
<description>Easy-Agents is an elegant LLM Application Framework like LangChain with Java.</description>
|
||||
|
||||
<issueManagement>
|
||||
<system>Github Issue</system>
|
||||
<url>https://github.com/easy-agents/easy-agents/issues</url>
|
||||
</issueManagement>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The Apache Software License, Version 2.0</name>
|
||||
<url>https://apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>Michael Yang</name>
|
||||
<email>fuhai999@gmail.com</email>
|
||||
<roles>
|
||||
<role>developer</role>
|
||||
</roles>
|
||||
<timezone>+8</timezone>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<url>https://github.com/easy-agents/easy-agents</url>
|
||||
<connection>scm:git:https://github.com/easy-agents/easy-agents.git</connection>
|
||||
<developerConnection>scm:git:https://github.com/easy-agents/easy-agents.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<modules>
|
||||
<module>easy-agents-bom</module>
|
||||
<module>easy-agents-core</module>
|
||||
@@ -499,22 +473,6 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<!-- Javadoc -->
|
||||
<!-- Gpg Signature -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-gpg-plugin</artifactId>
|
||||
<version>1.6</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>verify</phase>
|
||||
<goals>
|
||||
<goal>sign</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.sonatype.central</groupId>
|
||||
<artifactId>central-publishing-maven-plugin</artifactId>
|
||||
@@ -540,11 +498,4 @@
|
||||
<!-- mvn deploy -Dmaven.test.skip=true -e -P release -->
|
||||
<!-- mvn deploy -e -->
|
||||
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>central</id>
|
||||
<url>https://central.sonatype.com/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user