[exo-jcr-commits] exo-jcr SVN: r5559 - jcr/branches/1.15.x/exo.jcr.component.core.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Feb 2 03:21:38 EST 2012


Author: dkuleshov
Date: 2012-02-02 03:21:37 -0500 (Thu, 02 Feb 2012)
New Revision: 5559

Modified:
   jcr/branches/1.15.x/exo.jcr.component.core/pom.xml
Log:
EXOJCR-1108: gunit tests moved to separate profile - gunit

Modified: jcr/branches/1.15.x/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/branches/1.15.x/exo.jcr.component.core/pom.xml	2012-02-01 15:33:36 UTC (rev 5558)
+++ jcr/branches/1.15.x/exo.jcr.component.core/pom.xml	2012-02-02 08:21:37 UTC (rev 5559)
@@ -511,24 +511,6 @@
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>taglist-maven-plugin</artifactId>
          </plugin>
-     
-         <!--  Runs gUnit tests to check ANTLR grammaes.
-               Tests must be located in 'src/test/gunit' directory
-               Their names must be *.testsuite   -->
-         <plugin>
-           <groupId>org.antlr</groupId>
-           <artifactId>maven-gunit-plugin</artifactId>
-           <version>3.2</version>
-           <executions>
-             <execution>
-               <id>maven-gunit-plugin</id>
-               <phase>test</phase> 
-               <goals>
-                 <goal>gunit</goal>
-               </goals>
-             </execution>
-           </executions>
-         </plugin>
          
          <!--  Generate java files from ANTLR grammar files
                in the 'target/generated-sources/antlr3' direcctory   
@@ -963,5 +945,29 @@
             <jcr.test.configuration.file>/conf/standalone/cluster/test-configuration-jbc.xml</jcr.test.configuration.file>
          </properties>
       </profile>      
+      <profile>
+         <id>gunit</id>
+         <build>
+            <plugins>
+               <!--  Runs gUnit tests to check ANTLR grammaes.
+               Tests must be located in 'src/test/gunit' directory
+                  Their names must be *.testsuite   -->
+               <plugin>
+                  <groupId>org.antlr</groupId>
+                  <artifactId>maven-gunit-plugin</artifactId>
+                  <version>3.2</version>
+                  <executions>
+                     <execution>
+                        <id>maven-gunit-plugin</id>
+                        <phase>test</phase> 
+                        <goals>
+                           <goal>gunit</goal>
+                        </goals>
+                     </execution>
+                  </executions>
+               </plugin>
+            </plugins>
+         </build>
+      </profile>
    </profiles>
 </project>



More information about the exo-jcr-commits mailing list