You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/03/02 05:59:16 UTC

svn commit: r155877 - in maven/maven-1/plugins-sandbox/trunk: ./ cactus-jcoverage-integration/ cactus-jcoverage-integration/xdocs/ itest/ itest/xdocs/ modello/ modello/xdocs/ plugin-parent/ surefire/ webstart/ xdocs/

Author: brett
Date: Tue Mar  1 20:59:12 2005
New Revision: 155877

URL: http://svn.apache.org/viewcvs?view=rev&rev=155877
Log:
properties update for site

Added:
    maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/xdocs/
    maven/maven-1/plugins-sandbox/trunk/itest/xdocs/
    maven/maven-1/plugins-sandbox/trunk/modello/xdocs/
    maven/maven-1/plugins-sandbox/trunk/xdocs/
Removed:
    maven/maven-1/plugins-sandbox/trunk/.cvsignore
    maven/maven-1/plugins-sandbox/trunk/itest/.cvsignore
    maven/maven-1/plugins-sandbox/trunk/plugin-parent/.cvsignore
    maven/maven-1/plugins-sandbox/trunk/surefire/.cvsignore
Modified:
    maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/   (props changed)
    maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/project.xml
    maven/maven-1/plugins-sandbox/trunk/itest/project.xml
    maven/maven-1/plugins-sandbox/trunk/modello/project.xml
    maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties
    maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.xml
    maven/maven-1/plugins-sandbox/trunk/project.properties
    maven/maven-1/plugins-sandbox/trunk/project.xml
    maven/maven-1/plugins-sandbox/trunk/surefire/project.xml
    maven/maven-1/plugins-sandbox/trunk/webstart/project.xml

Propchange: maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Mar  1 20:59:12 2005
@@ -0,0 +1 @@
+target

Modified: maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/project.xml?view=diff&r1=155876&r2=155877
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/project.xml Tue Mar  1 20:59:12 2005
@@ -30,18 +30,17 @@
   <url>http://maven.apache.org/reference/plugins/sandbox/cactus-jcoverage-integration/</url>
   <!-- <issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl> -->
   <siteAddress>maven.apache.org</siteAddress>
-  <siteDirectory>/www/maven.apache.org/reference/plugins/sandbox/cactus-jcoverage-integration/</siteDirectory>
-  <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins-sandbox/cactus-jcoverage-integration</connection>
-    <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins-sandbox/cactus-jcoverage-integration</developerConnection>
-    <url>http://cvs.apache.org/viewcvs/maven-plugins-sandbox/cactus-jcoverage-integration/</url>
-  </repository>
+  <siteDirectory>/www/maven.apache.org/plugins-sandbox/cactus-jcoverage-integration/</siteDirectory>
+    <repository>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/</developerConnection>
+      <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/</url>
+    </repository>
   <developers>
     <developer>
       <name>Brett Porter</name>
       <id>brett</id>
       <email>brett@apache.org</email>
-      <organization>Fairfax Digital</organization>
       <roles>
         <role>Developer</role>
       </roles>

Modified: maven/maven-1/plugins-sandbox/trunk/itest/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/itest/project.xml?view=diff&r1=155876&r2=155877
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/itest/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/itest/project.xml Tue Mar  1 20:59:12 2005
@@ -19,22 +19,19 @@
 <project>
     <pomVersion>3</pomVersion>
     <!--extend>${basedir}/../../etc/project.xml</extend-->
+  <extend>../plugin-parent/project.xml</extend>
     
     <id>maven-itest-plugin</id>
     <name>Maven Integration Test Plug-in</name>
     <currentVersion>1.0</currentVersion>
     <description>Run JUnit tests on artifacts such as jars, ejbs, wars, ears.</description>
     <shortDescription>Run JUnit integration tests</shortDescription>
