|
4 | 4 |
|
5 | 5 | <groupId>com.alibaba</groupId> |
6 | 6 | <artifactId>log4j2-ttl-thread-context-map</artifactId> |
7 | | - <version>1.4.0-SNAPSHOT</version> |
| 7 | + <version>1.x-SNAPSHOT</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 | <name>TTL Thread Context Map for Log4j2</name> |
10 | 10 | <description>TTL Thread Context Map for Log4j2</description> |
|
113 | 113 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
114 | 114 | </snapshotRepository> |
115 | 115 | </distributionManagement> |
| 116 | + |
116 | 117 | <build> |
117 | 118 | <plugins> |
118 | 119 | <plugin> |
|
125 | 126 | <reuseForks>false</reuseForks> |
126 | 127 | </configuration> |
127 | 128 | </plugin> |
128 | | - <plugin> |
129 | | - <groupId>org.sonatype.plugins</groupId> |
130 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
131 | | - <extensions>true</extensions> |
132 | | - <configuration> |
133 | | - <serverId>ossrh</serverId> |
134 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
135 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
136 | | - </configuration> |
137 | | - </plugin> |
138 | 129 | <!-- |
139 | 130 | official docs: https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html |
140 | 131 |
|
|
280 | 271 | </build> |
281 | 272 | </profile> |
282 | 273 | <profile> |
283 | | - <id>srcDoc</id> |
| 274 | + <id>gen-src-doc</id> |
284 | 275 | <activation> |
285 | 276 | <property> |
286 | 277 | <name>performRelease</name> |
|
308 | 299 | <encoding>UTF-8</encoding> |
309 | 300 | <docencoding>UTF-8</docencoding> |
310 | 301 | <links> |
311 | | - <link>https://docs.oracle.com/javase/7/docs/api</link> |
| 302 | + <link>https://docs.oracle.com/javase/8/docs/api</link> |
312 | 303 | </links> |
313 | 304 | <additionalJOptions> |
314 | 305 | <additionalJOption>-J-Duser.language=en -J-Duser.country=US</additionalJOption> |
|
327 | 318 | </build> |
328 | 319 | </profile> |
329 | 320 | <profile> |
330 | | - <id>sign</id> |
| 321 | + <id>gen-sign</id> |
331 | 322 | <activation> |
332 | 323 | <property> |
333 | 324 | <name>performRelease</name> |
|
429 | 420 | </plugins> |
430 | 421 | </build> |
431 | 422 | </profile> |
| 423 | + <profile> |
| 424 | + <id>deploy-settings</id> |
| 425 | + <activation> |
| 426 | + <property> |
| 427 | + <name>performRelease</name> |
| 428 | + <value>true</value> |
| 429 | + </property> |
| 430 | + </activation> |
| 431 | + <build> |
| 432 | + <plugins> |
| 433 | + <plugin> |
| 434 | + <groupId>org.sonatype.plugins</groupId> |
| 435 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 436 | + <extensions>true</extensions> |
| 437 | + <configuration> |
| 438 | + <serverId>ossrh</serverId> |
| 439 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 440 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 441 | + </configuration> |
| 442 | + </plugin> |
| 443 | + </plugins> |
| 444 | + </build> |
| 445 | + </profile> |
432 | 446 | </profiles> |
433 | 447 | </project> |
0 commit comments