henning     2004/08/16 16:23:34

  Modified:    .        Tag: TURBINE_2_3_BRANCH project.xml
                        project.properties
  Log:
  Bring the site generation in shape. Add the apache maven repository for
  building.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.136.2.8 +27 -12    jakarta-turbine-2/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/project.xml,v
  retrieving revision 1.136.2.7
  retrieving revision 1.136.2.8
  diff -u -r1.136.2.7 -r1.136.2.8
  --- project.xml       16 Aug 2004 22:57:47 -0000      1.136.2.7
  +++ project.xml       16 Aug 2004 23:23:34 -0000      1.136.2.8
  @@ -35,7 +35,13 @@
     <gumpRepositoryId>jakarta</gumpRepositoryId>
   
     <shortDescription>A servlet based framework.</shortDescription>
  -  <description>Turbine is a servlet based framework that allows experienced Java 
developers to quickly build secure web applications. Parts of Turbine can also be used 
independently of the web portion of Turbine as well. In other words, we strive to make 
portions of Turbine easily available for use in other applications.</description>
  +  <description>
  +    Turbine is a servlet based framework that allows experienced Java
  +    developers to quickly build secure web applications. Parts of Turbine
  +    can also be used independently of the web portion of Turbine as
  +    well. In other words, we strive to make portions of Turbine easily
  +    available for use in other applications.
  +  </description>
     <url>http://jakarta.apache.org/turbine/turbine-2.3/</url>
     <issueTrackingUrl>http://issues.apache.org/scarab/issues</issueTrackingUrl>
     <siteAddress>jakarta.apache.org</siteAddress>
  @@ -483,10 +489,6 @@
         <url>http://java.sun.com/products/jndi/</url>
         <type>jar</type>
       </dependency>
  -
  -    <!-- ORO must be loaded before Jython, as Jython includes some ORO -->
  -    <!-- classes which cause the Maven JXR plug-in to fail. -->
  -
       <dependency>
         <groupId>oro</groupId>
         <artifactId>oro</artifactId>
  @@ -525,7 +527,7 @@
       <dependency>
         <groupId>stratum</groupId>
         <artifactId>stratum</artifactId>
  -      <version>1.0-b3</version>
  +      <version>1.0-b5</version>
         <url>http://jakarta.apache.org/turbine/stratum/</url>
         <type>jar</type>
       </dependency>
  @@ -601,6 +603,15 @@
         <type>jar</type>
       </dependency>
   
  +    <!-- Ah well. And then there is maven...  -->
  +
  +    <dependency>
  +      <groupId>maven</groupId>
  +      <artifactId>maven-pmd-plugin</artifactId>
  +      <version>1.6</version>
  +      <type>plugin</type>
  +    </dependency>
  +
     </dependencies>
   
     <build>
  @@ -631,9 +642,7 @@
     </build>
   
     <reports>
  -    <!--
       <report>maven-jdepend-plugin</report>
  -    -->
       <report>maven-checkstyle-plugin</report>
       <report>maven-changes-plugin</report>
       <report>maven-changelog-plugin</report>
  @@ -641,12 +650,18 @@
       <report>maven-file-activity-plugin</report>
       <report>maven-javadoc-plugin</report>
       <report>maven-jxr-plugin</report>
  -    <!--
  +    <report>maven-pmd-plugin</report>
  +    <report>maven-jcoverage-plugin</report>
  +    <report>maven-simian-plugin</report>
       <report>maven-junit-report-plugin</report>
  +<!--
       <report>maven-linkcheck-plugin</report>
  -    -->
  +===========================================================
  +Help wanted. The tasklist plugin simply crashes the report
  +build, no matter where in the report sequence it is put.
  +Looks like a maven bug. 
  +===========================================================
       <report>maven-tasklist-plugin</report>
  -
  +-->
     </reports>
  -
   </project>
  
  
  
  1.24.2.2  +4 -2      jakarta-turbine-2/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/project.properties,v
  retrieving revision 1.24.2.1
  retrieving revision 1.24.2.2
  diff -u -r1.24.2.1 -r1.24.2.2
  --- project.properties        30 Mar 2004 15:23:20 -0000      1.24.2.1
  +++ project.properties        16 Aug 2004 23:23:34 -0000      1.24.2.2
  @@ -29,7 +29,7 @@
   # contain all the jars needed to build Turbine, even if a jar
   # is missing on ibiblio
   #========================================================================
  
-#maven.repo.remote=http://www.ibiblio.org/maven/,http://jakarta.apache.org/turbine/repo
  
+maven.repo.remote=http://www.ibiblio.org/maven/,http://www.apache.org/dist/java-repository/
   
   maven.checkstyle.format = turbine
   #maven.home = ${user.home}/maven
  @@ -43,6 +43,8 @@
   compile.optimize = off
   compile.deprecation = off
   maven.compile.deprecation = off
  +maven.test.ignore.failures=false
  +maven.junit.fork=true
   
   # -------------------------------------------------------------------
   # C A C T U S  T E S T  P R O P E R T I E S
  
  
  

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

Reply via email to