Skip to content

Commit

Permalink
1.change author
Browse files Browse the repository at this point in the history
2.Make modules  ordered alphabetically
3.modify mkdocs.yml and add the guide into section 写入插件 ordered alphabetically
  • Loading branch information
awol2005ex committed Jan 22, 2025
1 parent 5a6c92e commit 992de9d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ nav:
- writer/mongodbwriter.md
- writer/mysqlwriter.md
- writer/oraclewriter.md
- writer/paimonwriter.md
- writer/postgresqlwriter.md
- writer/rdbmswriter.md
- writer/rediswriter.md
Expand Down
16 changes: 8 additions & 8 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,14 @@
<fileMode>0644</fileMode>
<outputDirectory>addax-${project.version}</outputDirectory>
</fileSet>
<fileSet>
<directory>plugin/writer/paimonwriter/target/paimonwriter-${project.version}/</directory>
<includes>
<include>**/*.*</include>
</includes>
<fileMode>0644</fileMode>
<outputDirectory>addax-${project.version}</outputDirectory>
</fileSet>
<fileSet>
<directory>plugin/writer/postgresqlwriter/target/postgresqlwriter-${project.version}/</directory>
<includes>
Expand Down Expand Up @@ -609,13 +617,5 @@
<fileMode>0644</fileMode>
<outputDirectory>addax-${project.version}</outputDirectory>
</fileSet>
<fileSet>
<directory>plugin/writer/paimonwriter/target/paimonwriter-${project.version}/</directory>
<includes>
<include>**/*.*</include>
</includes>
<fileMode>0644</fileMode>
<outputDirectory>addax-${project.version}</outputDirectory>
</fileSet>
</fileSets>
</assembly>
2 changes: 1 addition & 1 deletion plugin/writer/paimonwriter/src/main/resources/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "paimonwriter",
"class": "com.wgzhao.addax.plugin.writer.paimonwriter.PaimonWriter",
"description": "write data to paimon",
"developer": "wgzhao"
"developer": "awol2005ex"
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@
<module>plugin/writer/mongodbwriter</module>
<module>plugin/writer/mysqlwriter</module>
<module>plugin/writer/oraclewriter</module>
<module>plugin/writer/paimonwriter</module>
<module>plugin/writer/postgresqlwriter</module>
<module>plugin/writer/rdbmswriter</module>
<module>plugin/writer/rediswriter</module>
Expand All @@ -395,7 +396,6 @@
<module>plugin/writer/sybasewriter</module>
<module>plugin/writer/tdenginewriter</module>
<module>plugin/writer/txtfilewriter</module>
<module>plugin/writer/paimonwriter</module>
</modules>
</profile>
</profiles>
Expand Down

0 comments on commit 992de9d

Please sign in to comment.