File tree Expand file tree Collapse file tree 3 files changed +25
-48
lines changed
pulsar-transaction/coordinator Expand file tree Collapse file tree 3 files changed +25
-48
lines changed Original file line number Diff line number Diff line change @@ -2019,6 +2019,31 @@ flexible messaging model and an intuitive client API.</description>
2019
2019
</execution >
2020
2020
</executions >
2021
2021
</plugin >
2022
+ <plugin >
2023
+ <groupId >org.codehaus.mojo</groupId >
2024
+ <artifactId >properties-maven-plugin</artifactId >
2025
+ <executions >
2026
+ <execution >
2027
+ <phase >initialize</phase >
2028
+ <goals >
2029
+ <goal >set-system-properties</goal >
2030
+ </goals >
2031
+ <configuration >
2032
+ <properties combine.children=" append" >
2033
+ <!-- for lightproto (protostuff) -->
2034
+ <property >
2035
+ <name >proto_path</name >
2036
+ <value >${pulsar.basedir} </value >
2037
+ </property >
2038
+ <property >
2039
+ <name >proto_search_strategy</name >
2040
+ <value >2</value >
2041
+ </property >
2042
+ </properties >
2043
+ </configuration >
2044
+ </execution >
2045
+ </executions >
2046
+ </plugin >
2022
2047
</plugins >
2023
2048
2024
2049
<pluginManagement >
Original file line number Diff line number Diff line change 611
611
</execution >
612
612
</executions >
613
613
</plugin >
614
- <plugin >
615
- <groupId >org.codehaus.mojo</groupId >
616
- <artifactId >properties-maven-plugin</artifactId >
617
- <executions >
618
- <execution >
619
- <phase >initialize</phase >
620
- <goals >
621
- <goal >set-system-properties</goal >
622
- </goals >
623
- <configuration >
624
- <properties >
625
- <property >
626
- <name >proto_path</name >
627
- <value >${project.parent.basedir} </value >
628
- </property >
629
- <property >
630
- <name >proto_search_strategy</name >
631
- <value >2</value >
632
- </property >
633
- </properties >
634
- </configuration >
635
- </execution >
636
- </executions >
637
- </plugin >
638
614
<plugin >
639
615
<groupId >com.github.splunk.lightproto</groupId >
640
616
<artifactId >lightproto-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 81
81
</execution >
82
82
</executions >
83
83
</plugin >
84
- <plugin >
85
- <groupId >org.codehaus.mojo</groupId >
86
- <artifactId >properties-maven-plugin</artifactId >
87
- <executions >
88
- <execution >
89
- <phase >initialize</phase >
90
- <goals >
91
- <goal >set-system-properties</goal >
92
- </goals >
93
- <configuration >
94
- <properties >
95
- <property >
96
- <name >proto_path</name >
97
- <value >${project.parent.parent.basedir} </value >
98
- </property >
99
- <property >
100
- <name >proto_search_strategy</name >
101
- <value >2</value >
102
- </property >
103
- </properties >
104
- </configuration >
105
- </execution >
106
- </executions >
107
- </plugin >
108
84
<plugin >
109
85
<groupId >com.github.splunk.lightproto</groupId >
110
86
<artifactId >lightproto-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments