You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by go...@apache.org on 2011/07/11 20:06:27 UTC

svn commit: r1145265 - in /oodt/trunk: app/fmbrowser/ catalog/ commons/ core/ crawler/ curator/ filemgr/ grid/ metadata/ opendapps/ product/ profile/ pushpull/ resource/ webapp/fmbrowser/ webapp/wmonitor/ xmlquery/

Author: goodale
Date: Mon Jul 11 18:06:27 2011
New Revision: 1145265

URL: http://svn.apache.org/viewvc?rev=1145265&view=rev
Log:
fix OODT-146 - Cleaned up the repository information on a component by component basis.  This was the only way to ensure the source-respository.html page would be rendered properly for each component using the mvn site command.

Modified:
    oodt/trunk/app/fmbrowser/pom.xml
    oodt/trunk/catalog/pom.xml
    oodt/trunk/commons/pom.xml
    oodt/trunk/core/pom.xml
    oodt/trunk/crawler/pom.xml
    oodt/trunk/curator/pom.xml
    oodt/trunk/filemgr/pom.xml
    oodt/trunk/grid/pom.xml
    oodt/trunk/metadata/pom.xml
    oodt/trunk/opendapps/pom.xml
    oodt/trunk/product/pom.xml
    oodt/trunk/profile/pom.xml
    oodt/trunk/pushpull/pom.xml
    oodt/trunk/resource/pom.xml
    oodt/trunk/webapp/fmbrowser/pom.xml
    oodt/trunk/webapp/wmonitor/pom.xml
    oodt/trunk/xmlquery/pom.xml

Modified: oodt/trunk/app/fmbrowser/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/app/fmbrowser/pom.xml?rev=1145265&r1=1145264&r2=1145265&view=diff
==============================================================================
--- oodt/trunk/app/fmbrowser/pom.xml (original)
+++ oodt/trunk/app/fmbrowser/pom.xml Mon Jul 11 18:06:27 2011
@@ -29,6 +29,11 @@ the License.
      provides the user of the CAS File Manager with a graphical environment in which they
      can view archived products' metadata, query for products with particular metadata, 
      and export results of queries to the MS Excel(c) file format.</description>
+  <scm>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/app/fmbrowser</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/app/fmbrowser</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/app/fmbrowser</url>
+  </scm>
   <build>
     <plugins />
   </build>

Modified: oodt/trunk/catalog/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/catalog/pom.xml?rev=1145265&r1=1145264&r2=1145265&view=diff
==============================================================================
--- oodt/trunk/catalog/pom.xml (original)
+++ oodt/trunk/catalog/pom.xml Mon Jul 11 18:06:27 2011
@@ -30,6 +30,11 @@
   are mapped to a common dictionary, and then integrated locally so that
   they may be queried across and ingested into.
   </description>
+  <scm>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/catalog</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/catalog</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/catalog</url>
+  </scm>
   <profiles>
     <profile>
       <id>audit</id>
@@ -185,4 +190,18 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+<!-- 
+  <reporting>
+  	<plugins>
+  		<plugin>
+  			<groupId>org.apache.maven.plugins</groupId>
+  			<artifactId>maven-project-info-reports-plugin</artifactId>
+  			<version>2.4</version>
+  			<configuration>
+  				<checkoutDirectoryName>catalog</checkoutDirectoryName>
+  			</configuration>
+  		</plugin>
+  	</plugins>
+  </reporting>
+-->
 </project>

Modified: oodt/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/commons/pom.xml?rev=1145265&r1=1145264&r2=1145265&view=diff
==============================================================================
--- oodt/trunk/commons/pom.xml (original)
+++ oodt/trunk/commons/pom.xml Mon Jul 11 18:06:27 2011
@@ -28,6 +28,11 @@
   <name>Common Utilities</name>
   <packaging>jar</packaging>
   <description>Apache OODT Common Utilities Project</description>
+  <scm>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/commons</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/commons</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/commons</url>
+  </scm>
   <build>
     <resources>
         <resource>

Modified: oodt/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/core/pom.xml?rev=1145265&r1=1145264&r2=1145265&view=diff
==============================================================================
--- oodt/trunk/core/pom.xml (original)
+++ oodt/trunk/core/pom.xml Mon Jul 11 18:06:27 2011
@@ -269,6 +269,11 @@ the License.
         <name>Apache OODT</name>
         <url>http://oodt.apache.org/</url>
     </organization>
