|
24 | 24 | <dist.key>SDCASS</dist.key> |
25 | 25 |
|
26 | 26 | <!-- Observability --> |
27 | | - <micrometer-docs-generator.inputPath>${maven.multiModuleProjectDirectory}/spring-data-cassandra/</micrometer-docs-generator.inputPath> |
| 27 | + <micrometer-docs-generator.inputPath>${maven.multiModuleProjectDirectory}/spring-data-cassandra/ |
| 28 | + </micrometer-docs-generator.inputPath> |
28 | 29 | <micrometer-docs-generator.inclusionPattern>.*</micrometer-docs-generator.inclusionPattern> |
29 | | - <micrometer-docs-generator.outputPath>${maven.multiModuleProjectDirectory}/target/</micrometer-docs-generator.outputPath> |
| 30 | + <micrometer-docs-generator.outputPath>${maven.multiModuleProjectDirectory}/target/ |
| 31 | + </micrometer-docs-generator.outputPath> |
30 | 32 | </properties> |
31 | 33 |
|
32 | 34 | <build> |
|
89 | 91 | </plugin> |
90 | 92 | </plugins> |
91 | 93 | </build> |
92 | | - |
| 94 | + |
| 95 | + <repositories> |
| 96 | + <repository> |
| 97 | + <id>spring-snapshots</id> |
| 98 | + <name>Spring Snapshots</name> |
| 99 | + <url>https://repo.spring.io/snapshot</url> <!-- For Snapshots --> |
| 100 | + <snapshots> |
| 101 | + <enabled>true</enabled> |
| 102 | + </snapshots> |
| 103 | + <releases> |
| 104 | + <enabled>false</enabled> |
| 105 | + </releases> |
| 106 | + </repository> |
| 107 | + <repository> |
| 108 | + <id>spring-milestones</id> |
| 109 | + <name>Spring Milestones</name> |
| 110 | + <url>https://repo.spring.io/milestone</url> <!-- For Milestones --> |
| 111 | + <snapshots> |
| 112 | + <enabled>false</enabled> |
| 113 | + </snapshots> |
| 114 | + </repository> |
| 115 | + </repositories> |
| 116 | + |
| 117 | + <pluginRepositories> |
| 118 | + <pluginRepository> |
| 119 | + <id>spring-snapshots</id> |
| 120 | + <name>Spring Snapshots</name> |
| 121 | + <url>https://repo.spring.io/snapshot</url> <!-- For Snapshots --> |
| 122 | + <snapshots> |
| 123 | + <enabled>true</enabled> |
| 124 | + </snapshots> |
| 125 | + <releases> |
| 126 | + <enabled>false</enabled> |
| 127 | + </releases> |
| 128 | + </pluginRepository> |
| 129 | + <pluginRepository> |
| 130 | + <id>spring-milestones</id> |
| 131 | + <name>Spring Milestones</name> |
| 132 | + <url>https://repo.spring.io/milestone</url> <!-- For Milestones --> |
| 133 | + <snapshots> |
| 134 | + <enabled>false</enabled> |
| 135 | + </snapshots> |
| 136 | + </pluginRepository> |
| 137 | + </pluginRepositories> |
| 138 | + |
93 | 139 | </project> |
0 commit comments