File tree Expand file tree Collapse file tree
bundles/org.openhab.binding.knx Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 <executions >
7474 <execution >
7575 <id >unpack-tss</id >
76- <phase >generate-sources</phase >
7776 <goals >
7877 <goal >unpack</goal >
7978 </goals >
79+ <phase >generate-sources</phase >
8080 <configuration >
8181 <echo >"Unpacking TSS.Java"</echo >
8282 <artifactItems >
8383 <artifactItem >
8484 <groupId >com.microsoft.azure</groupId >
8585 <artifactId >TSS.Java</artifactId >
8686 <version >1.0.0</version >
87- <outputDirectory >
88- ${project.build.directory} /classes
89- </outputDirectory >
87+ <outputDirectory >${project.build.directory} /classes</outputDirectory >
9088 </artifactItem >
9189 </artifactItems >
9290 </configuration >
102100 <execution >
103101 <!-- Remove classes from the root package and re jar -->
104102 <id >fix-tss</id >
105- <phase >process-sources</phase >
106103 <goals >
107104 <goal >run</goal >
108105 </goals >
106+ <phase >process-sources</phase >
109107 <configuration >
110108 <target >
111109 <echo >"Fixing TSS.Java for OSGI"</echo >
112110 <delete >
113111 <fileset dir =" ${project.build.directory}/classes" includes =" *" />
114112 </delete >
115- <delete includeemptydirs = " true " failonerror = " false " >
113+ <delete failonerror = " false " includeemptydirs = " true " >
116114 <fileset dir =" ${project.build.directory}/classes/samples" />
117115 </delete >
118116 </target >
121119 </executions >
122120 </plugin >
123121
124-
125122 <plugin >
126123 <groupId >biz.aQute.bnd</groupId >
127124 <artifactId >bnd-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments