taylor      2004/04/21 16:33:41

  Modified:    .        maven.xml
  Log:
  added PSML Import goal to Maven.xml
  
  Revision  Changes    Path
  1.17      +17 -1     jakarta-jetspeed/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/maven.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- maven.xml 21 Apr 2004 18:55:01 -0000      1.16
  +++ maven.xml 21 Apr 2004 23:33:41 -0000      1.17
  @@ -272,5 +272,21 @@
                        </java>         
           </j:if>
       </goal>
  -     
  +
  +    <!-- =================================================================== -->
  +    <!-- PSML Importer  prereqs="java:compile"                               -->
  +    <!-- =================================================================== -->
  +    <goal name="import" 
  +            description="Import PSML">
  +
  +        <java fork="true" 
classname="org.apache.jetspeed.services.psmlmanager.PsmlImporter" >
  +            <!-- comment this out to preserve existing profiles -->
  +                     <arg value="false"/>        
  +              <classpath>
  +                <path refid="maven.dependency.classpath"/>
  +                <pathelement path="${maven.build.dest}"/>
  +              </classpath>
  +        </java>
  +    </goal>
  +
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to