Author: cedricwalter
Date: Wed Apr 2 07:26:59 2014
New Revision: 1583911
URL: http://svn.apache.org/r1583911
Log:
removed uneeded config in poi-ooxml module
Removed:
poi/branches/maven/src/ooxml/
Modified:
poi/branches/maven/poi-ooxml/pom.xml
Modified: poi/branches/maven/poi-ooxml/pom.xml
URL:
http://svn.apache.org/viewvc/poi/branches/maven/poi-ooxml/pom.xml?rev=1583911&r1=1583910&r2=1583911&view=diff
==============================================================================
--- poi/branches/maven/poi-ooxml/pom.xml (original)
+++ poi/branches/maven/poi-ooxml/pom.xml Wed Apr 2 07:26:59 2014
@@ -28,84 +28,9 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>poi-ooxml</artifactId>
- <packaging>pom</packaging>
<name>Apache POI OOXML package</name>
- <url>http://poi.apache.org/</url>
<description>Apache POI - Java API To Access Microsoft Format
Files</description>
-
-
- <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>2.6</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/ooxml/java</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/ooxml</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/ooxml/testcases</directory>
- </resource>
- </resources>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <!-- clean copied sources afterwards -->
- <plugin>
- <artifactId>maven-clean-plugin</artifactId>
- <version>2.5</version>
- <configuration>
- <filesets>
- <fileset>
- <directory>src</directory>
- <followSymlinks>false</followSymlinks>
- </fileset>
- </filesets>
- </configuration>
- </plugin>
- </plugins>
- </build>
+ <url>http://poi.apache.org/</url>
<dependencies>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]