File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 <build .time>${maven.build.timestamp} </build .time>
5555 <maven .build.timestamp.format>yyyyMMddhhmmss</maven .build.timestamp.format>
5656 <build .tag></build .tag>
57+ <!-- sonatype repositories are defaults for distributionManagement -->
58+ <repository .url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</repository .url>
59+ <snapshotRepository .url>https://oss.sonatype.org/content/repositories/snapshots/</snapshotRepository .url>
5760 </properties >
5861
5962 <dependencies >
243246 <distributionManagement >
244247 <repository >
245248 <id >repository</id >
246- <!-- Pass as command-line system property to maven-->
247249 <url >${repository.url} </url >
248250 </repository >
249251 <snapshotRepository >
250- <id >repository</id >
251- <!-- Pass as command-line system property to maven-->
252- <url >${repository.url} </url >
252+ <id >snapshotRepository</id >
253+ <url >${snapshotRepository.url} </url >
253254 </snapshotRepository >
254255 </distributionManagement >
255256
You can’t perform that action at this time.
0 commit comments