[
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>[email protected]</subscribe>
./core/pom.xml:
<unsubscribe>[email protected]</unsubscribe>
./core/pom.xml: <post>[email protected]</post>
./core/pom.xml:
<archive>http://mail-archives.apache.org/mod_mbox/incubator-oodt-dev/</archive>
./core/pom.xml:
<subscribe>[email protected]</subscribe>
./core/pom.xml:
<unsubscribe>[email protected]</unsubscribe>
./core/pom.xml:
<archive>http://mail-archives.apache.org/mod_mbox/incubator-oodt-commits/</archive>
./core/pom.xml:
<subscribe>[email protected]</subscribe>
./core/pom.xml:
<unsubscribe>[email protected]</unsubscribe>
./core/pom.xml: <post>[email protected]</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.