|
23 | 23 | <version>3.3.5</version> |
24 | 24 | <relativePath/> |
25 | 25 | </parent> |
| 26 | + |
| 27 | + <!-- =========================================== --> |
| 28 | + <!-- The maven central for all the library --> |
| 29 | + <!-- =========================================== --> |
26 | 30 | <groupId>io.github.hoangtien2k3</groupId> |
27 | 31 | <artifactId>reactify-parent</artifactId> |
28 | 32 | <version>1.2.0</version> |
|
32 | 36 | Minio Storage, OAuth2 Security, Caching, and Trace Logging Integration</description> |
33 | 37 | <url>https://github.com/hoangtien2k3/reactify-core</url> |
34 | 38 |
|
| 39 | + <!-- =========================================== --> |
| 40 | + <!-- The info developers for all the library --> |
| 41 | + <!-- =========================================== --> |
35 | 42 | <licenses> |
36 | 43 | <license> |
37 | 44 | <name>Apache License, Version 2.0</name> |
|
62 | 69 | </repository> |
63 | 70 | </distributionManagement> |
64 | 71 |
|
| 72 | + <!-- =========================================== --> |
| 73 | + <!-- The properties for all the library --> |
| 74 | + <!-- =========================================== --> |
65 | 75 | <properties> |
66 | 76 | <java.version>21</java.version> |
67 | 77 | <spotless.version>2.43.0</spotless.version> |
|
74 | 84 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
75 | 85 | </properties> |
76 | 86 |
|
| 87 | + <!-- =========================================== --> |
| 88 | + <!-- The modules for all the library --> |
| 89 | + <!-- =========================================== --> |
77 | 90 | <modules> |
78 | 91 | <module>reactify-cache</module> |
79 | 92 | <module>reactify-client</module> |
|
97 | 110 | </dependency> |
98 | 111 | </dependencies> |
99 | 112 |
|
100 | | - <!-- The build plugins for projects --> |
| 113 | + <!-- =========================================== --> |
| 114 | + <!-- The plugins for all the library --> |
| 115 | + <!-- =========================================== --> |
101 | 116 | <build> |
102 | 117 | <plugins> |
103 | 118 | <plugin> |
|
0 commit comments