You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2010/12/30 06:57:45 UTC

[jira] Commented: (OODT-73) Remove references to the incubator from the project site and pom.xml's

    [ https://issues.apache.org/jira/browse/OODT-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975973#action_12975973 ] 

Chris A. Mattmann commented on OODT-73:
---------------------------------------

*ping*, Camaroon, any progress on this? 

You could probably do a grep at the top level, something like this:

{noformat}
find . -name "pom.xml" -print | xargs grep "incubator"
{noformat}

Which produces the following output:

{noformat}
./core/pom.xml:    <url>http://incubator.apache.org/oodt/${project.artifactId}</url>
./core/pom.xml:              <subscribe>oodt-dev-subscribe@incubator.apache.org</subscribe>
./core/pom.xml:              <unsubscribe>oodt-dev-unsubscribe@incubator.apache.org</unsubscribe>
./core/pom.xml:              <post>oodt-dev@incubator.apache.org</post>
./core/pom.xml:              <archive>http://mail-archives.apache.org/mod_mbox/incubator-oodt-dev/</archive>
./core/pom.xml:              <subscribe>oodt-commits-subscribe@incubator.apache.org</subscribe>
./core/pom.xml:              <unsubscribe>oodt-commits-unsubscribe@incubator.apache.org</unsubscribe>
./core/pom.xml:              <archive>http://mail-archives.apache.org/mod_mbox/incubator-oodt-commits/</archive>
./core/pom.xml:              <subscribe>oodt-private-subscribe@incubator.apache.org</subscribe>
./core/pom.xml:              <unsubscribe>oodt-private-unsubscribe@incubator.apache.org</unsubscribe>
./core/pom.xml:              <post>oodt-private@incubator.apache.org</post>
./core/pom.xml:        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/oodt/trunk/${project.artifactId}</connection>
./core/pom.xml:        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/oodt/trunk/${project.artifactId}</developerConnection>
./core/pom.xml:        <url>http://svn.apache.org/viewvc/incubator/oodt/trunk/${project.artifactId}/</url>
./core/pom.xml:        <url>http://incubator.apache.org/</url>
./core/pom.xml:            <id>incubator-oodt-repo-loc</id>
./core/pom.xml:            <url>scp://minotaur.apache.org/www/www.apache.org/dist/incubator/oodt</url>
./core/pom.xml:            <id>incubator-oodt-site-loc</id>
{noformat}

> Remove references to the incubator from the project site and pom.xml's
> ----------------------------------------------------------------------
>
>                 Key: OODT-73
>                 URL: https://issues.apache.org/jira/browse/OODT-73
>             Project: OODT
>          Issue Type: Bug
>          Components: build proces
>    Affects Versions: 0.1-incubating
>            Reporter: Cameron Goodale
>            Assignee: Cameron Goodale
>             Fix For: 0.2
>
>
> While pouring over the pom.xml's and trying to fix OODT-63, I have seen several references to the incubator within <url> tags that need to be cleaned up.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.