File tree Expand file tree Collapse file tree 33 files changed +11
-438
lines changed
liberty-maven-plugin/src/it
binary-scanner-it/resources
dev-container-it/resources/container-test-project
basic-dev-project-umbrella-deps
multipleLibertyModules-skip-conflicts
dev-skip-install-feature-it/resources/basic-dev-project
generate-features-it/resources Expand file tree Collapse file tree 33 files changed +11
-438
lines changed Original file line number Diff line number Diff line change 4848 - name : Checkout ci.common
4949 uses : actions/checkout@v3
5050 with :
51- repository : cherylking/ci.common
52- ref : updateBinaryScannerDep
51+ repository : OpenLiberty/ci.common
5352 path : ci.common
5453 - name : Checkout ci.ant
5554 uses : actions/checkout@v3
@@ -103,7 +102,7 @@ jobs:
103102 - name : Clone ci.ant and ci.common repos to github.workspace
104103 run : |
105104 echo ${{github.workspace}}
106- git clone https://github.com/cherylking /ci.common.git --branch updateBinaryScannerDep --single-branch ${{github.workspace}}/ci.common
105+ git clone https://github.com/OpenLiberty /ci.common.git ${{github.workspace}}/ci.common
107106 git clone https://github.com/OpenLiberty/ci.ant.git ${{github.workspace}}/ci.ant
108107 - name : Set up Maven
109108
Original file line number Diff line number Diff line change 2020 <!-- end::ports[] -->
2121 <packaging .type>usr</packaging .type>
2222 </properties >
23- <repositories >
24- <!-- Sonatype repo needed to get the binary scanner jar for liberty:generate-features -->
25- <!-- <repository>
26- <id>oss-sonatype</id>
27- <name>oss-sonatype</name>
28- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
29- <snapshots>
30- <enabled>true</enabled>
31- </snapshots>
32- </repository> -->
33- </repositories >
23+
3424 <dependencyManagement >
3525 <dependencies >
3626 <dependency >
Original file line number Diff line number Diff line change 2020 <!-- end::ports[] -->
2121 <packaging .type>usr</packaging .type>
2222 </properties >
23- <repositories >
24- <!-- Sonatype repo needed to get the binary scanner jar for liberty:generate-features -->
25- <!-- <repository>
26- <id>oss-sonatype</id>
27- <name>oss-sonatype</name>
28- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
29- <snapshots>
30- <enabled>true</enabled>
31- </snapshots>
32- </repository> -->
33- </repositories >
23+
3424 <dependencyManagement >
3525 <dependencies >
3626 <dependency >
Original file line number Diff line number Diff line change 2020 <!-- end::ports[] -->
2121 <packaging .type>usr</packaging .type>
2222 </properties >
23- <repositories >
24- <!-- Sonatype repo needed to get the binary scanner jar for liberty:generate-features -->
25- <!-- <repository>
26- <id>oss-sonatype</id>
27- <name>oss-sonatype</name>
28- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
29- <snapshots>
30- <enabled>true</enabled>
31- </snapshots>
32- </repository> -->
33- </repositories >
23+
3424 <dependencyManagement >
3525 <dependencies >
3626 <dependency >
Original file line number Diff line number Diff line change 2020 <!-- end::ports[] -->
2121 <packaging .type>usr</packaging .type>
2222 </properties >
23- <repositories >
24- <!-- Sonatype repo needed to get the binary scanner jar for liberty:generate-features -->
25- <!-- <repository>
26- <id>oss-sonatype</id>
27- <name>oss-sonatype</name>
28- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
29- <snapshots>
30- <enabled>true</enabled>
31- </snapshots>
32- </repository> -->
33- </repositories >
23+
3424 <dependencyManagement >
3525 <dependencies >
3626 <dependency >
Original file line number Diff line number Diff line change 2020 <!-- end::ports[] -->
2121 <packaging .type>usr</packaging .type>
2222 </properties >
23- <repositories >
24- <!-- Sonatype repo needed to get the binary scanner jar for liberty:generate-features -->
25- <!-- <repository>
26- <id>oss-sonatype</id>
27- <name>oss-sonatype</name>
28- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
29- <snapshots>
30- <enabled>true</enabled>
31- </snapshots>
32- </repository> -->
33- </repositories >
23+
3424 <dependencyManagement >
3525 <dependencies >
3626 <dependency >
Original file line number Diff line number Diff line change @@ -21,21 +21,6 @@ xsi:schemaLocation=
2121 <liberty .var.default.https.port>9443</liberty .var.default.https.port>
2222 </properties >
2323
24- <pluginRepositories >
25- <!-- Configure Sonatype OSS Maven snapshots repository -->
26- <!-- <pluginRepository>
27- <id>sonatype-nexus-snapshots</id>
28- <name>Sonatype Nexus Snapshots</name>
29- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
30- <snapshots>
31- <enabled>true</enabled>
32- </snapshots>
33- <releases>
34- <enabled>false</enabled>
35- </releases>
36- </pluginRepository> -->
37- </pluginRepositories >
38-
3924 <dependencies >
4025
4126 <!-- Provided dependencies -->
Original file line number Diff line number Diff line change 2121 <packaging .type>usr</packaging .type>
2222 </properties >
2323
24- <repositories >
25- <!-- Sonatype repository used to get the latest binary scanner jar -->
26- <!-- <repository>
27- <id>oss-sonatype</id>
28- <name>oss-sonatype</name>
29- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
30- <snapshots>
31- <enabled>true</enabled>
32- </snapshots>
33- <releases>
34- <enabled>false</enabled>
35- </releases>
36- </repository> -->
37- </repositories >
38-
3924 <dependencies >
4025 <dependency >
4126 <groupId >jakarta.platform</groupId >
Original file line number Diff line number Diff line change 2222 <packaging .type>usr</packaging .type>
2323 </properties >
2424
25- <repositories >
26- <!-- Sonatype repository used to get the latest binary scanner jar -->
27- <!-- <repository>
28- <id>oss-sonatype</id>
29- <name>oss-sonatype</name>
30- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
31- <snapshots>
32- <enabled>true</enabled>
33- </snapshots>
34- <releases>
35- <enabled>false</enabled>
36- </releases>
37- </repository> -->
38- </repositories >
39-
4025 <dependencyManagement >
4126 <dependencies >
4227 <dependency >
Original file line number Diff line number Diff line change 1414 <maven .compiler.source>1.8</maven .compiler.source>
1515 <maven .compiler.target>1.8</maven .compiler.target>
1616 </properties >
17- <repositories >
18- <!-- Sonatype repo needed to get the binary scanner jar for liberty:generate-features -->
19- <!-- <repository>
20- <id>oss-sonatype</id>
21- <name>oss-sonatype</name>
22- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
23- <snapshots>
24- <enabled>true</enabled>
25- </snapshots>
26- <releases>
27- <enabled>false</enabled>
28- </releases>
29- </repository> -->
30- </repositories >
17+
3118 <dependencies >
3219 <dependency >
3320 <groupId >org.eclipse.microprofile</groupId >
You can’t perform that action at this time.
0 commit comments