You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Wendy Smoak <ws...@gmail.com> on 2006/11/03 04:36:18 UTC

Both 'maven' poms need updates

On both the trunk maven/components/pom.xml and the 2.0 branch
maven-2.0.x/pom.xml,
 - the poms have minotaur.a.o when it should be people.a.o, and
 - the <id> for the site doesn't match the development procedures
   http://docs.codehaus.org/display/MAVEN/Development+Procedures

Can someone please fix them?

Index: pom.xml
===================================================================
--- pom.xml	(revision 470623)
+++ pom.xml	(working copy)
@@ -149,8 +149,8 @@
   </dependencyManagement>
   <distributionManagement>
     <site>
-      <id>website</id>
-      <url>scp://minotaur.apache.org/www/maven.apache.org/ref/${project.version}</url>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}</url>
     </site>
   </distributionManagement>
 </project>

Thanks,
-- 
Wendy

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


Re: Both 'maven' poms need updates

Posted by Carlos Sanchez <ca...@apache.org>.
i think the id field should be apache.org

On 11/2/06, Wendy Smoak <ws...@gmail.com> wrote:
> On both the trunk maven/components/pom.xml and the 2.0 branch
> maven-2.0.x/pom.xml,
>  - the poms have minotaur.a.o when it should be people.a.o, and
>  - the <id> for the site doesn't match the development procedures
>    http://docs.codehaus.org/display/MAVEN/Development+Procedures
>
> Can someone please fix them?
>
> Index: pom.xml
> ===================================================================
> --- pom.xml     (revision 470623)
> +++ pom.xml     (working copy)
> @@ -149,8 +149,8 @@
>    </dependencyManagement>
>    <distributionManagement>
>      <site>
> -      <id>website</id>
> -      <url>scp://minotaur.apache.org/www/maven.apache.org/ref/${project.version}</url>
> +      <id>apache.website</id>
> +      <url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}</url>
>      </site>
>    </distributionManagement>
>  </project>
>
> Thanks,
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


-- 
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

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


Re: Both 'maven' poms need updates

Posted by Wendy Smoak <ws...@gmail.com>.
On 11/2/06, Wendy Smoak <ws...@gmail.com> wrote:
> On both the trunk maven/components/pom.xml and the 2.0 branch
> maven-2.0.x/pom.xml,
>  - the poms have minotaur.a.o when it should be people.a.o, and
>  - the <id> for the site doesn't match the development procedures
>    http://docs.codehaus.org/display/MAVEN/Development+Procedures
>
> Can someone please fix them?

Thanks, Brett. :)

-- 
Wendy

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