-    <url>http://maven.apache.org/reference/plugins/itest/</url>
-    <issueTrackingUrl>http://jira.codehaus.org/browse/MPTEST</issueTrackingUrl>
-    <siteDirectory>/www/maven.apache.org/reference/plugins/itest/</siteDirectory>
-    <url>http://maven.apache.org/reference/plugins/itest/</url>
-    <issueTrackingUrl>http://jira.codehaus.org/browse/MPTEST</issueTrackingUrl>
-    <siteDirectory>/www/maven.apache.org/reference/plugins/itest/</siteDirectory>
+    <url>http://maven.apache.org/plugins-sandbox/itest/</url>
+    <siteDirectory>/www/maven.apache.org/plugins-sandbox/itest/</siteDirectory>
     <repository>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/test/</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/itest/</developerConnection>
-      <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/itest/</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/itest/</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/itest/</developerConnection>
+      <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/itest/</url>
     </repository>
   <versions>
     <version>

Modified: maven/maven-1/plugins-sandbox/trunk/modello/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/modello/project.xml?view=diff&r1=155876&r2=155877
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/modello/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/modello/project.xml Tue Mar  1 20:59:12 2005
@@ -25,18 +25,18 @@
   <currentVersion>0.9-SNAPSHOT</currentVersion>
   <inceptionYear>2004</inceptionYear>
   <siteAddress>maven.apache.org</siteAddress>
-  <siteDirectory>/www/maven.apache.org/reference/plugins/sandbox/modello/</siteDirectory>
-  <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins-sandbox/modello</connection>
-    <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins-sandbox/modello</developerConnection>
-    <url>http://cvs.apache.org/viewcvs/maven-plugins-sandbox/modello</url>
-  </repository>
+  <siteDirectory>/www/maven.apache.org/plugins-sandbox/modello/</siteDirectory>
+  <url>http://maven.apache.org/plugins-sandbox/modello/</url>
+    <repository>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/modello/</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/modello/</developerConnection>
+      <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/modello/</url>
+    </repository>
   <developers>
     <developer>
       <name>Brett Porter</name>
       <id>brett</id>
       <email>brett@apache.org</email>
-      <organization>Fairfax Digital</organization>
       <roles>
         <role>Developer</role>
       </roles>
@@ -44,11 +44,6 @@
     </developer>
   </developers>
   <dependencies>
-    <dependency>
-      <groupId>plexus</groupId>
-      <artifactId>plexus-container-api</artifactId>
-      <version>1.0-alpha-1-SNAPSHOT</version>
-    </dependency>
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-container-default</artifactId>

Modified: maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties?view=diff&r1=155876&r2=155877
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties Tue Mar  1 20:59:12 2005
@@ -53,3 +53,6 @@
 maven.compile.source=1.3
 
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+maven.site.stage.address=www.apache.org
+maven.site.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
+maven.site.deploy.method=rsync

Modified: maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.xml?view=diff&r1=155876&r2=155877
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.xml Tue Mar  1 20:59:12 2005
@@ -32,11 +32,11 @@
   </organization>
   <inceptionYear>2001</inceptionYear>
   <package>org.apache.maven</package>
-  <logo>http://maven.apache.org/images/maven.gif</logo>
+  <logo>http://maven.apache.org/images/maven-small.gif</logo>
 
   <issueTrackingUrl>http://jira.codehaus.org/browse/MAVEN</issueTrackingUrl>
   <siteAddress>maven.apache.org</siteAddress>
-  <siteDirectory>/www/maven.apache.org/reference/plugins-sandbox/</siteDirectory>
+  <siteDirectory>/www/maven.apache.org/plugins-sandbox/</siteDirectory>
   <distributionSite>cvs.apache.org</distributionSite>
   <distributionDirectory>/www/cvs.apache.org/repository/</distributionDirectory>
 
@@ -58,6 +58,7 @@
 
   <repository>
     <connection>scm:svn:http://svn.apache.org/repos/asf:maven/maven-1/plugins-sandbox/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf:maven/maven-1/plugins-sandbox/trunk/</developerConnection>
     <url>http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/</url>
   </repository>
   

