|
124 | 124 | </contributor> |
125 | 125 | </contributors> |
126 | 126 | <scm> |
127 | | - <connection>scm:svn:https://jintellitype.googlecode.com/svn/trunk</connection> |
128 | | - <developerConnection>scm:svn:https://jintellitype.googlecode.com/svn/trunk</developerConnection> |
129 | | - <url>scm:svn:https://jintellitype.googlecode.com/svn/trunk</url> |
| 127 | + <connection>scm:git:https://github.com/melloware/jintellitype.git</connection> |
| 128 | + <developerConnection>scm:git:https://github.com/melloware/jintellitype.git</developerConnection> |
| 129 | + <url>https://github.com/melloware/jintellitype</url> |
130 | 130 | </scm> |
131 | 131 | <properties> |
132 | 132 | <organization.logo>https://melloware.com/images/header.jpg</organization.logo> |
|
145 | 145 | </dependency> |
146 | 146 | </dependencies> |
147 | 147 | <build> |
| 148 | + <pluginManagement> |
| 149 | + <plugins> |
| 150 | + <plugin> |
| 151 | + <groupId>org.apache.maven.plugins</groupId> |
| 152 | + <artifactId>maven-deploy-plugin</artifactId> |
| 153 | + <version>3.1.4</version> |
| 154 | + </plugin> |
| 155 | + <plugin> |
| 156 | + <groupId>org.apache.maven.plugins</groupId> |
| 157 | + <artifactId>maven-compiler-plugin</artifactId> |
| 158 | + <version>3.14.0</version> |
| 159 | + </plugin> |
| 160 | + <plugin> |
| 161 | + <groupId>org.apache.maven.plugins</groupId> |
| 162 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 163 | + <version>>3.11.2</version> |
| 164 | + </plugin> |
| 165 | + <plugin> |
| 166 | + <groupId>org.apache.maven.plugins</groupId> |
| 167 | + <artifactId>maven-source-plugin</artifactId> |
| 168 | + <version>3.3.1</version> |
| 169 | + </plugin> |
| 170 | + </plugins> |
| 171 | + </pluginManagement> |
148 | 172 | <plugins> |
149 | 173 | <plugin> |
150 | 174 | <groupId>org.apache.maven.plugins</groupId> |
|
175 | 199 | </execution> |
176 | 200 | </executions> |
177 | 201 | </plugin> |
178 | | - <plugin> |
179 | | - <groupId>org.apache.maven.plugins</groupId> |
180 | | - <artifactId>maven-deploy-plugin</artifactId> |
181 | | - <version>3.1.4</version> |
182 | | - <configuration> |
183 | | - <deployAtEnd>false</deployAtEnd> |
184 | | - </configuration> |
185 | | - </plugin> |
186 | 202 | <plugin> |
187 | 203 | <groupId>org.apache.maven.plugins</groupId> |
188 | 204 | <artifactId>maven-javadoc-plugin</artifactId> |
|
212 | 228 | <propertiesEncoding>${project.build.sourceEncoding}</propertiesEncoding> |
213 | 229 | </configuration> |
214 | 230 | </plugin> |
215 | | - <plugin> |
216 | | - <groupId>org.apache.maven.plugins</groupId> |
217 | | - <artifactId>maven-source-plugin</artifactId> |
218 | | - <version>3.3.1</version> |
219 | | - <executions> |
220 | | - <execution> |
221 | | - <id>attach-sources</id> |
222 | | - <phase>package</phase> |
223 | | - <goals> |
224 | | - <goal>jar-no-fork</goal> |
225 | | - </goals> |
226 | | - </execution> |
227 | | - </executions> |
228 | | - </plugin> |
229 | 231 | <plugin> |
230 | 232 | <groupId>org.apache.maven.plugins</groupId> |
231 | 233 | <artifactId>maven-jar-plugin</artifactId> |
|
304 | 306 | <version>3.14.0</version> |
305 | 307 | </plugin> |
306 | 308 | <plugin> |
307 | | - <groupId>org.jreleaser</groupId> |
308 | | - <artifactId>jreleaser-maven-plugin</artifactId> |
| 309 | + <groupId>org.jreleaser</groupId> |
| 310 | + <artifactId>jreleaser-maven-plugin</artifactId> |
309 | 311 | <version>1.18.0</version> |
310 | | - <configuration> |
311 | | - <jreleaser> |
312 | | - <signing> |
313 | | - <active>ALWAYS</active> |
314 | | - <armored>true</armored> |
315 | | - </signing> |
316 | | - <deploy> |
317 | | - <maven> |
318 | | - <mavenCentral> |
319 | | - <sonatype> |
320 | | - <active>ALWAYS</active> |
321 | | - <url>https://central.sonatype.com/api/v1/publisher</url> |
322 | | - <stagingRepositories>target/staging-deploy</stagingRepositories> |
323 | | - </sonatype> |
324 | | - </mavenCentral> |
325 | | - </maven> |
326 | | - </deploy> |
327 | | - </jreleaser> |
328 | | - </configuration> |
329 | | - </plugin> |
| 312 | + <configuration> |
| 313 | + <jreleaser> |
| 314 | + <signing> |
| 315 | + <active>ALWAYS</active> |
| 316 | + <armored>true</armored> |
| 317 | + </signing> |
| 318 | + <deploy> |
| 319 | + <maven> |
| 320 | + <mavenCentral> |
| 321 | + <sonatype> |
| 322 | + <active>ALWAYS</active> |
| 323 | + <url>https://central.sonatype.com/api/v1/publisher</url> |
| 324 | + <stagingRepositories>target/staging-deploy</stagingRepositories> |
| 325 | + </sonatype> |
| 326 | + </mavenCentral> |
| 327 | + </maven> |
| 328 | + </deploy> |
| 329 | + </jreleaser> |
| 330 | + </configuration> |
| 331 | + </plugin> |
330 | 332 | </plugins> |
331 | 333 | </build> |
332 | 334 | <reporting> |
|
396 | 398 | </plugins> |
397 | 399 | </reporting> |
398 | 400 | <profiles> |
| 401 | + <profile> |
| 402 | + <id>publication</id> |
| 403 | + <properties> |
| 404 | + <altDeploymentRepository>local::file:./target/staging-deploy</altDeploymentRepository> |
| 405 | + </properties> |
| 406 | + <build> |
| 407 | + <defaultGoal>deploy</defaultGoal> |
| 408 | + <plugins> |
| 409 | + <plugin> |
| 410 | + <groupId>org.apache.maven.plugins</groupId> |
| 411 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 412 | + <executions> |
| 413 | + <execution> |
| 414 | + <id>attach-javadocs</id> |
| 415 | + <goals> |
| 416 | + <goal>jar</goal> |
| 417 | + </goals> |
| 418 | + <configuration> |
| 419 | + <attach>true</attach> |
| 420 | + </configuration> |
| 421 | + </execution> |
| 422 | + </executions> |
| 423 | + </plugin> |
| 424 | + <plugin> |
| 425 | + <groupId>org.apache.maven.plugins</groupId> |
| 426 | + <artifactId>maven-source-plugin</artifactId> |
| 427 | + <executions> |
| 428 | + <execution> |
| 429 | + <id>attach-sources</id> |
| 430 | + <goals> |
| 431 | + <goal>jar</goal> |
| 432 | + </goals> |
| 433 | + <configuration> |
| 434 | + <attach>true</attach> |
| 435 | + </configuration> |
| 436 | + </execution> |
| 437 | + </executions> |
| 438 | + </plugin> |
| 439 | + </plugins> |
| 440 | + </build> |
| 441 | + </profile> |
399 | 442 | <profile> |
400 | 443 | <id>release</id> |
401 | 444 | <activation> |
|
0 commit comments