+    <scm>
+    	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/core</connection>
+    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/core</developerConnection>
+    	<url>http://svn.apache.org/viewvc/oodt/trunk/core</url>
+    </scm>
     <build>
         <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
         <testSourceDirectory>${basedir}/src/test</testSourceDirectory>

Modified: oodt/trunk/crawler/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/crawler/pom.xml?rev=1145265&r1=1145264&r2=1145265&view=diff
==============================================================================
--- oodt/trunk/crawler/pom.xml (original)
+++ oodt/trunk/crawler/pom.xml Mon Jul 11 18:06:27 2011
@@ -27,6 +27,11 @@ the License.
   <artifactId>cas-crawler</artifactId>
   <name>Catalog and Archive Crawling Framework</name>
   <description>The Catalog and Archive Service Crawling Framework.</description>
+  <scm>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/crawler</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/crawler</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/crawler</url>
+  </scm>
   <build>
     <plugins>
       <plugin>

Modified: oodt/trunk/curator/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/curator/pom.xml?rev=1145265&r1=1145264&r2=1145265&view=diff
==============================================================================
--- oodt/trunk/curator/pom.xml (original)
+++ oodt/trunk/curator/pom.xml Mon Jul 11 18:06:27 2011
@@ -28,6 +28,11 @@ the License.
   <packaging>war</packaging>
   <name>CAS Curation Interface</name>
   <description>A web application for managing policy for products and files and metadata that have been ingested via the CAS component.</description>
+  <scm>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/curator</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/curator</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/curator</url>
+  </scm>
   <build>
     <plugins /> 
   </build>

Modified: oodt/trunk/filemgr/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/filemgr/pom.xml?rev=1145265&r1=1145264&r2=1145265&view=diff
==============================================================================
--- oodt/trunk/filemgr/pom.xml (original)
+++ oodt/trunk/filemgr/pom.xml Mon Jul 11 18:06:27 2011
@@ -30,6 +30,11 @@
      provides some out of the box backend implementations of them (including one based
      on the javax.sql.DataSource interface). This component provides everything that you need
      to catalog, archive and manage files, and directories, and their associated metadata.</description>
+  <scm>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/filemgr</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/filemgr</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/filemgr</url>
+  </scm>
   <build>
     <plugins>
       <plugin>

Modified: oodt/trunk/grid/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/grid/pom.xml?rev=1145265&r1=1145264&r2=1145265&view=diff
==============================================================================
--- oodt/trunk/grid/pom.xml (original)
+++ oodt/trunk/grid/pom.xml Mon Jul 11 18:06:27 2011
@@ -57,6 +57,11 @@ the License.
     profiles.  Further, it provides a password-protected mechanism to
     add new sets of product and profile query handlers, enabling
     seamless activation of additional capabilities.</description>
+  <scm>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/grid</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/grid</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/grid</url>
+  </scm>
   <build>
     <plugins>
       <plugin>

Modified: oodt/trunk/metadata/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/metadata/pom.xml?rev=1145265&r1=1145264&r2=1145265&view=diff
==============================================================================
--- oodt/trunk/metadata/pom.xml (original)
+++ oodt/trunk/metadata/pom.xml Mon Jul 11 18:06:27 2011
@@ -36,6 +36,11 @@ the License.
 	container. Since all values are stored internally as string vectors, the difference
 	between a scalar value and a non-scalar is handled by determining whether the list of
 	values for a particular key is greater than 1.</description>
+  <scm>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/metadata</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/metadata</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/metadata</url>
+  </scm>
   <build>
     <resources>
       <resource>

Modified: oodt/trunk/opendapps/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/opendapps/pom.xml?rev=1145265&r1=1145264&r2=1145265&view=diff
==============================================================================
--- oodt/trunk/opendapps/pom.xml (original)
+++ oodt/trunk/opendapps/pom.xml Mon Jul 11 18:06:27 2011
@@ -14,6 +14,11 @@ $Id$
   are configured via an XML configuration file, providing information on how 
   to extract and translate datasets from OPeNDAP and THREDDS into OODT profiles.
   </description> 
+  <scm>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/opendapps</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/opendapps</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/opendapps</url>
+  </scm>
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>

Modified: oodt/trunk/product/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/product/pom.xml?rev=1145265&r1=1145264&r2=1145265&view=diff
==============================================================================
--- oodt/trunk/product/pom.xml (original)
+++ oodt/trunk/product/pom.xml Mon Jul 11 18:06:27 2011
@@ -34,6 +34,11 @@
         formats and into Internet standard formats or run other transformations, all
         without impacting local stores or operations.
     </description>
