From 62ea1e4838a47b45739572bda508a9b5cec1e86c Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Walter?= Date: Tue, 8 Apr 2014 21:27:10 +0000 Subject: [PATCH] cleaned up module name, use classifier (tests) for exporting test classes and resources to any module, remove empty directories git-svn-id: https://svn.apache.org/repos/asf/poi/branches/maven@1585837 13f79535-47bb-0310-9956-ffa450edef68 --- etc/assembly/bundle.xml | 38 +++++++++--------- ooxml-schemas/pom.xml | 8 ++-- poi-examples/pom.xml | 2 +- poi-ooxml-schemas/pom.xml | 2 +- poi-ooxml/pom.xml | 6 +-- .../models/poi-hdf.zargo | Bin poi-scratchpad/pom.xml | 8 ++-- pom.xml | 18 ++++++++- 8 files changed, 49 insertions(+), 33 deletions(-) rename {src/scratchpad => poi-scratchpad}/models/poi-hdf.zargo (100%) diff --git a/etc/assembly/bundle.xml b/etc/assembly/bundle.xml index a860719ed0..f29bf3a0ff 100644 --- a/etc/assembly/bundle.xml +++ b/etc/assembly/bundle.xml @@ -2,25 +2,25 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> - dist - - zip - - false + + + + + - - - - org.apache.poi:poi-examples:jar - org.apache.poi:poi-excelant:jar - org.apache.poi:poi-main:jar - org.apache.poi:poi-ooxml:jar - org.apache.poi:poi-ooxml-schemas:jar - org.apache.poi:poi-scratchpad:jar - - false - dist - - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ooxml-schemas/pom.xml b/ooxml-schemas/pom.xml index a1805c2b1a..ac5bc7ecb7 100644 --- a/ooxml-schemas/pom.xml +++ b/ooxml-schemas/pom.xml @@ -30,7 +30,7 @@ ooxml-schemas jar - Apache POI - Openxmlformats Schema package + Apache POI - ooxml schema package XmlBeans generated from the Ecma supplied xsds: http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip http://poi.apache.org/ @@ -99,13 +99,15 @@ target/schemas 1.5 - yes + + + org.apache.xmlbeans diff --git a/poi-examples/pom.xml b/poi-examples/pom.xml index f1c29b9a9b..1df2a94d09 100644 --- a/poi-examples/pom.xml +++ b/poi-examples/pom.xml @@ -30,7 +30,7 @@ 4.0.0 poi-examples - Apache POI Examples package + Apache POI - examples package http://poi.apache.org/ Apache POI Examples diff --git a/poi-ooxml-schemas/pom.xml b/poi-ooxml-schemas/pom.xml index dae3477a07..676200cac2 100644 --- a/poi-ooxml-schemas/pom.xml +++ b/poi-ooxml-schemas/pom.xml @@ -30,7 +30,7 @@ limitations under the License. 4.0.0 poi-ooxml-schemas - Apache POI + Apache POI - ooxml schemas http://poi.apache.org/ Apache POI - Java API To Access Microsoft Format Files jar diff --git a/poi-ooxml/pom.xml b/poi-ooxml/pom.xml index c6c93c12c9..0aa59f563c 100644 --- a/poi-ooxml/pom.xml +++ b/poi-ooxml/pom.xml @@ -28,8 +28,8 @@ 4.0.0 poi-ooxml - Apache POI OOXML package - Apache POI - Java API To Access Microsoft Format Files + Apache POI - ooxml package + Apache POI - java api to access microsoft format files http://poi.apache.org/ @@ -52,7 +52,7 @@ org.apache.poi poi-main ${project.version} - test-jar + tests test diff --git a/src/scratchpad/models/poi-hdf.zargo b/poi-scratchpad/models/poi-hdf.zargo similarity index 100% rename from src/scratchpad/models/poi-hdf.zargo rename to poi-scratchpad/models/poi-hdf.zargo diff --git a/poi-scratchpad/pom.xml b/poi-scratchpad/pom.xml index fdc00ddc7c..cb10b78845 100644 --- a/poi-scratchpad/pom.xml +++ b/poi-scratchpad/pom.xml @@ -29,20 +29,20 @@ limitations under the License. 4.0.0 poi-scratchpad - Apache POI Scratchpad package + Apache POI - scratchpad package jar - ${project.groupId} + org.apache.poi poi-main ${project.version} - ${project.groupId} + org.apache.poi poi-main ${project.version} - test-jar + tests test diff --git a/pom.xml b/pom.xml index 53b448b0fd..69ad488b38 100644 --- a/pom.xml +++ b/pom.xml @@ -27,9 +27,9 @@ 4.0.0 pom - Apache POI - the Java API for Microsoft Documents + Apache POI - Maven build of Apache POI for Sonar checks + Apache POI - the java api for microsoft documents http://poi.apache.org/ @@ -215,6 +215,20 @@ 10 + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + test-jar + + + + -- 2.39.5