|
123 | 123 | </repository> |
124 | 124 | </distributionManagement> |
125 | 125 |
|
126 | | - <build> |
127 | | - <plugins> |
128 | | - <plugin> |
129 | | - <groupId>org.apache.maven.plugins</groupId> |
130 | | - <artifactId>maven-deploy-plugin</artifactId> |
131 | | - <version>3.1.1</version> |
132 | | - <configuration> |
133 | | - <skip>true</skip> |
134 | | - </configuration> |
135 | | - </plugin> |
136 | | - <plugin> |
137 | | - <groupId>org.apache.maven.plugins</groupId> |
138 | | - <artifactId>maven-gpg-plugin</artifactId> |
139 | | - <version>3.2.7</version> |
140 | | - <configuration> |
141 | | - <skip>true</skip> |
142 | | - </configuration> |
143 | | - </plugin> |
144 | | - <plugin> |
145 | | - <groupId>org.apache.maven.plugins</groupId> |
146 | | - <artifactId>maven-source-plugin</artifactId> |
147 | | - <version>3.3.1</version> |
148 | | - <configuration> |
149 | | - <skip>true</skip> |
150 | | - </configuration> |
151 | | - </plugin> |
152 | | - <plugin> |
153 | | - <groupId>org.apache.maven.plugins</groupId> |
154 | | - <artifactId>maven-javadoc-plugin</artifactId> |
155 | | - <version>3.11.2</version> |
156 | | - <configuration> |
157 | | - <skip>true</skip> |
158 | | - </configuration> |
159 | | - </plugin> |
160 | | - </plugins> |
| 126 | + <build> |
161 | 127 | <pluginManagement> |
162 | 128 | <plugins> |
163 | | - <plugin> |
164 | | - <groupId>org.sonatype.plugins</groupId> |
165 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
166 | | - <version>${nexus-staging-maven-plugin.version}</version> |
167 | | - <extensions>true</extensions> |
168 | | - <configuration> |
169 | | - <serverId>ossrh</serverId> |
170 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
171 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
172 | | - </configuration> |
173 | | - </plugin> |
174 | 129 | <plugin> |
175 | 130 | <groupId>org.apache.maven.plugins</groupId> |
176 | 131 | <artifactId>maven-compiler-plugin</artifactId> |
|
212 | 167 | <id>release</id> |
213 | 168 | <build> |
214 | 169 | <plugins> |
| 170 | + <plugin> |
| 171 | + <groupId>org.sonatype.plugins</groupId> |
| 172 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 173 | + <version>${nexus-staging-maven-plugin.version}</version> |
| 174 | + <extensions>true</extensions> |
| 175 | + <configuration> |
| 176 | + <serverId>ossrh</serverId> |
| 177 | + <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
| 178 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 179 | + </configuration> |
| 180 | + </plugin> |
| 181 | + <plugin> |
| 182 | + <groupId>org.apache.maven.plugins</groupId> |
| 183 | + <artifactId>maven-deploy-plugin</artifactId> |
| 184 | + <version>3.1.1</version> |
| 185 | + </plugin> |
215 | 186 | <plugin> |
216 | 187 | <groupId>org.apache.maven.plugins</groupId> |
217 | 188 | <artifactId>maven-source-plugin</artifactId> |
|
252 | 223 | </execution> |
253 | 224 | </executions> |
254 | 225 | <configuration> |
255 | | - <!-- Prevent gpg from using pinentry programs --> |
256 | 226 | <gpgArguments> |
257 | 227 | <arg>--pinentry-mode</arg> |
258 | 228 | <arg>loopback</arg> |
|
0 commit comments