From 0e9bbce9ed840f52a3bae7677867f3da5e79fc1b Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sat, 15 Feb 2014 10:42:43 +0000 Subject: Add a set of maven pom.xml files for Sonar, a few workaround are necessary, but overall this now allows to compile and run test for all Apache POI components using Maven, which is a pre-requisite to be analyzed at http://nemo.sonarqube.org/ git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568613 13f79535-47bb-0310-9956-ffa450edef68 --- sonar/scratchpad/pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 sonar/scratchpad/pom.xml (limited to 'sonar/scratchpad') diff --git a/sonar/scratchpad/pom.xml b/sonar/scratchpad/pom.xml new file mode 100644 index 0000000000..3824eeaace --- /dev/null +++ b/sonar/scratchpad/pom.xml @@ -0,0 +1,40 @@ + + 4.0.0 + + org.apache.poi + poi-parent + 3.11-SNAPSHOT + + poi-scratchpad + jar + + Apache POI Scratchpad package + + + ../../src/scratchpad/src + ../../src/scratchpad/testcases + + + ../../src/resources/scratchpad + + + + + + + ${project.groupId} + poi-main + ${project.version} + + + ${project.groupId} + poi-main + ${project.version} + test-jar + test + + + -- cgit v1.2.3