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 @@ -1875,6 +1875,31 @@ flexible messaging model and an intuitive client API.</description>
1875
1875
</execution >
1876
1876
</executions >
1877
1877
</plugin >
1878
+ <plugin >
1879
+ <groupId >org.codehaus.mojo</groupId >
1880
+ <artifactId >properties-maven-plugin</artifactId >
1881
+ <executions >
1882
+ <execution >
1883
+ <phase >initialize</phase >
1884
+ <goals >
1885
+ <goal >set-system-properties</goal >
1886
+ </goals >
1887
+ <configuration >
1888
+ <properties combine.children=" append" >
1889
+ <!-- for lightproto (protostuff) -->
1890
+ <property >
1891
+ <name >proto_path</name >
1892
+ <value >${pulsar.basedir} </value >
1893
+ </property >
1894
+ <property >
1895
+ <name >proto_search_strategy</name >
1896
+ <value >2</value >
1897
+ </property >
1898
+ </properties >
1899
+ </configuration >
1900
+ </execution >
1901
+ </executions >
1902
+ </plugin >
1878
1903
</plugins >
1879
1904
1880
1905
<pluginManagement >
Original file line number Diff line number Diff line change 613
613
</execution >
614
614
</executions >
615
615
</plugin >
616
- <plugin >
617
- <groupId >org.codehaus.mojo</groupId >
618
- <artifactId >properties-maven-plugin</artifactId >
619
- <executions >
620
- <execution >
621
- <phase >initialize</phase >
622
- <goals >
623
- <goal >set-system-properties</goal >
624
- </goals >
625
- <configuration >
626
- <properties >
627
- <property >
628
- <name >proto_path</name >
629
- <value >${project.parent.basedir} </value >
630
- </property >
631
- <property >
632
- <name >proto_search_strategy</name >
633
- <value >2</value >
634
- </property >
635
- </properties >
636
- </configuration >
637
- </execution >
638
- </executions >
639
- </plugin >
640
616
<plugin >
641
617
<groupId >com.github.splunk.lightproto</groupId >
642
618
<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