Browse Source

Replace tabs with spaces

pull/12422/head
Chris Morris 2 years ago
parent
commit
537e820e77
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      compatibility-client/pom.xml

+ 4
- 4
compatibility-client/pom.xml View File

@@ -38,19 +38,19 @@

<build>
<plugins>
<plugin>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<index>false</index>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>

Loading…
Cancel
Save