Skip to content

Commit b9f779a

Browse files
sortpom
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
1 parent d7b4d84 commit b9f779a

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

  • bundles/org.openhab.binding.knx

bundles/org.openhab.binding.knx/pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,18 @@
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>
@@ -102,17 +100,17 @@
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>
@@ -121,7 +119,6 @@
121119
</executions>
122120
</plugin>
123121

124-
125122
<plugin>
126123
<groupId>biz.aQute.bnd</groupId>
127124
<artifactId>bnd-maven-plugin</artifactId>

0 commit comments

Comments
 (0)