Şu anda https://spring.io/guides/gs/maven/#scratch yapmaya çalışıyorum ve ben sadeceEtiket yorumları, pom.xml dosyasında ne işe yarar?
<dependencies>
<!-- tag::joda[] -->
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.2</version>
</dependency>
<!-- end::joda[] -->
<!-- tag::junit[] -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<!-- end::junit[] -->
</dependencies>
buldum ve acaba:
<!-- tag::joda[] -->
iyi için nedir?