1
mirror of https://github.com/CarmJos/MineSQL.git synced 2024-09-18 19:55:45 +00:00

测试部署与自动上传

This commit is contained in:
Carm Jos 2022-01-26 23:29:14 +08:00
parent 7d2d97987c
commit 229aca4eae
9 changed files with 13 additions and 11 deletions

View File

@ -45,7 +45,9 @@ jobs:
- name: "Javadoc Deploy Staging"
run: |
rm -rf docs
mkdir -vp docs
cp -vrf api-docs/* docs/
cp -vrf .documentation/JAVADOC-README.md docs/README.md
- name: "Generate the Javadoc sitemap"

3
.gitignore vendored
View File

@ -3,4 +3,5 @@
**/target/
./*.iml
*.iml
asset/
asset/
api-docs/

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>easysql-plugin</artifactId>
<groupId>cc.carm.plugin</groupId>
<version>1.0.0</version>
<version>0.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -14,8 +14,6 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
<maven.javadoc.skip>true</maven.javadoc.skip>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<artifactId>easysql-plugin-api</artifactId>
@ -61,7 +59,8 @@
<includeDependencySources>true</includeDependencySources>
<dependencySourceIncludes>cc.carm.lib:*</dependencySourceIncludes>
<destDir>${project.parent.basedir}/doc/</destDir>
<dependencySourceIncludes>cc.carm.plugin:*</dependencySourceIncludes>
<outputDirectory>${project.parent.basedir}/api-docs/</outputDirectory>
</configuration>
<executions>
<execution>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>easysql-plugin</artifactId>
<groupId>cc.carm.plugin</groupId>
<version>1.0.0</version>
<version>0.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>easysql-plugin</artifactId>
<groupId>cc.carm.plugin</groupId>
<version>1.0.0</version>
<version>0.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>easysql-plugin</artifactId>
<groupId>cc.carm.plugin</groupId>
<version>1.0.0</version>
<version>0.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>easysql-plugin</artifactId>
<groupId>cc.carm.plugin</groupId>
<version>1.0.0</version>
<version>0.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>easysql-plugin</artifactId>
<groupId>cc.carm.plugin</groupId>
<version>1.0.0</version>
<version>0.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -17,7 +17,7 @@
<groupId>cc.carm.plugin</groupId>
<artifactId>easysql-plugin</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<version>0.0.1</version>
<modules>
<module>easysql-plugin-api</module>