Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- This file was automatically generated by Nanolaba Readme Generator (NRG) 1.1 -->
<!-- Visit https://github.com/nanolaba/readme-generator for details -->
<h1 align="center" style="text-align:center;">
<img src="solon_icon.png" width="128" />
<br />
Expand Down
497 changes: 497 additions & 0 deletions README.src.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- This file was automatically generated by Nanolaba Readme Generator (NRG) 1.1 -->
<!-- Visit https://github.com/nanolaba/readme-generator for details -->
<h1 align="center" style="text-align:center;">
<img src="solon_icon.png" width="128" />
<br />
Expand Down
2 changes: 2 additions & 0 deletions README_JP.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- This file was automatically generated by Nanolaba Readme Generator (NRG) 1.1 -->
<!-- Visit https://github.com/nanolaba/readme-generator for details -->
<h1 align="center" style="text-align:center;">
<img src="solon_icon.png" width="128" />
<br />
Expand Down
2 changes: 2 additions & 0 deletions README_RU.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- This file was automatically generated by Nanolaba Readme Generator (NRG) 1.1 -->
<!-- Visit https://github.com/nanolaba/readme-generator for details -->
<h1 align="center" style="text-align:center;">
<img src="solon_icon.png" width="128" />
<br />
Expand Down
20 changes: 20 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,26 @@
</licenseMapping>
</configuration>
</plugin>
<plugin>
<groupId>com.nanolaba</groupId>
<artifactId>nrg-maven-plugin</artifactId>
<version>1.1</version>
<configuration>
<file>
<item>README.src.md</item>
</file>
<check>false</check>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>create-files</goal>
</goals>
</execution>
</executions>
<inherited>false</inherited>
</plugin>
</plugins>
</build>
</project>