Moving deploy to the guide itself 96/11596/1
authorMathieu Lemay <mlemay@inocybe.com>
Thu, 25 Sep 2014 20:47:35 +0000 (16:47 -0400)
committerMathieu Lemay <mlemay@inocybe.com>
Thu, 25 Sep 2014 20:47:35 +0000 (16:47 -0400)
Change-Id: I42c82f2379820986af55cc5e4000d6f60ceff81d
Signed-off-by: Mathieu Lemay <mlemay@inocybe.com>
manuals/user-guide/pom.xml
pom.xml

index cb1a662494288341a136503cd42eadbe09509910..5dcbaf08ce02790609f1a3e866fe79bd4a14d968 100644 (file)
           <glossaryCollection>${basedir}/../glossary/glossary-terms.xml</glossaryCollection>
         </configuration>
       </plugin>
+      <plugin>
+       <groupId>org.apache.maven.plugins</groupId>
+       <artifactId>maven-site-plugin</artifactId>
+       <version>3.1</version>
+       <configuration>
+          <inputDirectory>${project.build.directory}/docbkx/webhelp</inputDirectory>
+       </configuration>
+       <dependencies>
+           <dependency>
+               <groupId>org.apache.maven.wagon</groupId>
+               <artifactId>wagon-webdav-jackrabbit</artifactId>
+               <version>2.2</version>
+           </dependency>
+           <dependency>
+               <groupId>org.slf4j</groupId>
+               <artifactId>slf4j-api</artifactId>
+               <version>1.6.1</version>
+           </dependency>
+       </dependencies>
+     </plugin>
     </plugins>
   </build>
 </project>
diff --git a/pom.xml b/pom.xml
index 6de5e583afb46f414e5fae27f08b2f6be7852e70..11ebca4d0e1737c28e8749221b30c5862f30fa67 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>sdndocs-maven-plugin</artifactId>
         <version>0.1.0</version>
       </plugin>
-      <plugin>
-       <groupId>org.apache.maven.plugins</groupId>
-       <artifactId>maven-site-plugin</artifactId>
-       <version>3.1</version>
-       <configuration>
-          <inputDirectory>${project.build.directory}/docbkx/webhelp</inputDirectory>
-       </configuration>
-       <dependencies>
-           <dependency>
-               <groupId>org.apache.maven.wagon</groupId>
-               <artifactId>wagon-webdav-jackrabbit</artifactId>
-               <version>2.2</version>
-           </dependency>
-           <dependency>
-               <groupId>org.slf4j</groupId>
-               <artifactId>slf4j-api</artifactId>
-               <version>1.6.1</version>
-           </dependency>
-       </dependencies>
-     </plugin> 
    </plugins>
   </build>
 </project>