|
194 | 194 | </distributionManagement> |
195 | 195 |
|
196 | 196 | <!-- mvn clean deploy -P release --> |
197 | | - <profiles> |
198 | | - <profile> |
199 | | - <id>selected-build</id> |
200 | | - <modules> |
201 | | - <module>jsprit-core</module> |
202 | | - <module>jsprit-analysis</module> |
203 | | - </modules> |
204 | | - </profile> |
205 | | - <profile> |
206 | | - <id>release</id> |
207 | | - <activation> |
208 | | - <activeByDefault>false</activeByDefault> |
209 | | - </activation> |
210 | | - <build> |
211 | | - <plugins> |
212 | | - <plugin> |
213 | | - <groupId>org.apache.maven.plugins</groupId> |
214 | | - <artifactId>maven-gpg-plugin</artifactId> |
215 | | - <version>1.6</version> |
216 | | - <executions> |
217 | | - <execution> |
218 | | - <id>sign-artifacts</id> |
219 | | - <phase>verify</phase> |
220 | | - <goals> |
221 | | - <goal>sign</goal> |
222 | | - </goals> |
223 | | - </execution> |
224 | | - </executions> |
225 | | - </plugin> |
226 | | - <plugin> |
227 | | - <groupId>org.sonatype.plugins</groupId> |
228 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
229 | | - <version>1.6.7</version> |
230 | | - <extensions>true</extensions> |
231 | | - <configuration> |
232 | | - <serverId>ossrh</serverId> |
233 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
234 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
235 | | - </configuration> |
236 | | - </plugin> |
237 | | - |
238 | | - <plugin> |
239 | | - <groupId>org.apache.maven.plugins</groupId> |
240 | | - <artifactId>maven-javadoc-plugin</artifactId> |
241 | | - <version>2.10.3</version> |
242 | | - <executions> |
243 | | - <execution> |
244 | | - <id>attach-javadocs</id> |
245 | | - <goals> |
246 | | - <goal>jar</goal> |
247 | | - </goals> |
248 | | - </execution> |
249 | | - </executions> |
250 | | - </plugin> |
251 | | - <plugin> |
252 | | - <groupId>org.apache.maven.plugins</groupId> |
253 | | - <artifactId>maven-source-plugin</artifactId> |
254 | | - <version>3.0.0</version> |
255 | | - <executions> |
256 | | - <execution> |
257 | | - <id>attach-sources</id> |
258 | | - <goals> |
259 | | - <goal>jar-no-fork</goal> |
260 | | - </goals> |
261 | | - </execution> |
262 | | - </executions> |
263 | | - </plugin> |
264 | | - </plugins> |
265 | | - </build> |
266 | | - </profile> |
267 | | - </profiles> |
| 197 | + <!-- <profiles>--> |
| 198 | + <!-- <profile>--> |
| 199 | + <!-- <id>selected-build</id>--> |
| 200 | + <!-- <modules>--> |
| 201 | + <!-- <module>jsprit-core</module>--> |
| 202 | + <!-- <module>jsprit-analysis</module>--> |
| 203 | + <!-- </modules>--> |
| 204 | + <!-- </profile>--> |
| 205 | + <!-- <profile>--> |
| 206 | + <!-- <id>release</id>--> |
| 207 | + <!-- <activation>--> |
| 208 | + <!-- <activeByDefault>false</activeByDefault>--> |
| 209 | + <!-- </activation>--> |
| 210 | + <!-- <build>--> |
| 211 | + <!-- <plugins>--> |
| 212 | + <!-- <plugin>--> |
| 213 | + <!-- <groupId>org.apache.maven.plugins</groupId>--> |
| 214 | + <!-- <artifactId>maven-gpg-plugin</artifactId>--> |
| 215 | + <!-- <version>1.6</version>--> |
| 216 | + <!-- <executions>--> |
| 217 | + <!-- <execution>--> |
| 218 | + <!-- <id>sign-artifacts</id>--> |
| 219 | + <!-- <phase>verify</phase>--> |
| 220 | + <!-- <goals>--> |
| 221 | + <!-- <goal>sign</goal>--> |
| 222 | + <!-- </goals>--> |
| 223 | + <!-- </execution>--> |
| 224 | + <!-- </executions>--> |
| 225 | + <!-- </plugin>--> |
| 226 | + <!-- <plugin>--> |
| 227 | + <!-- <groupId>org.sonatype.plugins</groupId>--> |
| 228 | + <!-- <artifactId>nexus-staging-maven-plugin</artifactId>--> |
| 229 | + <!-- <version>1.6.7</version>--> |
| 230 | + <!-- <extensions>true</extensions>--> |
| 231 | + <!-- <configuration>--> |
| 232 | + <!-- <serverId>ossrh</serverId>--> |
| 233 | + <!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl>--> |
| 234 | + <!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>--> |
| 235 | + <!-- </configuration>--> |
| 236 | + <!-- </plugin>--> |
| 237 | + |
| 238 | + <!-- <plugin>--> |
| 239 | + <!-- <groupId>org.apache.maven.plugins</groupId>--> |
| 240 | + <!-- <artifactId>maven-javadoc-plugin</artifactId>--> |
| 241 | + <!-- <version>2.10.3</version>--> |
| 242 | + <!-- <executions>--> |
| 243 | + <!-- <execution>--> |
| 244 | + <!-- <id>attach-javadocs</id>--> |
| 245 | + <!-- <goals>--> |
| 246 | + <!-- <goal>jar</goal>--> |
| 247 | + <!-- </goals>--> |
| 248 | + <!-- </execution>--> |
| 249 | + <!-- </executions>--> |
| 250 | + <!-- </plugin>--> |
| 251 | + <!-- <plugin>--> |
| 252 | + <!-- <groupId>org.apache.maven.plugins</groupId>--> |
| 253 | + <!-- <artifactId>maven-source-plugin</artifactId>--> |
| 254 | + <!-- <version>3.0.0</version>--> |
| 255 | + <!-- <executions>--> |
| 256 | + <!-- <execution>--> |
| 257 | + <!-- <id>attach-sources</id>--> |
| 258 | + <!-- <goals>--> |
| 259 | + <!-- <goal>jar-no-fork</goal>--> |
| 260 | + <!-- </goals>--> |
| 261 | + <!-- </execution>--> |
| 262 | + <!-- </executions>--> |
| 263 | + <!-- </plugin>--> |
| 264 | + <!-- </plugins>--> |
| 265 | + <!-- </build>--> |
| 266 | + <!-- </profile>--> |
| 267 | + <!-- </profiles>--> |
268 | 268 |
|
269 | 269 | </project> |
0 commit comments