File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 147147 <skipNexusStagingDeployMojo >${maven.deploy.skip} </skipNexusStagingDeployMojo >
148148 </configuration >
149149 </plugin >
150+ <plugin >
151+ <groupId >org.apache.maven.plugins</groupId >
152+ <artifactId >maven-enforcer-plugin</artifactId >
153+ <version >3.0.0-M3</version >
154+ </plugin >
155+ <plugin >
156+ <groupId >org.apache.maven.plugins</groupId >
157+ <artifactId >maven-source-plugin</artifactId >
158+ <version >3.2.1</version >
159+ </plugin >
160+ <plugin >
161+ <groupId >org.apache.maven.plugins</groupId >
162+ <artifactId >maven-javadoc-plugin</artifactId >
163+ <version >3.2.0</version >
164+ </plugin >
165+ <plugin >
166+ <groupId >org.apache.maven.plugins</groupId >
167+ <artifactId >maven-gpg-plugin</artifactId >
168+ <!-- Older versions have issues with the gpg passphrase -->
169+ <version >1.6</version >
170+ </plugin >
150171 </plugins >
151172 </pluginManagement >
152173 </build >
209230 <plugin >
210231 <groupId >org.apache.maven.plugins</groupId >
211232 <artifactId >maven-gpg-plugin</artifactId >
212- <!-- Older versions have issues with the gpg passphrase -->
213- <version >1.6</version >
214233 <configuration >
215234 <gpgArguments >
216235 <arg >--pinentry-mode</arg >
You can’t perform that action at this time.
0 commit comments