Update of /cvsroot/xdoclet-plugins/xdoclet-plugins
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28258

Modified Files:
        pom.xml 
Log Message:
started work on split qtags in plugin and taglib for m2 build


Index: pom.xml
===================================================================
RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/pom.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pom.xml     2 Jul 2006 18:46:45 -0000       1.3
--- pom.xml     11 Aug 2006 17:15:10 -0000      1.4
***************
*** 78,81 ****
--- 78,82 ----
          <testSourceDirectory>${basedir}/src/test/java</testSourceDirectory>
          <extensions>
+         <!--
             <extension>
                  <groupId>org.apache.maven.wagon</groupId>
***************
*** 83,87 ****
                  <version>1.0-beta-1-SNAPSHOT</version>
              </extension>
!         </extensions>
          <resources>
              <resource>
--- 84,88 ----
                  <version>1.0-beta-1-SNAPSHOT</version>
              </extension>
!             --></extensions>
          <resources>
              <resource>
***************
*** 137,141 ****
--- 138,155 ----
                      <artifactId>maven2-xdoclet2-plugin</artifactId>
                      <version>2.0.5-SNAPSHOT</version>
+                     <configuration></configuration>
+                 </plugin>
+                 <plugin>
+                     <artifactId>maven-surefire-plugin</artifactId>
+                     <version>2.2</version>
                      <configuration>
+                         <excludes>
+                             <exclude>**/Abstract*</exclude>
+                         </excludes>
+                         <includes>
+                             <include>**/*TestCase.java</include>
+                         </includes>
+                         <forkMode>always</forkMode>
+                         <childDelegation>false</childDelegation>
                      </configuration>
                  </plugin>
***************
*** 145,149 ****
      <modules>
          <module>plugin-qtags</module>
!         <!--module>plugin-hibernate</module-->
      </modules>
      <dependencies>
--- 159,165 ----
      <modules>
          <module>plugin-qtags</module>
!         <module>taglib-qtags</module>
!         <module>taglib</module>
!         <module>plugin-hibernate</module>
      </modules>
      <dependencies>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to