Modified: maven/maven-1/plugins-sandbox/trunk/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/project.properties?view=diff&r1=155876&r2=155877
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/project.properties (original)
+++ maven/maven-1/plugins-sandbox/trunk/project.properties Tue Mar  1 20:59:12 2005
@@ -40,3 +40,6 @@
 maven.xdoc.date = left
 maven.xdoc.date.format = dd MMMM yyyy HH:mm z
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+maven.site.stage.address=www.apache.org
+maven.site.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
+maven.site.deploy.method=rsync

Modified: maven/maven-1/plugins-sandbox/trunk/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/project.xml?view=diff&r1=155876&r2=155877
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/project.xml Tue Mar  1 20:59:12 2005
@@ -30,11 +30,11 @@
   </organization>
   <inceptionYear>2001</inceptionYear>
   <package>org.apache.maven</package>
-  <logo>http://maven.apache.org/images/maven.gif</logo>
+  <logo>http://maven.apache.org/images/maven-small.gif</logo>
 
   <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10030</issueTrackingUrl>
   <siteAddress>maven.apache.org</siteAddress>
-  <siteDirectory>/www/maven.apache.org/reference/plugins-sandbox/</siteDirectory>
+  <siteDirectory>/www/maven.apache.org/plugins-sandbox/</siteDirectory>
   <distributionSite>cvs.apache.org</distributionSite>
   <distributionDirectory>/www/cvs.apache.org/repository/</distributionDirectory>
 

Modified: maven/maven-1/plugins-sandbox/trunk/surefire/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/surefire/project.xml?view=diff&r1=155876&r2=155877
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/surefire/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/surefire/project.xml Tue Mar  1 20:59:12 2005
@@ -26,13 +26,15 @@
   <currentVersion>1.0-SNAPSHOT</currentVersion>
   <description>Run surefire tests</description>
   <shortDescription>surefire Tests</shortDescription>
-  <url>http://maven.apache.org/reference/plugins/surefire/</url>
+  <url>http://maven.apache.org/plugins-sandbox/surefire/</url>
   <issueTrackingUrl>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10550</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/reference/plugins/surefire/</siteDirectory>
+  <siteDirectory>/www/maven.apache.org/plugins-sandox/surefire/</siteDirectory>
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/surefire/</connection>
-    <url>http://cvs.apache.org/viewcvs/maven-plugins/surefire/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf:maven/maven-1/plugins-sandbox/trunk/surefire/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf:maven/maven-1/plugins-sandbox/trunk/surefire/</developerConnection>
+    <url>http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/surefire/</url>
   </repository>
+  
   <developers>
     <developer>
       <name>Jason van Zyl</name>
@@ -60,11 +62,6 @@
       <version>1.0-rc2</version>
       <jar>maven.jar</jar>
     </dependency>
-    <dependency>
-      <groupId>maven</groupId>
-      <artifactId>maven-surefire-plugin</artifactId>
-      <version>2.0-SNAPSHOT</version>
-    </dependency>        
   </dependencies>
   
   <reports>

Modified: maven/maven-1/plugins-sandbox/trunk/webstart/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/webstart/project.xml?view=diff&r1=155876&r2=155877
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/webstart/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/webstart/project.xml Tue Mar  1 20:59:12 2005
@@ -27,9 +27,9 @@
     Provides goals related to using Java Webstart
   </description>
   <shortDescription>Maven Webstart Plugin</shortDescription>
-  <url>http://maven.apache.org/reference/plugins/webstart/</url>
+  <url>http://maven.apache.org/plugins-sandbox/webstart/</url>
   <issueTrackingUrl>http://jira.codehaus.org/browse/MPWEBSTART</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/reference/plugins/webstart/</siteDirectory>
+  <siteDirectory>/www/maven.apache.org/plugins-sandbox/webstart/</siteDirectory>
   <repository>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/webstart/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/webstart/</developerConnection>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org