diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-12-17 20:31:46 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-12-17 20:31:46 +0000 |
commit | f9387f37b33e733c1f6c69c520c223bfc9dda245 (patch) | |
tree | a0d2a9b87c025c931b643e1ffe58b909ec3ad99e /sonar/scratchpad/pom.xml | |
parent | 7408516467c4bd9dc421a0181787028b7770b288 (diff) | |
download | poi-f9387f37b33e733c1f6c69c520c223bfc9dda245.tar.gz poi-f9387f37b33e733c1f6c69c520c223bfc9dda245.zip |
remove tabs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884570 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/scratchpad/pom.xml')
-rw-r--r-- | sonar/scratchpad/pom.xml | 144 |
1 files changed, 72 insertions, 72 deletions
diff --git a/sonar/scratchpad/pom.xml b/sonar/scratchpad/pom.xml index 1553055431..4fae32e216 100644 --- a/sonar/scratchpad/pom.xml +++ b/sonar/scratchpad/pom.xml @@ -13,71 +13,71 @@ <name>Apache POI Scratchpad package</name> - <properties> - <!-- Exclude some generated code from Sonar analysis --> - <sonar.exclusions>src/main/java/org/apache/poi/hwpf/model/types/*,src/main/java/org/apache/poi/hdf/model/hdftypes/definitions/*</sonar.exclusions> - </properties> + <properties> + <!-- Exclude some generated code from Sonar analysis --> + <sonar.exclusions>src/main/java/org/apache/poi/hwpf/model/types/*,src/main/java/org/apache/poi/hdf/model/hdftypes/definitions/*</sonar.exclusions> + </properties> <build> - <plugins> - <!-- copy sources, resources and tests in place as otherwise Sonar does not pick them up correctly! --> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <version>${maven.plugin.resources.version}</version> - <executions> - <execution> - <id>copy-sources</id> - <!-- here the phase you need --> - <phase>generate-sources</phase> - <goals> - <goal>copy-resources</goal> - </goals> - <configuration> - <outputDirectory>${basedir}/src/main/java</outputDirectory> - <resources> - <resource> - <directory>../../src/scratchpad/src</directory> - </resource> - </resources> - </configuration> - </execution> - <execution> - <id>copy-resources</id> - <!-- here the phase you need --> - <phase>generate-resources</phase> - <goals> - <goal>copy-resources</goal> - </goals> - <configuration> - <outputDirectory>${basedir}/src/main/resources</outputDirectory> - <resources> - <resource> - <directory>../../src/resources/scratchpad</directory> - </resource> - </resources> - </configuration> - </execution> - <execution> - <id>copy-tests</id> - <!-- here the phase you need --> - <phase>generate-test-sources</phase> - <goals> - <goal>copy-resources</goal> - </goals> - <configuration> - <outputDirectory>${basedir}/src/test/java</outputDirectory> - <resources> - <resource> - <directory>../../src/scratchpad/testcases</directory> - </resource> - </resources> - </configuration> - </execution> - </executions> - </plugin> - <!-- clean copied sources afterwards --> - <plugin> + <plugins> + <!-- copy sources, resources and tests in place as otherwise Sonar does not pick them up correctly! --> + <plugin> + <artifactId>maven-resources-plugin</artifactId> + <version>${maven.plugin.resources.version}</version> + <executions> + <execution> + <id>copy-sources</id> + <!-- here the phase you need --> + <phase>generate-sources</phase> + <goals> + <goal>copy-resources</goal> + </goals> + <configuration> + <outputDirectory>${basedir}/src/main/java</outputDirectory> + <resources> + <resource> + <directory>../../src/scratchpad/src</directory> + </resource> + </resources> + </configuration> + </execution> + <execution> + <id>copy-resources</id> + <!-- here the phase you need --> + <phase>generate-resources</phase> + <goals> + <goal>copy-resources</goal> + </goals> + <configuration> + <outputDirectory>${basedir}/src/main/resources</outputDirectory> + <resources> + <resource> + <directory>../../src/resources/scratchpad</directory> + </resource> + </resources> + </configuration> + </execution> + <execution> + <id>copy-tests</id> + <!-- here the phase you need --> + <phase>generate-test-sources</phase> + <goals> + <goal>copy-resources</goal> + </goals> + <configuration> + <outputDirectory>${basedir}/src/test/java</outputDirectory> + <resources> + <resource> + <directory>../../src/scratchpad/testcases</directory> + </resource> + </resources> + </configuration> + </execution> + </executions> + </plugin> + <!-- clean copied sources afterwards --> + <plugin> <artifactId>maven-clean-plugin</artifactId> <version>${maven.plugin.clean.version}</version> <configuration> @@ -89,21 +89,21 @@ </filesets> </configuration> </plugin> - </plugins> + </plugins> </build> <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>poi-main</artifactId> - <version>${project.version}</version> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>poi-main</artifactId> + <version>${project.version}</version> </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>poi-main</artifactId> - <version>${project.version}</version> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>poi-main</artifactId> + <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> - </dependency> + </dependency> </dependencies> </project> |