From d708b9da00cb25b169f6f2bc43d44a00e520090f Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Fri, 23 Oct 2020 22:30:33 +0000 Subject: try to fix sonar build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882792 13f79535-47bb-0310-9956-ffa450edef68 --- sonar/ooxml-schema-security/pom.xml | 108 ---------------------------- sonar/ooxml-schema-security/xmlbeans.marker | 1 - 2 files changed, 109 deletions(-) delete mode 100644 sonar/ooxml-schema-security/pom.xml delete mode 100644 sonar/ooxml-schema-security/xmlbeans.marker (limited to 'sonar/ooxml-schema-security') diff --git a/sonar/ooxml-schema-security/pom.xml b/sonar/ooxml-schema-security/pom.xml deleted file mode 100644 index 493dd6429b..0000000000 --- a/sonar/ooxml-schema-security/pom.xml +++ /dev/null @@ -1,108 +0,0 @@ - - 4.0.0 - - org.apache.poi - poi-parent - 5.0.0-SNAPSHOT - .. - - poi-ooxml-schema-security - jar - - Apache POI - Openxmlformats Security-Schema package - - - - target/generated-sources/* - true - true - true - - - - - - - com.googlecode.maven-download-plugin - download-maven-plugin - ${maven.plugin.download.version} - - - install-xsds-part-1 - generate-sources - wget - - https://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%202%20(PDF).zip - true - c8f0eac388691d5be0d1647146400a10 - - - - install-xsds-part-2 - generate-sources - wget - - target/schemas - https://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd - - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - ${maven.plugin.antrun.version} - - - unzip-schema - generate-sources - - run - - - - - - - - - - - - - - - - - - - - - - - - - - - - org.apache.xmlbeans - xmlbeans - ${xmlbeans.version} - - - ${project.groupId} - poi-main - ${project.version} - - - ${project.groupId} - poi-scratchpad - ${project.version} - - - diff --git a/sonar/ooxml-schema-security/xmlbeans.marker b/sonar/ooxml-schema-security/xmlbeans.marker deleted file mode 100644 index 2744493ace..0000000000 --- a/sonar/ooxml-schema-security/xmlbeans.marker +++ /dev/null @@ -1 +0,0 @@ -This purpose of this marker file is solely to activate the xmlbeans maven profile. \ No newline at end of file -- cgit v1.2.3