Skip to content

Commit d0eb230

Browse files
committed
[#4690]use profile to replace mixin-maven-plugin
1 parent 50ff454 commit d0eb230

File tree

9 files changed

+1
-52
lines changed

9 files changed

+1
-52
lines changed

demo/demo-edge/authentication/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@
4040
</build>
4141

4242
<profiles>
43-
<profile>
44-
<id>build-docker-image</id>
45-
<activation>
46-
<activeByDefault>true</activeByDefault>
47-
</activation>
48-
</profile>
4943
<profile>
5044
<id>docker</id>
5145
<build>

demo/demo-edge/business-1-1-0/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@
4646
</build>
4747

4848
<profiles>
49-
<profile>
50-
<id>build-docker-image</id>
51-
<activation>
52-
<activeByDefault>true</activeByDefault>
53-
</activation>
54-
</profile>
5549
<profile>
5650
<id>docker</id>
5751
<build>

demo/demo-edge/business-1.0.0/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@
4848
</build>
4949

5050
<profiles>
51-
<profile>
52-
<id>build-docker-image</id>
53-
<activation>
54-
<activeByDefault>true</activeByDefault>
55-
</activation>
56-
</profile>
5751
<profile>
5852
<id>docker</id>
5953
<build>

demo/demo-edge/business-2.0.0/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@
4848
</build>
4949

5050
<profiles>
51-
<profile>
52-
<id>build-docker-image</id>
53-
<activation>
54-
<activeByDefault>true</activeByDefault>
55-
</activation>
56-
</profile>
5751
<profile>
5852
<id>docker</id>
5953
<build>

demo/demo-edge/edge-service/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@
4646
</build>
4747

4848
<profiles>
49-
<profile>
50-
<id>build-docker-image</id>
51-
<activation>
52-
<activeByDefault>true</activeByDefault>
53-
</activation>
54-
</profile>
5549
<profile>
5650
<id>docker</id>
5751
<build>

demo/demo-nacos/consumer/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@
5050
</build>
5151

5252
<profiles>
53-
<profile>
54-
<id>build-docker-image</id>
55-
<activation>
56-
<activeByDefault>true</activeByDefault>
57-
</activation>
58-
</profile>
5953
<profile>
6054
<id>docker</id>
6155
<build>

demo/demo-nacos/gateway/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@
5353
</build>
5454

5555
<profiles>
56-
<profile>
57-
<id>build-docker-image</id>
58-
<activation>
59-
<activeByDefault>true</activeByDefault>
60-
</activation>
61-
</profile>
6256
<profile>
6357
<id>docker</id>
6458
<build>

demo/demo-nacos/provider/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@
5454
</build>
5555

5656
<profiles>
57-
<profile>
58-
<id>build-docker-image</id>
59-
<activation>
60-
<activeByDefault>true</activeByDefault>
61-
</activation>
62-
</profile>
6357
<profile>
6458
<id>docker</id>
6559
<build>

demo/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,7 @@
190190

191191
<profiles>
192192
<profile>
193-
<id>build-docker-image</id>
194-
<activation>
195-
<activeByDefault>false</activeByDefault>
196-
</activation>
193+
<id>docker</id>
197194
<build>
198195
<pluginManagement>
199196
<plugins>

0 commit comments

Comments
 (0)