[jboss-cvs] JBossAS SVN: r57661 - projects/security/trunk

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 13 13:22:30 EDT 2006


Author: anil.saldhana at jboss.com
Date: 2006-10-13 13:22:29 -0400 (Fri, 13 Oct 2006)
New Revision: 57661

Modified:
   projects/security/trunk/pom.xml
Log:
remove the rmic plugin ref and fix the tests path

Modified: projects/security/trunk/pom.xml
===================================================================
--- projects/security/trunk/pom.xml	2006-10-13 16:50:01 UTC (rev 57660)
+++ projects/security/trunk/pom.xml	2006-10-13 17:22:29 UTC (rev 57661)
@@ -185,31 +185,8 @@
 						<addMavenDescriptor>false</addMavenDescriptor>
 					</archive>
 				</configuration>
-			</plugin>
-			
-			<!-- Is RMIC needed for SRP stub compilation
-			<plugin>
-             <artifactId>maven-rmic-plugin</artifactId> 
-             <executions>
-               <execution>
-                 <phase>compile</phase>
-                 <configuration>
-                    <outputClasses>${basedir}/output/classes</outputClasses>
-                    <classPath>${basedir}/output/classes</classPath>
-                    <stubversion>1.2</stubversion>
-                    <isStatic>false</isStatic>
-                    <remoteClasses>
-                       <remoteClass>org.jboss.security.srp.SRPRemoteServer</remoteClass>
-                   </remoteClasses>
-                 </configuration>
-                 <goals>
-                   <goal>process-classes</goal>
-                 </goals>
-               </execution>
-             </executions>
-           </plugin>       -->
+			</plugin>  
            
-           
 			<plugin>
 				<artifactId>maven-antrun-plugin</artifactId>
 				<version>1.1</version>
@@ -297,8 +274,8 @@
 									</fileset>
 								</jar>
 								<!-- Build jbosssx-tests.jar -->
-								<mkdir dir="${build.tests}"/>
-								<jar jarfile="${build.tests}/jbosssx-tests.jar" manifest="${basedir}/src/etc/default.mf">
+								<mkdir dir="${basedir}/output/test/lib"/>
+								<jar jarfile="${basedir}/output/test/lib/jbosssx-tests.jar" manifest="${basedir}/src/etc/default.mf">
 									<fileset dir="${basedir}/output/classes">
 										<include name="org/jboss/test/TestLoginModule.class"/>
 									</fileset>




More information about the jboss-cvs-commits mailing list