Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<!-- Replaces the user settings written by the CI job, so the plugin under test can still resolve
its org.openrewrite snapshot dependencies from the Code Genome Project. -->
<servers>
<server>
<id>codegenome</id>
<username>${env.CODEGENOME_USERNAME}</username>
<password>${env.CODEGENOME_TOKEN}</password>
</server>
</servers>

<profiles>
<profile>
<id>example_profile_id</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
<profile>
<!-- Resolve org.openrewrite artifacts from the Code Genome Project rather than Maven Central.
Inactive on fork builds, which receive no credentials and fall back to Maven Central.
Releases only: the plugin under test is served from the itf repository, and fetching
snapshot metadata from the Code Genome Project emits checksum warnings the ITs assert against. -->
Snapshots enabled: the plugin under test depends on org.openrewrite snapshots, which
are published solely to the Code Genome Project. -->
<id>codegenome</id>
<activation>
<property>
Expand All @@ -126,7 +126,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
Expand All @@ -135,7 +135,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
<profile>
<!-- Resolve org.openrewrite artifacts from the Code Genome Project rather than Maven Central.
Inactive on fork builds, which receive no credentials and fall back to Maven Central.
Releases only: the plugin under test is served from the itf repository, and fetching
snapshot metadata from the Code Genome Project emits checksum warnings the ITs assert against. -->
Snapshots enabled: the plugin under test depends on org.openrewrite snapshots, which
are published solely to the Code Genome Project. -->
<id>codegenome</id>
<activation>
<property>
Expand All @@ -126,7 +126,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
Expand All @@ -135,7 +135,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<profile>
<!-- Resolve org.openrewrite artifacts from the Code Genome Project rather than Maven Central.
Inactive on fork builds, which receive no credentials and fall back to Maven Central.
Releases only: the plugin under test is served from the itf repository, and fetching
snapshot metadata from the Code Genome Project emits checksum warnings the ITs assert against. -->
Snapshots enabled: the plugin under test depends on org.openrewrite snapshots, which
are published solely to the Code Genome Project. -->
<id>codegenome</id>
<activation>
<property>
Expand All @@ -61,7 +61,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
Expand All @@ -70,7 +70,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<profile>
<!-- Resolve org.openrewrite artifacts from the Code Genome Project rather than Maven Central.
Inactive on fork builds, which receive no credentials and fall back to Maven Central.
Releases only: the plugin under test is served from the itf repository, and fetching
snapshot metadata from the Code Genome Project emits checksum warnings the ITs assert against. -->
Snapshots enabled: the plugin under test depends on org.openrewrite snapshots, which
are published solely to the Code Genome Project. -->
<id>codegenome</id>
<activation>
<property>
Expand All @@ -47,7 +47,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
Expand All @@ -56,7 +56,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<profile>
<!-- Resolve org.openrewrite artifacts from the Code Genome Project rather than Maven Central.
Inactive on fork builds, which receive no credentials and fall back to Maven Central.
Releases only: the plugin under test is served from the itf repository, and fetching
snapshot metadata from the Code Genome Project emits checksum warnings the ITs assert against. -->
Snapshots enabled: the plugin under test depends on org.openrewrite snapshots, which
are published solely to the Code Genome Project. -->
<id>codegenome</id>
<activation>
<property>
Expand All @@ -59,7 +59,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
Expand All @@ -68,7 +68,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<profile>
<!-- Resolve org.openrewrite artifacts from the Code Genome Project rather than Maven Central.
Inactive on fork builds, which receive no credentials and fall back to Maven Central.
Releases only: the plugin under test is served from the itf repository, and fetching
snapshot metadata from the Code Genome Project emits checksum warnings the ITs assert against. -->
Snapshots enabled: the plugin under test depends on org.openrewrite snapshots, which
are published solely to the Code Genome Project. -->
<id>codegenome</id>
<activation>
<property>
Expand All @@ -54,7 +54,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
Expand All @@ -63,7 +63,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<profile>
<!-- Resolve org.openrewrite artifacts from the Code Genome Project rather than Maven Central.
Inactive on fork builds, which receive no credentials and fall back to Maven Central.
Releases only: the plugin under test is served from the itf repository, and fetching
snapshot metadata from the Code Genome Project emits checksum warnings the ITs assert against. -->
Snapshots enabled: the plugin under test depends on org.openrewrite snapshots, which
are published solely to the Code Genome Project. -->
<id>codegenome</id>
<activation>
<property>
Expand All @@ -61,7 +61,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
Expand All @@ -70,7 +70,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<profile>
<!-- Resolve org.openrewrite artifacts from the Code Genome Project rather than Maven Central.
Inactive on fork builds, which receive no credentials and fall back to Maven Central.
Releases only: the plugin under test is served from the itf repository, and fetching
snapshot metadata from the Code Genome Project emits checksum warnings the ITs assert against. -->
Snapshots enabled: the plugin under test depends on org.openrewrite snapshots, which
are published solely to the Code Genome Project. -->
<id>codegenome</id>
<activation>
<property>
Expand All @@ -60,7 +60,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
Expand All @@ -69,7 +69,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
<profile>
<!-- Resolve org.openrewrite artifacts from the Code Genome Project rather than Maven Central.
Inactive on fork builds, which receive no credentials and fall back to Maven Central.
Releases only: the plugin under test is served from the itf repository, and fetching
snapshot metadata from the Code Genome Project emits checksum warnings the ITs assert against. -->
Snapshots enabled: the plugin under test depends on org.openrewrite snapshots, which
are published solely to the Code Genome Project. -->
<id>codegenome</id>
<activation>
<property>
Expand All @@ -57,7 +57,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
Expand All @@ -66,7 +66,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<profile>
<!-- Resolve org.openrewrite artifacts from the Code Genome Project rather than Maven Central.
Inactive on fork builds, which receive no credentials and fall back to Maven Central.
Releases only: the plugin under test is served from the itf repository, and fetching
snapshot metadata from the Code Genome Project emits checksum warnings the ITs assert against. -->
Snapshots enabled: the plugin under test depends on org.openrewrite snapshots, which
are published solely to the Code Genome Project. -->
<id>codegenome</id>
<activation>
<property>
Expand All @@ -62,7 +62,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
Expand All @@ -71,7 +71,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<profile>
<!-- Resolve org.openrewrite artifacts from the Code Genome Project rather than Maven Central.
Inactive on fork builds, which receive no credentials and fall back to Maven Central.
Releases only: the plugin under test is served from the itf repository, and fetching
snapshot metadata from the Code Genome Project emits checksum warnings the ITs assert against. -->
Snapshots enabled: the plugin under test depends on org.openrewrite snapshots, which
are published solely to the Code Genome Project. -->
<id>codegenome</id>
<activation>
<property>
Expand All @@ -61,7 +61,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
Expand All @@ -70,7 +70,7 @@
<id>codegenome</id>
<url>https://artifacts.codegenomeproject.org/maven</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Expand Down
Loading