File tree Expand file tree Collapse file tree 9 files changed +26
-0
lines changed
Expand file tree Collapse file tree 9 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 2020 <modelVersion >4.0.0</modelVersion >
2121
2222 <artifactId >oauth-client-twitter</artifactId >
23+ <name >jersey-examples-oauth1-client-twitter</name >
2324 <packaging >jar</packaging >
2425
2526
Original file line number Diff line number Diff line change 2828 <modelVersion >4.0.0</modelVersion >
2929
3030 <artifactId >jersey-micrometer</artifactId >
31+ <name >jersey-ext-micrometer-integration</name >
3132
3233 <dependencies >
3334
Original file line number Diff line number Diff line change 2828 <modelVersion >4.0.0</modelVersion >
2929
3030 <artifactId >jersey-mp-config</artifactId >
31+ <name >jersey-ext-mp-config</name >
3132
3233 <dependencies >
3334
Original file line number Diff line number Diff line change 2727 <modelVersion >4.0.0</modelVersion >
2828
2929 <artifactId >jersey-mp-rest-client</artifactId >
30+ <name >jersey-ext-mp-rest-client</name >
3031
3132 <dependencies >
3233 <dependency >
Original file line number Diff line number Diff line change 2929
3030 <groupId >org.glassfish.jersey.ext.microprofile</groupId >
3131 <artifactId >project</artifactId >
32+ <name >jersey-ext-microprofile-project</name >
3233 <packaging >pom</packaging >
3334
3435 <modules >
Original file line number Diff line number Diff line change 14141414 </plugins >
14151415 </build >
14161416 </profile >
1417+ <profile >
1418+ <id >central-release</id >
1419+ <build >
1420+ <plugins >
1421+ <plugin >
1422+ <groupId >org.sonatype.central</groupId >
1423+ <artifactId >central-publishing-maven-plugin</artifactId >
1424+ <version >0.8.0</version >
1425+ <extensions >true</extensions >
1426+ <configuration >
1427+ <publishingServerId >central</publishingServerId >
1428+ <autoPublish >false</autoPublish >
1429+ <!-- waitUntil>published</waitUntil -->
1430+ </configuration >
1431+ </plugin >
1432+ </plugins >
1433+ </build >
1434+ </profile >
14171435 </profiles >
14181436
14191437 <reporting >
Original file line number Diff line number Diff line change 2727
2828 <artifactId >oauth1-server</artifactId >
2929 <packaging >jar</packaging >
30+ <name >jersey-oauth1-server</name >
3031
3132 <description >
3233 Module that adds an OAuth 1 support to Jersey server
Original file line number Diff line number Diff line change 2626 <modelVersion >4.0.0</modelVersion >
2727
2828 <artifactId >oauth1-signature</artifactId >
29+ <name >jersey-oauth1-signature</name >
2930 <packaging >jar</packaging >
3031
3132 <description >OAuth1 signature module</description >
Original file line number Diff line number Diff line change 2626 <modelVersion >4.0.0</modelVersion >
2727
2828 <artifactId >oauth2-client</artifactId >
29+ <name >jersey-oauth2-client</name >
2930
3031 <description >
3132 Module that adds an OAuth 2 support to Jersey client
You can’t perform that action at this time.
0 commit comments