You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by dw...@apache.org on 2010/05/11 21:36:20 UTC

svn commit: r943244 - /incubator/bval/trunk/readme.txt

Author: dwoods
Date: Tue May 11 19:36:19 2010
New Revision: 943244

URL: http://svn.apache.org/viewvc?rev=943244&view=rev
Log:
updates to readme

Modified:
    incubator/bval/trunk/readme.txt

Modified: incubator/bval/trunk/readme.txt
URL: http://svn.apache.org/viewvc/incubator/bval/trunk/readme.txt?rev=943244&r1=943243&r2=943244&view=diff
==============================================================================
--- incubator/bval/trunk/readme.txt (original)
+++ incubator/bval/trunk/readme.txt Tue May 11 19:36:19 2010
@@ -1,11 +1,12 @@
-agimatec-validation
-===================
+Apache Bean Validation (incubating)
+(C) Copyright 2010 The Apache Software Foundation.
+--------------------------------------------------------------------------------
 
 How to compile the project
 ==========================
 Requirements:
 0. Sources require java1.5 or higher. (Tested with JDK 1.5.0_12 and 1.6.0_07)
-1. The project is built with maven2 (Tested with 2.0.9, 2.0.10 and 2.2.0). 
+1. The project is built with maven2 (Tested with 2.0.10 and 2.2.1). 
    You need to download and install maven2 from: http://maven.apache.org/
 2. Invoke maven in the root directory or a module subdirectory.
 
@@ -32,54 +33,22 @@ mvn idea:idea
 -------------------------------------
 mvn eclipse:eclipse
 
-(Optional) deploy maven-site and javadoc:
------------------------------------------
+(Committers) deploy maven-site and javadoc:
+-------------------------------------------
 mvn site-deploy
 
-[ Note:
-  You must set the properties ${agimatec-site-id} and ${agimatec-site-url} to
-  adequate values. You can do that by adding them to your maven settings.xml.
-  This is the place where the server credenticals for uploads are kept. ]
- 
-(Optional) Publish SNAPSHOT or Release artifacts
-------------------------------------------------
-mvn clean deploy -Prelease
-
-[ Note:
-  You will need to add the following information to your .m2/settings.xml
-  so the release plugin can log into the https://oss.sonatype.org/ site
-  to deploy the artifacts -
-        <server>
-            <id>agimatec-snapshots</id>
-            <username>${ossrh-uid}</username>
-            <password>${ossrh-pwd}</password>
-        </server>
-        <server>
-            <id>agimatec-releases</id>
-            <username>${ossrh-uid}</username>
-            <password>${ossrh-pwd}</password>
-        </server>
-  After deploying, log into https://oss.sonatype.org/, select Staging, right-
-  click on the new com.agimatec-### staging repo in the bottom pane and 
-  select Close, then right-click and choose Promote to Agimatec Releases.
+(Committers) Publish SNAPSHOT or Release artifacts:
+---------------------------------------------------
+mvn clean deploy
+
 
 
 Getting started
----------------
+===============
 Refer to the project page and WIKI at:
-http://code.google.com/p/agimatec-validation
+https://cwiki.apache.org/BeanValidation/
 
 You can checkout latest sources and releases from there.
 You can also refer to the test cases in src/test/java/** for examples.
 
 
-Feedback, questions, contribution
-=================================
-** Feedback is welcome! **
-
-http://code.google.com/p/agimatec-validation
-http://groups.google.com/group/agimatec-validation
-http://www.agimatec.de
-
-Roman Stumm, agimatec GmbH, 2008, 2009
-email: roman.stumm@agimatec.de