44
55 <modelVersion >4.0.0</modelVersion >
66
7+ <!-- === Parent === -->
8+ <parent >
9+ <groupId >io.github.chrimle</groupId >
10+ <artifactId >chrimle-oss-parent</artifactId >
11+ <version >0.0.0</version >
12+ </parent >
13+
714 <!-- === Project Coordinates === -->
8- <groupId >io.github.chrimle</groupId >
915 <artifactId >compact-java-cli</artifactId >
1016 <version >0.1.0-alpha</version >
1117 <packaging >jar</packaging >
6369 <!-- === Project Properties === -->
6470 <properties >
6571 <!-- === Meta Properties === -->
66- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
6772 <!-- === Maven Compiler === -->
6873 <maven .compiler.release>25</maven .compiler.release>
6974 <maven .compiler.source>25</maven .compiler.source>
7277 <spotless .check.skip>false</spotless .check.skip>
7378 <spotless-maven-plugin .version>3.1.0</spotless-maven-plugin .version>
7479 <!-- Publish to Maven Central Repository -->
75- <maven-gpg-plugin .version>3.2.8</maven-gpg-plugin .version>
76- <maven-source-plugin .version>3.3.1</maven-source-plugin .version>
7780 <maven-javadoc-plugin .version>3.12.0</maven-javadoc-plugin .version>
78- <central-publishing-maven-plugin .version>0.9.0</central-publishing-maven-plugin .version>
7981 <!-- === Dependency Versions === -->
8082 </properties >
8183
112114 </execution >
113115 </executions >
114116 </plugin >
115- <!-- Attach sources.jar -->
116- <plugin >
117- <groupId >org.apache.maven.plugins</groupId >
118- <artifactId >maven-source-plugin</artifactId >
119- <version >${maven-source-plugin.version} </version >
120- <executions >
121- <execution >
122- <id >attach-sources</id >
123- <goals >
124- <goal >jar</goal >
125- </goals >
126- </execution >
127- </executions >
128- </plugin >
129-
130117 <!-- Attach javadoc.jar -->
131118 <plugin >
132119 <groupId >org.apache.maven.plugins</groupId >
144131 </plugins >
145132 </build >
146133 <!-- === Profiles === -->
147- <profiles >
148- <profile >
149- <id >deploy-to-maven-central</id >
150- <build >
151- <plugins >
152- <plugin >
153- <groupId >org.sonatype.central</groupId >
154- <artifactId >central-publishing-maven-plugin</artifactId >
155- <version >${central-publishing-maven-plugin.version} </version >
156- <extensions >true</extensions >
157- <configuration >
158- <publishingServerId >central</publishingServerId >
159- <tokenAuth >true</tokenAuth >
160- <autoPublish >true</autoPublish >
161- </configuration >
162- </plugin >
163- <plugin >
164- <groupId >org.apache.maven.plugins</groupId >
165- <artifactId >maven-gpg-plugin</artifactId >
166- <version >${maven-gpg-plugin.version} </version >
167- <executions >
168- <execution >
169- <id >sign-artifacts</id >
170- <phase >verify</phase >
171- <goals >
172- <goal >sign</goal >
173- </goals >
174- </execution >
175- </executions >
176- <configuration >
177- <gpgArguments >
178- <arg >--pinentry-mode</arg >
179- <arg >loopback</arg >
180- </gpgArguments >
181- </configuration >
182- </plugin >
183- </plugins >
184- </build >
185- </profile >
186- </profiles >
134+ <profiles />
187135</project >
0 commit comments