File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 154
154
</includes >
155
155
</configuration >
156
156
</plugin >
157
+ <plugin >
158
+ <groupId >org.codehaus.mojo</groupId >
159
+ <artifactId >properties-maven-plugin</artifactId >
160
+ <version >1.2.1</version >
161
+ </plugin >
157
162
</plugins >
158
163
</pluginManagement >
159
164
<plugins >
Original file line number Diff line number Diff line change 78
78
79
79
<build >
80
80
<plugins >
81
+ <plugin >
82
+ <groupId >org.codehaus.mojo</groupId >
83
+ <artifactId >properties-maven-plugin</artifactId >
84
+ <executions >
85
+ <execution >
86
+ <phase >initialize</phase >
87
+ <goals >
88
+ <goal >read-project-properties</goal >
89
+ </goals >
90
+ <configuration >
91
+ <files >
92
+ <file >../spi-fly-core/src/main/resources/org/apache/aries/spifly/packageinfo</file >
93
+ </files >
94
+ <keyPrefix >spiFlyPackage.</keyPrefix >
95
+ </configuration >
96
+ </execution >
97
+ </executions >
98
+ </plugin >
81
99
<plugin >
82
100
<groupId >biz.aQute.bnd</groupId >
83
101
<artifactId >bnd-maven-plugin</artifactId >
86
104
<bnd ><![CDATA[
87
105
Bundle-Activator: org.apache.aries.spifly.staticbundle.StaticWeavingActivator
88
106
Export-Package: \
89
- org.apache.aries.spifly.*;version=${project .version}
107
+ org.apache.aries.spifly.*;version=${spiFlyPackage .version}
90
108
-conditionalpackage: \
91
109
aQute.bnd.exceptions,\
92
110
aQute.bnd.header,\
You can’t perform that action at this time.
0 commit comments