|
163 | 163 | <showDeprecation>true</showDeprecation> |
164 | 164 | </configuration> |
165 | 165 | </plugin> |
| 166 | + <plugin> |
| 167 | + <groupId>org.apache.maven.plugins</groupId> |
| 168 | + <artifactId>maven-resources-plugin</artifactId> |
| 169 | + <version>3.2.0</version> |
| 170 | + </plugin> |
166 | 171 | </plugins> |
167 | 172 | </build> |
168 | 173 |
|
|
234 | 239 | </plugin> |
235 | 240 | </plugins> |
236 | 241 | </reporting> |
| 242 | + |
| 243 | + <profiles> |
| 244 | + <profile> |
| 245 | + <!-- Profile to use Airlock (go/airlock/howto_maven). Disabled by default. --> |
| 246 | + <id>airlock-trusted</id> |
| 247 | + <pluginRepositories> |
| 248 | + <pluginRepository> |
| 249 | + <id>airlock</id> |
| 250 | + <name>Airlock</name> |
| 251 | + <url>artifactregistry://us-maven.pkg.dev/artifact-foundry-prod/maven-3p-trusted</url> |
| 252 | + <layout>default</layout> |
| 253 | + <releases> |
| 254 | + <enabled>true</enabled> |
| 255 | + </releases> |
| 256 | + <snapshots> |
| 257 | + <enabled>true</enabled> |
| 258 | + </snapshots> |
| 259 | + </pluginRepository> |
| 260 | + <!-- Adding a fallback to airlock 3p staging till all the license verification issues are resolved --> |
| 261 | + <pluginRepository> |
| 262 | + <id>airlock-staging</id> |
| 263 | + <name>Airlock</name> |
| 264 | + <url>artifactregistry://us-maven.pkg.dev/artifact-foundry-prod/ah-3p-staging-maven</url> |
| 265 | + <layout>default</layout> |
| 266 | + <releases> |
| 267 | + <enabled>true</enabled> |
| 268 | + </releases> |
| 269 | + <snapshots> |
| 270 | + <enabled>true</enabled> |
| 271 | + </snapshots> |
| 272 | + </pluginRepository> |
| 273 | + <pluginRepository> |
| 274 | + <id>central</id> |
| 275 | + <!-- Disable default Maven Central --> |
| 276 | + <name>Maven Central remote repository</name> |
| 277 | + <url>https://repo.maven.apache.org/maven2</url> |
| 278 | + <layout>default</layout> |
| 279 | + <releases> |
| 280 | + <enabled>false</enabled> |
| 281 | + </releases> |
| 282 | + <snapshots> |
| 283 | + <enabled>false</enabled> |
| 284 | + </snapshots> |
| 285 | + </pluginRepository> |
| 286 | + <pluginRepository> |
| 287 | + <id>rso-public-grid</id> |
| 288 | + <!-- Disable default sonatype public grid --> |
| 289 | + <name>Maven Central Sonatype repository</name> |
| 290 | + <url>https://repository.sonatype.org/content/groups/sonatype-public-grid</url> |
| 291 | + <layout>default</layout> |
| 292 | + <releases> |
| 293 | + <enabled>false</enabled> |
| 294 | + </releases> |
| 295 | + <snapshots> |
| 296 | + <enabled>false</enabled> |
| 297 | + </snapshots> |
| 298 | + </pluginRepository> |
| 299 | + </pluginRepositories> |
| 300 | + <repositories> |
| 301 | + <repository> |
| 302 | + <id>airlock</id> |
| 303 | + <name>Airlock</name> |
| 304 | + <url>artifactregistry://us-maven.pkg.dev/artifact-foundry-prod/maven-3p-trusted</url> |
| 305 | + <layout>default</layout> |
| 306 | + <releases> |
| 307 | + <enabled>true</enabled> |
| 308 | + </releases> |
| 309 | + <snapshots> |
| 310 | + <enabled>true</enabled> |
| 311 | + </snapshots> |
| 312 | + </repository> |
| 313 | + <!-- Adding a fallback to airlock 3p staging till all the license verification issues are resolved --> |
| 314 | + <repository> |
| 315 | + <id>airlock-staging</id> |
| 316 | + <name>Airlock</name> |
| 317 | + <url>artifactregistry://us-maven.pkg.dev/artifact-foundry-prod/ah-3p-staging-maven</url> |
| 318 | + <layout>default</layout> |
| 319 | + <releases> |
| 320 | + <enabled>true</enabled> |
| 321 | + </releases> |
| 322 | + <snapshots> |
| 323 | + <enabled>true</enabled> |
| 324 | + </snapshots> |
| 325 | + </repository> |
| 326 | + <repository> |
| 327 | + <id>central</id> |
| 328 | + <!-- Disable default Maven Central --> |
| 329 | + <name>Maven Central remote repository</name> |
| 330 | + <url>https://repo.maven.apache.org/maven2</url> |
| 331 | + <layout>default</layout> |
| 332 | + <releases> |
| 333 | + <enabled>false</enabled> |
| 334 | + </releases> |
| 335 | + <snapshots> |
| 336 | + <enabled>false</enabled> |
| 337 | + </snapshots> |
| 338 | + </repository> |
| 339 | + <repository> |
| 340 | + <id>rso-public-grid</id> |
| 341 | + <!-- Disable default sonatype public grid --> |
| 342 | + <name>Maven Central Sonatype repository</name> |
| 343 | + <url>https://repository.sonatype.org/content/groups/sonatype-public-grid</url> |
| 344 | + <layout>default</layout> |
| 345 | + <releases> |
| 346 | + <enabled>false</enabled> |
| 347 | + </releases> |
| 348 | + <snapshots> |
| 349 | + <enabled>false</enabled> |
| 350 | + </snapshots> |
| 351 | + </repository> |
| 352 | + </repositories> |
| 353 | + </profile> |
| 354 | + </profiles> |
237 | 355 | </project> |
0 commit comments