소스 검색

Replace tabs with spaces

pull/12422/head
Chris Morris 2 년 전
부모
커밋
537e820e77
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    4
      compatibility-client/pom.xml

+ 4
- 4
compatibility-client/pom.xml 파일 보기

@@ -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…
취소
저장