Move reference documentation to argeo-qa.
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 7 Jul 2020 06:41:05 +0000 (08:41 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 7 Jul 2020 06:41:05 +0000 (08:41 +0200)
doc/.gitignore [deleted file]
doc/docbook/argeo-commons.dbk.xml [deleted file]
doc/docbook/argeo.css [deleted file]
doc/docbook/deploying.dbk.xml [deleted file]
doc/docbook/overview.dbk.xml [deleted file]
doc/pom.xml [deleted file]
pom.xml

diff --git a/doc/.gitignore b/doc/.gitignore
deleted file mode 100644 (file)
index ea8c4bf..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/target
diff --git a/doc/docbook/argeo-commons.dbk.xml b/doc/docbook/argeo-commons.dbk.xml
deleted file mode 100644 (file)
index 8916817..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<book xmlns="http://docbook.org/ns/docbook" version="5.0.1">
-       <xi:include href="overview.dbk.xml"
-               xmlns:xi="http://www.w3.org/2001/XInclude" />
-       <xi:include href="deploying.dbk.xml"
-               xmlns:xi="http://www.w3.org/2001/XInclude" />
-</book>
\ No newline at end of file
diff --git a/doc/docbook/argeo.css b/doc/docbook/argeo.css
deleted file mode 100644 (file)
index c9c6195..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-body {
-       font-family: sans-serif;
-}
-
-h1 {
-       font-size: 150%
-}
-
-h2 {
-       font-size: 130%
-}
\ No newline at end of file
diff --git a/doc/docbook/deploying.dbk.xml b/doc/docbook/deploying.dbk.xml
deleted file mode 100644 (file)
index 08319fb..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<chapter xml:id="deploying" version="5.0.1"
-       xmlns="http://docbook.org/ns/docbook"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://docbook.org/ns/docbook https://docbook.org/xml/5.0.1/xsd/docbook.xsd">
-       <title>Deploying</title>
-       <section>
-               <title>On CentOS or Red Hat Enterprise Linux</title>
-               <para></para>
-       </section>
-</chapter>
\ No newline at end of file
diff --git a/doc/docbook/overview.dbk.xml b/doc/docbook/overview.dbk.xml
deleted file mode 100644 (file)
index 0f7c80c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<chapter xml:id="overview" version="5.0.1"
-       xmlns="http://docbook.org/ns/docbook"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://docbook.org/ns/docbook https://docbook.org/xml/5.0.1/xsd/docbook.xsd">
-       <title>Overview</title>
-       <para>Argeo Commons is an integration framework.</para>
-       <section>
-               <title>Argeo Commons within the Argeo software stack</title>
-               <para></para>
-       </section>
-</chapter>
\ No newline at end of file
diff --git a/doc/pom.xml b/doc/pom.xml
deleted file mode 100644 (file)
index 350bf33..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.commons</groupId>
-               <artifactId>argeo-commons</artifactId>
-               <version>2.1.89-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>doc</artifactId>
-       <name>Commons Documentation</name>
-       <packaging>pom</packaging>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>com.agilejava.docbkx</groupId>
-                               <artifactId>docbkx-maven-plugin</artifactId>
-                               <version>2.0.15</version>
-                               <configuration>
-                                       <sourceDirectory>docbook</sourceDirectory>
-                                       <includes>argeo-commons.dbk.xml</includes>
-                                       <htmlStylesheet>argeo.css</htmlStylesheet>
-                                       <xincludeSupported>true</xincludeSupported>
-                                       <preProcess>
-                                               <copy todir="${project.build.directory}/docbkx/xhtml5" file="docbook/argeo.css" />
-                                       </preProcess>
-                               </configuration>
-                               <dependencies>
-                                       <dependency>
-                                               <groupId>net.sf.docbook</groupId>
-                                               <artifactId>docbook-xml</artifactId>
-                                               <version>5.0-all</version>
-                                               <classifier>resources</classifier>
-                                               <type>zip</type>
-                                               <scope>runtime</scope>
-                                       </dependency>
-                               </dependencies>
-                               <executions>
-                                       <execution>
-                                               <goals>
-                                                       <goal>generate-xhtml5</goal>
-                                               </goals>
-                                               <phase>package</phase>
-                                       </execution>
-                               </executions>
-                       </plugin>
-               </plugins>
-       </build>
-       <repositories>
-               <!-- <repository> -->
-               <!-- <id>jboss</id> -->
-               <!-- <url>http://repository.jboss.org/</url> -->
-               <!-- <releases> -->
-               <!-- <enabled>true</enabled> -->
-               <!-- </releases> -->
-               <!-- <snapshots> -->
-               <!-- <enabled>false</enabled> -->
-               <!-- </snapshots> -->
-               <!-- </repository> -->
-               <repository>
-                       <id>central</id>
-                       <url>http://repo1.maven.org/maven2</url>
-                       <releases>
-                               <enabled>true</enabled>
-                       </releases>
-                       <snapshots>
-                               <enabled>false</enabled>
-                       </snapshots>
-               </repository>
-       </repositories>
-       <pluginRepositories>
-               <!-- <pluginRepository> -->
-               <!-- <id>jboss</id> -->
-               <!-- <url>http://repository.jboss.org/</url> -->
-               <!-- </pluginRepository> -->
-       </pluginRepositories>
-</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index a9e7966428a2cae3bf41bb9ac85cd03724a04c41..909426ae69d84f77de0d18e44b932158a451a4b9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,6 @@
                <!-- Distribution -->
                <module>dep</module>
                <module>demo</module>
-               <module>doc</module>
                <module>dist</module>
        </modules>
        <scm>