File tree Expand file tree Collapse file tree 2 files changed +30
-13
lines changed Expand file tree Collapse file tree 2 files changed +30
-13
lines changed Original file line number Diff line number Diff line change 37
37
<artifactId >reef-branding</artifactId >
38
38
<version >0.3.0-SNAPSHOT</version >
39
39
</dependency >
40
+ <dependency >
41
+ <groupId >org.ops4j.pax.logging</groupId >
42
+ <artifactId >pax-logging-api</artifactId >
43
+ <version >1.6.3-LOCATION</version >
44
+ </dependency >
45
+ <dependency >
46
+ <groupId >org.ops4j.pax.logging</groupId >
47
+ <artifactId >pax-logging-service</artifactId >
48
+ <version >1.6.3-LOCATION</version >
49
+ </dependency >
40
50
</dependencies >
41
51
42
52
<artifactId >reef-dist</artifactId >
142
152
</execution >
143
153
</executions >
144
154
</plugin >
145
- </plugins >
146
- </build >
147
- </profile >
148
- <profile >
149
- <id >preload</id >
150
- <build >
151
- <plugins >
152
155
<plugin >
153
156
<groupId >org.apache.karaf.tooling</groupId >
154
157
<artifactId >features-maven-plugin</artifactId >
171
174
<repository >target/system-repo</repository >
172
175
</configuration >
173
176
</execution >
177
+ </executions >
178
+ </plugin >
179
+ </plugins >
180
+ </build >
181
+ </profile >
182
+ <profile >
183
+ <id >preload</id >
184
+ <activation >
185
+ <property >
186
+ <name >!DEV</name >
187
+ </property >
188
+ </activation >
189
+ <build >
190
+ <plugins >
191
+ <plugin >
192
+ <groupId >org.apache.karaf.tooling</groupId >
193
+ <artifactId >features-maven-plugin</artifactId >
194
+ <version >${karaf.version} </version >
195
+ <executions >
174
196
<execution >
175
197
<id >add-reef-bundles-to-repo</id >
176
198
<phase >generate-resources</phase >
Original file line number Diff line number Diff line change 1
1
set -ex
2
2
3
- if [ -z $DEV ]
4
- then
5
- mvn install -DskipTests -Pdist,preload
6
- else
7
- mvn install -DskipTests -Pdist
8
- fi
3
+ mvn install -DskipTests -Pdist
9
4
10
5
./bin/redeploy.sh
11
6
You can’t perform that action at this time.
0 commit comments