You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/12/28 08:58:22 UTC

svn commit: r359435 - in /directory/trunk: README.txt asn1/pom.xml

Author: akarasulu
Date: Tue Dec 27 23:58:20 2005
New Revision: 359435

URL: http://svn.apache.org/viewcvs?rev=359435&view=rev
Log:
add name for asn1 project and some notes about group builds

Modified:
    directory/trunk/README.txt
    directory/trunk/asn1/pom.xml

Modified: directory/trunk/README.txt
URL: http://svn.apache.org/viewcvs/directory/trunk/README.txt?rev=359435&r1=359434&r2=359435&view=diff
==============================================================================
--- directory/trunk/README.txt (original)
+++ directory/trunk/README.txt Tue Dec 27 23:58:20 2005
@@ -8,9 +8,13 @@
 Conventions
 -----------
 
- o Project structure is flat with master parent pom.
+ o Project structure is flat with master parent pom and group poms.
  o If a sub project is not prefixed with a <prefix>-foo then it is the
    core artifact rather than an auxillary package.  For example mina is
    the core project for the mina core artifact.  Other supporting 
-   projects for mina are mina-spring and mina-ssl for example.
-
+   projects for mina are mina-spring and mina-ssl for example all of
+   which are mina- prefixed.
+ o For each group id a <prefix>-build directory contains the POM for
+   building only the subset of projects within that POM.  An example
+   of this is mina-build.  To build and install it just cd into this
+   directory and issue a mvn install.

Modified: directory/trunk/asn1/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunk/asn1/pom.xml?rev=359435&r1=359434&r2=359435&view=diff
==============================================================================
--- directory/trunk/asn1/pom.xml (original)
+++ directory/trunk/asn1/pom.xml Tue Dec 27 23:58:20 2005
@@ -3,6 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.asn1</groupId>
   <artifactId>org.apache.asn1</artifactId>
+  <name>asn1</name>
   <packaging>jar</packaging>  
   <version>0.3.3-SNAPSHOT</version>
   <dependencies>