|
122 | 122 | <artifactId>flatten-maven-plugin</artifactId>
|
123 | 123 | <version>1.2.7</version>
|
124 | 124 | </plugin>
|
125 |
| -<!-- <plugin>--> |
126 |
| -<!-- <groupId>org.sonatype.plugins</groupId>--> |
127 |
| -<!-- <artifactId>nexus-staging-maven-plugin</artifactId>--> |
128 |
| -<!-- <version>1.6.13</version>--> |
129 |
| -<!-- </plugin>--> |
130 | 125 | <plugin>
|
131 | 126 | <groupId>org.sonatype.central</groupId>
|
132 | 127 | <artifactId>central-publishing-maven-plugin</artifactId>
|
|
137 | 132 |
|
138 | 133 | <plugins>
|
139 | 134 | <!-- code style -->
|
140 |
| - |
141 | 135 | <plugin>
|
142 | 136 | <groupId>org.apache.maven.plugins</groupId>
|
143 | 137 | <artifactId>maven-compiler-plugin</artifactId>
|
|
238 | 232 | </plugin>
|
239 | 233 |
|
240 | 234 | <!-- Publish package to the Maven Central Repository -->
|
241 |
| -<!-- <plugin>--> |
242 |
| -<!-- <groupId>org.sonatype.plugins</groupId>--> |
243 |
| -<!-- <artifactId>nexus-staging-maven-plugin</artifactId>--> |
244 |
| -<!-- <extensions>true</extensions>--> |
245 |
| -<!-- <configuration>--> |
246 |
| -<!-- <serverId>ossrh</serverId>--> |
247 |
| -<!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl>--> |
248 |
| -<!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>--> |
249 |
| -<!-- </configuration>--> |
250 |
| -<!-- </plugin>--> |
| 235 | + <!-- <plugin>--> |
| 236 | + <!-- <groupId>org.sonatype.plugins</groupId>--> |
| 237 | + <!-- <artifactId>nexus-staging-maven-plugin</artifactId>--> |
| 238 | + <!-- <extensions>true</extensions>--> |
| 239 | + <!-- <configuration>--> |
| 240 | + <!-- <serverId>ossrh</serverId>--> |
| 241 | + <!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl>--> |
| 242 | + <!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>--> |
| 243 | + <!-- </configuration>--> |
| 244 | + <!-- </plugin>--> |
251 | 245 | <plugin>
|
252 | 246 | <groupId>org.sonatype.central</groupId>
|
253 | 247 | <artifactId>central-publishing-maven-plugin</artifactId>
|
|
0 commit comments