[dna-commits] DNA SVN: r437 - in trunk: docs/examples/gettingstarted and 1 other directories.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Sun Aug 17 18:33:29 EDT 2008


Author: rhauch
Date: 2008-08-17 18:33:27 -0400 (Sun, 17 Aug 2008)
New Revision: 437

Modified:
   trunk/docs/examples/gettingstarted/pom.xml
   trunk/docs/examples/gettingstarted/sequencers/pom.xml
   trunk/pom.xml
Log:
DNA-204 Unit tests for dna-example-sequencers are not being executed in the Maven builds in the nightly Hudson jobs
http://jira.jboss.com/jira/browse/DNA-204

Added the example project(s) to the default profile for the Maven builds. We're getting to the point where the unit tests take a while to run, so we may want to create a reduced set of the projects for the developers to run locally.  (I don't think we're there yet.)

Modified: trunk/docs/examples/gettingstarted/pom.xml
===================================================================
--- trunk/docs/examples/gettingstarted/pom.xml	2008-08-17 22:12:24 UTC (rev 436)
+++ trunk/docs/examples/gettingstarted/pom.xml	2008-08-17 22:33:27 UTC (rev 437)
@@ -5,7 +5,7 @@
   <artifactId>getting_started</artifactId>
   <packaging>pom</packaging>
   <version>0.2-SNAPSHOT</version>
-  <name>Getting Started examples</name>
+  <name>JBoss DNA Getting Started examples</name>
   <description />
 
   <modules>

Modified: trunk/docs/examples/gettingstarted/sequencers/pom.xml
===================================================================
--- trunk/docs/examples/gettingstarted/sequencers/pom.xml	2008-08-17 22:12:24 UTC (rev 436)
+++ trunk/docs/examples/gettingstarted/sequencers/pom.xml	2008-08-17 22:33:27 UTC (rev 437)
@@ -12,7 +12,7 @@
   <artifactId>dna-example-sequencers</artifactId>
   <version>0.2-SNAPSHOT</version>
   <packaging>jar</packaging>
-  <name>Sequencer Examples</name>
+  <name>JBoss DNA Sequencer Examples</name>
   <description>Examples that showcase how to use sequencers with a JCR repository.</description>
 
   <properties>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-08-17 22:12:24 UTC (rev 436)
+++ trunk/pom.xml	2008-08-17 22:33:27 UTC (rev 437)
@@ -110,6 +110,7 @@
 		<module>extensions/dna-connector-jbosscache</module>
 		<module>extensions/dna-mimetype-detector-aperture</module>
 		<module>dna-integration-tests</module>
+		<module>docs/examples/gettingstarted</module>
 	</modules>
 
 	<properties>




More information about the dna-commits mailing list