[jboss-cvs] JBossAS SVN: r67345 - projects/security/security-jboss-sx/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 21 12:23:33 EST 2007


Author: anil.saldhana at jboss.com
Date: 2007-11-21 12:23:33 -0500 (Wed, 21 Nov 2007)
New Revision: 67345

Added:
   projects/security/security-jboss-sx/trunk/README
Log:
add README

Added: projects/security/security-jboss-sx/trunk/README
===================================================================
--- projects/security/security-jboss-sx/trunk/README	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/README	2007-11-21 17:23:33 UTC (rev 67345)
@@ -0,0 +1,26 @@
+Constituents:
+===============
+pom.xml  - Aggregator POM
+acl - ACL Implementation
+docs - Docbook module 
+identity - Identity API implementation 
+jbosssx  - Default implementation of the JBoss Security SPI 
+jbosssx-client  - Submodule that jars up a client jar 
+
+To Build the Overall Artifact:
+=============================
+trunk>  mvn install 
+Note that the mvn install command will scroll pages on your terminal. Hence it is better to do
+mvn install 2>&1 >somefile
+
+Then you open the "somefile" to see how the tests have fared
+
+To Build the artifacts for individual projects:
+==============================================
+Do "mvn install"
+
+Deploy The Artifacts:
+====================
+mvn deploy
+
+Remember: You will need to set up the settings.xml in your maven directory for the artifacts to be transferred to JBAS svn repository.




More information about the jboss-cvs-commits mailing list