+    <scm>
+   		<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/product</connection>
+   		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/product</developerConnection>
+   		<url>http://svn.apache.org/viewvc/oodt/trunk/product</url>
+    </scm>
     <build>
         <resources>
             <resource>

Modified: oodt/trunk/profile/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/profile/pom.xml?rev=1145265&r1=1145264&r2=1145265&view=diff
==============================================================================
--- oodt/trunk/profile/pom.xml (original)
+++ oodt/trunk/profile/pom.xml Mon Jul 11 18:06:27 2011
@@ -31,6 +31,11 @@
     Dublin Core and ISO-11179 metadata as well as URIs for locations.
     The Profile Service catalogs metadata descriptions and provides
     creating, updating, and querying capabilities.</description>
+  <scm>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/profile</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/profile</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/profile</url>
+  </scm>
   <build>
     <resources>
       <resource>

Modified: oodt/trunk/pushpull/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pushpull/pom.xml?rev=1145265&r1=1145264&r2=1145265&view=diff
==============================================================================
--- oodt/trunk/pushpull/pom.xml (original)
+++ oodt/trunk/pushpull/pom.xml Mon Jul 11 18:06:27 2011
@@ -26,6 +26,11 @@
   </parent> 
   <artifactId>cas-pushpull</artifactId>
   <name>CAS Push-Pull-Framework</name>
+  <scm>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/pushpull</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/pushpull</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/pushpull</url>
+  </scm>
  <build>
     <plugins>
       <plugin>

Modified: oodt/trunk/resource/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/resource/pom.xml?rev=1145265&r1=1145264&r2=1145265&view=diff
==============================================================================
--- oodt/trunk/resource/pom.xml (original)
+++ oodt/trunk/resource/pom.xml Mon Jul 11 18:06:27 2011
@@ -28,6 +28,11 @@ the License.
   <description>The resource management component of a Catalog and Archive Service. This component
      provides job management, and management of the underlying software system hardware
      and resources, such as disk space, computational resources, and shared identity.</description>
+  <scm>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/resource</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/resource</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/resource</url>
+  </scm>
   <build>
     <plugins>
       <plugin>

Modified: oodt/trunk/webapp/fmbrowser/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/webapp/fmbrowser/pom.xml?rev=1145265&r1=1145264&r2=1145265&view=diff
==============================================================================
--- oodt/trunk/webapp/fmbrowser/pom.xml (original)
+++ oodt/trunk/webapp/fmbrowser/pom.xml Mon Jul 11 18:06:27 2011
@@ -35,6 +35,11 @@ the License.
 		<slf4j.version>1.5.8</slf4j.version>
 		<log4j.version>1.2.14</log4j.version>
 	</properties>
+	<scm>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/fmbrowser</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/fmbrowser</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/webapp/fmbrowser</url>
+  </scm>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.wicket</groupId>

Modified: oodt/trunk/webapp/wmonitor/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/webapp/wmonitor/pom.xml?rev=1145265&r1=1145264&r2=1145265&view=diff
==============================================================================
--- oodt/trunk/webapp/wmonitor/pom.xml (original)
+++ oodt/trunk/webapp/wmonitor/pom.xml Mon Jul 11 18:06:27 2011
@@ -35,6 +35,11 @@ the License.
 		<slf4j.version>1.5.8</slf4j.version>
 		<log4j.version>1.2.14</log4j.version>
 	</properties>
+	<scm>
+   		<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/wmonitor</connection>
+   		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/wmonitor</developerConnection>
+   		<url>http://svn.apache.org/viewvc/oodt/trunk/webapp/wmonitor</url>
+  	</scm>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.wicket</groupId>

Modified: oodt/trunk/xmlquery/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/xmlquery/pom.xml?rev=1145265&r1=1145264&r2=1145265&view=diff
==============================================================================
--- oodt/trunk/xmlquery/pom.xml (original)
+++ oodt/trunk/xmlquery/pom.xml Mon Jul 11 18:06:27 2011
@@ -34,6 +34,11 @@
     query.  It's used by many other components as the standard way to
     pass a query and its results between servers, clients, nodes, and
     other components.</description>
+  <scm>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/xmlquery</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/xmlquery</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/trunk/xmlquery</url>
+  </scm>
   <build>
     <resources>
       <resource>