Update pom.xml, remove bookinfo.xml

The maven plugin comes with its own bookinfo.xml, no need
to hava a separate version here.

Remove copy instructions from pom.xml and remove extra whitespace
and tabs from the file.

Change-Id: Ic3c9499ecf3d923ee85b9ed517ae743c238bd096
This commit is contained in:
Andreas Jaeger 2014-01-17 09:40:10 +01:00
parent f1b69b2fc8
commit 694744a280
2 changed files with 169 additions and 194 deletions
apidocs
pom.xml
src/resources

@ -100,7 +100,6 @@
</copy>
<copy file="../xsd/dbaas.xsd" tofile="${project.build.directory}/generated-resources/normalized/api/v1.0/xsd/cdb.xsd"/>
<copy file="../xsd/dbaas.xsd" tofile="${project.build.directory}/generated-resources/normalized/api/v1.0/cdb.xsd"/>
<copy file="src/resources/bookinfo.xml" tofile="${project.build.directory}/generated-resources/normalized/bookinfo.xml"/>
<java
jar="${net.sourceforge.saxon:saxon:jar}"
fork="true">

@ -1,24 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<products xmlns:xlink="http://www.w3.org/1999/xlink">
<docname>CDB Wadl</docname>
<productname>CDB</productname>
<webappname>cdb-wadls</webappname>
<pominfo>
<groupid>com.rackspace.cloud.apidocs</groupid>
<artifactid>cdb-wadls</artifactid>
<version>1.0.0-SNAPSHOT</version>
<name>CDB Wadl</name>
</pominfo>
<emails>
<email>
<name>CDT Publication Events</name>
<to>cdt-publication-events@lists.rackspace.com</to>
<from>clouddoctoolsteam@lists.rackspace.com</from>
</email>
<email>
<name>CDB wadl publication event</name>
<to>mike.asthalter@rackspace.com</to>
<from>clouddoctoolsteam@lists.rackspace.com</from>
</email>
</emails>
</products>