[teiid-commits] teiid SVN: r3942 - in branches/7.7.x: documentation and 1 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Mar 15 15:04:11 EDT 2012


Author: van.halbert
Date: 2012-03-15 15:04:10 -0400 (Thu, 15 Mar 2012)
New Revision: 3942

Added:
   branches/7.7.x/documentation/javadocs/
   branches/7.7.x/documentation/javadocs/pom.xml
Modified:
   branches/7.7.x/documentation/pom.xml
   branches/7.7.x/pom.xml
Log:
TEIID-1897 applied the javadocs patch to enable building teiid release in one pass

Added: branches/7.7.x/documentation/javadocs/pom.xml
===================================================================
--- branches/7.7.x/documentation/javadocs/pom.xml	                        (rev 0)
+++ branches/7.7.x/documentation/javadocs/pom.xml	2012-03-15 19:04:10 UTC (rev 3942)
@@ -0,0 +1,465 @@
+<project xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns='http://maven.apache.org/POM/4.0.0'>
+  <parent>
+    <groupId>org.jboss.teiid</groupId>
+    <artifactId>documentation</artifactId>
+    <version>7.7.1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>javadocs</artifactId>
+  <groupId>org.jboss.teiid.documentation</groupId>
+  <name>Teiid Javadocs</name>
+  <description>Javadocs for the Teiid project</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.teiid</groupId>
+      <artifactId>teiid-adminshell</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid</groupId>
+      <artifactId>teiid-api</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid</groupId>
+      <artifactId>teiid-cache-jbosscache</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid</groupId>
+      <artifactId>teiid-client</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid</groupId>
+      <artifactId>teiid-client-jdk15</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid</groupId>
+      <artifactId>teiid-common-core</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid.connectors</groupId>
+      <artifactId>salesforce-api</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid.connectors</groupId>
+      <artifactId>translator-file</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid.connectors</groupId>
+      <artifactId>translator-hive</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid.connectors</groupId>
+      <artifactId>translator-jdbc</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid.connectors</groupId>
+      <artifactId>translator-ldap</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid.connectors</groupId>
+      <artifactId>translator-loopback</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid.connectors</groupId>
+      <artifactId>translator-olap</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid.connectors</groupId>
+      <artifactId>translator-salesforce</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid.connectors</groupId>
+      <artifactId>translator-ws</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid</groupId>
+      <artifactId>teiid-console</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid</groupId>
+      <artifactId>teiid-engine</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid</groupId>
+      <artifactId>teiid-hibernate-dialect</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid</groupId>
+      <artifactId>teiid-jboss-integration</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid</groupId>
+      <artifactId>teiid-metadata</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid</groupId>
+      <artifactId>teiid-runtime</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid</groupId>
+      <artifactId>test-integration-common</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.teiid.teiid-test-integration</groupId>
+      <artifactId>test-integration-db</artifactId>
+      <version>7.7.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy-all</artifactId>
+      <version>1.7.2</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+    </dependency>
+    <dependency>
+      <groupId>jline</groupId>
+      <artifactId>jline</artifactId>
+      <version>0.9.94</version>
+    </dependency>
+    <dependency>
+      <groupId>org.fusesource.jansi</groupId>
+      <artifactId>jansi</artifactId>
+      <version>1.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+      <version>1.2</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.resource</groupId>
+      <artifactId>connector-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.sf.retrotranslator</groupId>
+      <artifactId>retrotranslator-runtime</artifactId>
+      <version>1.2.9</version>
+    </dependency>
+    <dependency>
+      <groupId>net.sf.retrotranslator</groupId>
+      <artifactId>retrotranslator-transformer</artifactId>
+      <version>1.2.9</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.cache</groupId>
+      <artifactId>jbosscache-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.man</groupId>
+      <artifactId>jboss-managed</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-frontend-jaxws</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-transports-http</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-ws-security</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-ws-policy</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-vfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.transaction</groupId>
+      <artifactId>jta</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <version>1.5</version>
+    </dependency>
+    <dependency>
+      <groupId>org.olap4j</groupId>
+      <artifactId>olap4j</artifactId>
+      <version>0.9.8.343</version>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.rhq</groupId>
+      <artifactId>rhq-core-domain</artifactId>
+      <version>${org.rhq.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.rhq</groupId>
+      <artifactId>rhq-core-plugin-api</artifactId>
+      <version>${org.rhq.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.rhq</groupId>
+      <artifactId>rhq-core-native-system</artifactId>
+      <version>${org.rhq.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.rhq</groupId>
+      <artifactId>rhq-jmx-plugin</artifactId>
+      <version>${org.rhq.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.rhq</groupId>
+      <artifactId>rhq-core-util</artifactId>
+      <version>${org.rhq.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>mc4j</groupId>
+      <artifactId>org-mc4j-ems</artifactId>
+      <version>1.2.6</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.persistence</groupId>
+      <artifactId>persistence-api</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>jboss.jboss-embeddable-ejb3</groupId>
+      <artifactId>hibernate-all</artifactId>
+      <version>1.0.0.Alpha9</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.integration</groupId>
+      <artifactId>jboss-profileservice-spi</artifactId>
+      <version>5.1.0.CR2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.3.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.deployers</groupId>
+      <artifactId>jboss-deployers-vfs-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.deployers</groupId>
+      <artifactId>jboss-deployers-vfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.sourceforge.saxon</groupId>
+      <artifactId>saxonhe</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.json-simple</groupId>
+      <artifactId>json-simple</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>nux</groupId>
+      <artifactId>nux</artifactId>
+      <version>1.6</version>
+    </dependency>
+    <dependency>
+      <groupId>xom</groupId>
+      <artifactId>xom</artifactId>
+      <version>1.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-core</artifactId>
+      <version>3.5.2-Final</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-reflect</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-connector</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.microcontainer</groupId>
+      <artifactId>jboss-aop-mc-int</artifactId>
+      <version>2.0.6.GA</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.security</groupId>
+      <artifactId>jbosssx</artifactId>
+      <version>2.0.3.SP1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.naming</groupId>
+      <artifactId>jnp-client</artifactId>
+      <version>5.0.3.GA</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.remoting</groupId>
+      <artifactId>jboss-remoting</artifactId>
+      <version>2.5.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.aspects</groupId>
+      <artifactId>jboss-security-aspects</artifactId>
+      <version>1.0.0.GA</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.aspects</groupId>
+      <artifactId>jboss-remoting-aspects</artifactId>
+      <version>1.0.1.GA</version>
+    </dependency>
+    <dependency>
+      <groupId>oswego-concurrent</groupId>
+      <artifactId>concurrent</artifactId>
+      <version>1.3.4-jboss-update1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-server</artifactId>
+      <version>5.1.0.GA</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-profileservice</artifactId>
+      <version>5.1.0.GA</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.netty</groupId>
+      <artifactId>netty</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>postgresql</groupId>
+      <artifactId>postgresql</artifactId>
+      <version>8.3-606.jdbc3</version>
+    </dependency>
+    <dependency>
+      <groupId>com.h2database</groupId>
+      <artifactId>h2</artifactId>
+      <version>1.2.147</version>
+    </dependency>
+    <dependency>
+      <groupId>jgroups</groupId>
+      <artifactId>jgroups</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant-launcher</artifactId>
+      <version>1.7.0</version>
+    </dependency>
+    <dependency>
+      <groupId>ant-contrib</groupId>
+      <artifactId>ant-contrib</artifactId>
+      <version>1.0b3</version>
+    </dependency>
+    <dependency>
+      <groupId>ant-contrib</groupId>
+      <artifactId>cpptasks</artifactId>
+      <version>1.0b3</version>
+    </dependency>
+    <dependency>
+      <groupId>org.dbunit</groupId>
+      <artifactId>dbunit</artifactId>
+      <version>2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.5.6</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+      <version>3.2-FINAL</version>
+    </dependency>
+    <dependency>
+      <groupId>jdom</groupId>
+      <artifactId>jdom</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>${derby.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>mysql</groupId>
+      <artifactId>mysql-connector-java</artifactId>
+      <version>${mysql.connector.version}</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>javadoc-jar</id>
+            <phase>package</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+            <configuration>
+              <includeDependencySources>true</includeDependencySources>
+              <detectOfflineLinks>false</detectOfflineLinks>
+              <dependencySourceIncludes>
+                <dependencySourceInclude>org.jboss.teiid*</dependencySourceInclude>
+              </dependencySourceIncludes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <properties>
+    <org.jboss.jopr.as5.version>1.2.0.GA</org.jboss.jopr.as5.version>
+    <mysql.connector.version>5.1.5</mysql.connector.version>
+    <org.rhq.version>1.3.0.GA</org.rhq.version>
+    <postgresql.version>8.4-702.jdbc4</postgresql.version>
+    <derby.version>10.2.1.6</derby.version>
+    <teiid.version>${project.version}</teiid.version>
+    <site.url>http://www.jboss.org/teiid</site.url>
+    <ant.version>1.7.0</ant.version>
+    <apache.ant.version>1.7.0</apache.ant.version>
+    <jopr.jboss.as5.plugin.version>1.4.0.B01</jopr.jboss.as5.plugin.version>
+  </properties>
+</project>
\ No newline at end of file

Modified: branches/7.7.x/documentation/pom.xml
===================================================================
--- branches/7.7.x/documentation/pom.xml	2012-03-14 21:39:03 UTC (rev 3941)
+++ branches/7.7.x/documentation/pom.xml	2012-03-15 19:04:10 UTC (rev 3942)
@@ -17,5 +17,6 @@
     <module>quick-start-example</module>
     <module>client-developers-guide</module>
     <module>caching-guide</module>
+    <module>javadocs</module>
   </modules>
 </project>
\ No newline at end of file

Modified: branches/7.7.x/pom.xml
===================================================================
--- branches/7.7.x/pom.xml	2012-03-14 21:39:03 UTC (rev 3941)
+++ branches/7.7.x/pom.xml	2012-03-15 19:04:10 UTC (rev 3942)
@@ -82,25 +82,18 @@
       </modules>
       <build>
         <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.8</version>
-            <configuration>
-              <maxmemory>512m</maxmemory>
-              <excludePackageNames>*.internal,com.*,net.*,org.teiid.cache,org.teiid.common.*,org.teiid.core,org.teiid.deployers,org.teiid.dqp.*,org.teiid.jboss,org.teiid.netty.*,org.teiid.odbc,org.teiid.query,org.teiid.resource.*,org.teiid.rhq.*,org.teiid.runtime,org.teiid.security,org.teiid.services,org.teiid.templates,org.teiid.test.*,org.teiid.transport,org.teiid.vdb.*</excludePackageNames>
-            </configuration>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>aggregate-jar</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>            
+       
         </plugins>
+        
       </build>
     </profile>
+    
+     <profile>
+      <id>docs</id>
+      <modules>
+        <module>documentation</module>
+      </modules>
+      </profile>     
     <profile>
       <!--
           This is to enable faster build for development time.
@@ -116,6 +109,22 @@
 		<pluginManagement>
 			<plugins>
 		<!-- Fixes how test resources of a project can be used in projects dependent on it  -->
+		        <plugin>
+		          <groupId>org.apache.maven.plugins</groupId>
+		          <artifactId>maven-javadoc-plugin</artifactId>
+		          <version>2.8.1</version>
+		          <configuration>
+		            <maxmemory>512m</maxmemory>
+		            <excludePackageNames>*.internal,com.*,net.*,org.teiid.cache,org.teiid.common.*,org.teiid.core,org.teiid.deployers,org.teiid.dqp.*,org.teiid.jboss,org.teiid.netty.*,org.teiid.odbc,org.teiid.query,org.teiid.resource.*,org.teiid.rhq.*,org.teiid.runtime,org.teiid.security,org.teiid.services,org.teiid.templates,org.teiid.test.*,org.teiid.transport,org.teiid.vdb.*</excludePackageNames>
+		          </configuration>
+		          <executions>
+		            <execution>
+		              <goals>
+		                <goal>aggregate-jar</goal>
+		              </goals>
+		            </execution>
+		          </executions>
+		       </plugin>   
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-jar-plugin</artifactId>
@@ -200,7 +209,7 @@
                     <execution>
                         <id>attach-sources</id>
                         <goals>
-                            <goal>jar</goal>
+                            <goal>jar-no-fork</goal>
                         </goals>
                     </execution>
                 </executions>



More information about the teiid-commits mailing list