|
32 | 32 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
33 | 33 | </properties> |
34 | 34 |
|
| 35 | + <developers> |
| 36 | + <developer> |
| 37 | + <name>VMware</name> |
| 38 | + |
| 39 | + <organization>VMware, Inc.</organization> |
| 40 | + <organizationUrl>https://www.cloudfoundry.org</organizationUrl> |
| 41 | + </developer> |
| 42 | + </developers> |
| 43 | + <licenses> |
| 44 | + <license> |
| 45 | + <name>The Apache License, Version 2.0</name> |
| 46 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 47 | + </license> |
| 48 | + </licenses> |
| 49 | + <url>https://github.com/cloudfoundry/java-buildpack-client-certificate-mapper</url> |
| 50 | + <scm> |
| 51 | + <url>https://github.com/cloudfoundry/java-buildpack-client-certificate-mapper</url> |
| 52 | + </scm> |
| 53 | + |
35 | 54 | <modules> |
36 | 55 | <module>java-buildpack-client-certificate-mapper</module> |
37 | 56 | <module>java-buildpack-client-certificate-mapper-jakarta</module> |
|
87 | 106 | </configuration> |
88 | 107 | </plugin> |
89 | 108 | <plugin> |
90 | | - <groupId>org.jfrog.buildinfo</groupId> |
91 | | - <artifactId>artifactory-maven-plugin</artifactId> |
92 | | - <version>3.6.2</version> |
93 | | - <inherited>false</inherited> |
| 109 | + <groupId>org.apache.maven.plugins</groupId> |
| 110 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 111 | + <version>3.6.0</version> |
| 112 | + <configuration> |
| 113 | + <links> |
| 114 | + <link>https://projectreactor.io/docs/core/release/api/</link> |
| 115 | + </links> |
| 116 | + <quiet>true</quiet> |
| 117 | + <source>8</source> |
| 118 | + </configuration> |
94 | 119 | <executions> |
95 | 120 | <execution> |
96 | | - <id>build-info</id> |
| 121 | + <id>attach-javadocs</id> |
97 | 122 | <goals> |
98 | | - <goal>publish</goal> |
| 123 | + <goal>jar</goal> |
99 | 124 | </goals> |
100 | | - <configuration> |
101 | | - <publisher> |
102 | | - <contextUrl>https://repo.spring.io</contextUrl> |
103 | | - <username>{{ARTIFACTORY_USERNAME}}</username> |
104 | | - <password>{{ARTIFACTORY_PASSWORD}}</password> |
105 | | - <repoKey>{{ARTIFACTORY_REPO_KEY|"libs-release-local"}}</repoKey> |
106 | | - <snapshotRepoKey>{{ARTIFACTORY_SNAPSHOT_REPO_KEY|"libs-snapshot-local"}}</snapshotRepoKey> |
107 | | - </publisher> |
108 | | - </configuration> |
109 | 125 | </execution> |
110 | 126 | </executions> |
111 | 127 | </plugin> |
112 | 128 | </plugins> |
113 | 129 | </pluginManagement> |
114 | 130 | </build> |
115 | 131 |
|
116 | | - <pluginRepositories> |
117 | | - <pluginRepository> |
118 | | - <snapshots> |
119 | | - <enabled>false</enabled> |
120 | | - </snapshots> |
121 | | - <id>central</id> |
122 | | - <name>bintray-plugins</name> |
123 | | - <url>https://jcenter.bintray.com</url> |
124 | | - </pluginRepository> |
125 | | - </pluginRepositories> |
126 | | - |
127 | 132 | </project> |
0 commit comments