You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by dl...@apache.org on 2005/08/31 01:26:27 UTC

cvs commit: ws-wsrp4j/sandbox/wsrp4j maven.xml README.txt

dlouzan     2005/08/30 16:26:27

  Modified:    sandbox/wsrp4j maven.xml README.txt
  Log:
  Modified documentation and default targets.
  
  Revision  Changes    Path
  1.3       +2 -2      ws-wsrp4j/sandbox/wsrp4j/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	30 Aug 2005 22:35:41 -0000	1.2
  +++ maven.xml	30 Aug 2005 23:26:27 -0000	1.3
  @@ -20,8 +20,8 @@
            xmlns:maven="jelly:maven">
   
       <goal name="all">
  -        <attainGoal name="multiproject:install"/>
  -        <attainGoal name="multiproject:site"/>
  +        <attainGoal name="deploy-producer"/>
  +        <attainGoal name="doc"/>
       </goal>
       
       <goal name="build">
  
  
  
  1.3       +6 -3      ws-wsrp4j/sandbox/wsrp4j/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/README.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README.txt	24 Aug 2005 15:25:39 -0000	1.2
  +++ README.txt	30 Aug 2005 23:26:27 -0000	1.3
  @@ -13,21 +13,24 @@
   # limitations under the License.
   
   
  -Preliminary mavenized version of the repository. Currently only implements
  -the directory structure with some minor documentation. Based on Jetspeed2
  +Preliminary mavenized version of the repository. Based on Jetspeed2
   mavenized build.
   
   Goal description:
   
   $ maven
  +or
   $ maven build
       Build jars and wars
   
  +$ maven deploy-producer
  +    Deploys producer and testportlet
  +
   $ maven doc
       Build site documentation
   
   $ maven all
  -    Build jars, wars and site
  +    Build jars, wars and site, deploy producer
   
   $ maven clean
       Remove all generated artifacts
  \ No newline at end of file