[jbosstools-commits] JBoss Tools SVN: r6814 - trunk/documentation/jboss-tools-docs.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Mar 10 10:12:30 EDT 2008


Author: smukhina
Date: 2008-03-10 10:12:30 -0400 (Mon, 10 Mar 2008)
New Revision: 6814

Added:
   trunk/documentation/jboss-tools-docs/pom.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-1703
pom.xml that builds all guides at once and put the result in their own target folders 

Added: trunk/documentation/jboss-tools-docs/pom.xml
===================================================================
--- trunk/documentation/jboss-tools-docs/pom.xml	                        (rev 0)
+++ trunk/documentation/jboss-tools-docs/pom.xml	2008-03-10 14:12:30 UTC (rev 6814)
@@ -0,0 +1,34 @@
+<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>
+  	<groupId>GobalGroup</groupId>
+  	<artifactId>GlobalArtifact</artifactId>
+  	<packaging>pom</packaging>
+  	<version>1.0-SNAPSHOT</version>
+  	<name>Maven Tmp</name>
+  	<url>http://maven.apache.org</url>
+  	
+  	<modules>
+ 		<module>..\..\as\docs\reference</module>
+		<module>..\guides</module>
+		<module>..\..\hibernatetools\docs\reference</module>
+		<module>..\..\jbpm\docs\reference</module>
+		<module>..\..\seam\docs\reference</module>
+		<module>..\..\jsf\docs\userguide</module>
+	</modules>
+   
+   	<build>
+    	<plugins>
+      		<plugin>
+        		<artifactId>maven-compiler-plugin</artifactId>   
+        		<configuration>
+          			<source>1.5</source>
+          			<target>1.5</target>
+        		</configuration>
+      		</plugin>
+    	</plugins>
+  	</build>
+  	
+	
+</project>
\ No newline at end of file




More information about the jbosstools-commits mailing list