File tree Expand file tree Collapse file tree 8 files changed +6
-103
lines changed Expand file tree Collapse file tree 8 files changed +6
-103
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ polaris-service-common=service/common
28
28
polaris-quarkus-defaults =quarkus/defaults
29
29
polaris-quarkus-service =quarkus/service
30
30
polaris-quarkus-server =quarkus/server
31
- polaris-quarkus-combined =quarkus/combined
31
+ polaris-quarkus-distribution =quarkus/distribution
32
32
polaris-quarkus-spark-tests =quarkus/spark-tests
33
33
polaris-quarkus-admin =quarkus/admin
34
34
polaris-quarkus-common =quarkus/common
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ distributions {
92
92
from(project.layout.buildDirectory.dir(" quarkus-app" ))
93
93
from(" distribution/NOTICE" )
94
94
from(" distribution/LICENSE" )
95
- from(" distribution/README.md" )
96
95
from(" ../../DISCLAIMER" )
97
96
}
98
97
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ val serverProject = project(":polaris-quarkus-server")
13
13
14
14
distributions {
15
15
main {
16
- distributionBaseName.set(" polaris-quarkus-combined " )
16
+ distributionBaseName.set(" polaris-quarkus-distribution " )
17
17
contents {
18
18
// Copy admin distribution contents
19
19
into(" admin" ) {
@@ -27,6 +27,7 @@ distributions {
27
27
28
28
from(" scripts/run.sh" )
29
29
from(" distribution/README.md" )
30
+ from(" ../../DISCLAIMER" )
30
31
31
32
// TODO: combine the LICENSE and NOTICE in a follow-up PR
32
33
from(" ${adminProject.projectDir} /distribution/NOTICE" )
Original file line number Diff line number Diff line change 1
- # Apache Polaris Combined Distribution
1
+ # Apache Polaris Distribution
2
2
3
3
This distribution contains both the Polaris Server and Admin Tool in a single package.
4
4
@@ -9,13 +9,13 @@ This distribution contains both the Polaris Server and Admin Tool in a single pa
9
9
## Directory Structure
10
10
11
11
```
12
- polaris-quarkus-combined -@version@/
12
+ polaris-quarkus-distribution -@version@/
13
13
├── LICENSE
14
14
├── NOTICE
15
15
├── README.md
16
16
├── admin/ # Admin tool files
17
17
├── server/ # Server files
18
- └── run.sh # Combined run script
18
+ └── run.sh
19
19
```
20
20
21
21
## Usage
File renamed without changes.
Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ distributions {
86
86
from(project.layout.buildDirectory.dir(" quarkus-app" ))
87
87
from(" distribution/NOTICE" )
88
88
from(" distribution/LICENSE" )
89
- from(" distribution/README.md" )
90
89
from(" ../../DISCLAIMER" )
91
90
}
92
91
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments