The snapshots are coming from CI. The releases will as well. Once Apache
gets LDAP setup, hopefully we can tap into it to make it easier. The
current security model isn't very scalable.

-----Original Message-----
From: Brett Porter [mailto:br...@porterclan.net] 
Sent: Tuesday, December 16, 2008 6:26 PM
To: dev@maven.apache.org
Subject: Re: svn commit: r726848 -
/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/po
m.xml

Er, I can't deploy there :)


Is that setting necessary? It should be inherited from the parent so any
CI
process that wants to deploy elsewhere can just
override distMgmtSnapshotsUrl from the command line, which I thought was
how
it was being done for everything else.


Cheers,

Brett

2008/12/16 <bri...@apache.org>

> Author: brianf
> Date: Mon Dec 15 14:20:54 2008
> New Revision: 726848
>
> URL: http://svn.apache.org/viewvc?rev=726848&view=rev
> Log:
> deploy the plugins to a repo
>
> Modified:
>
>
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom
.xml
>
> Modified:
>
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom
.xml
> URL:
>
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-i
t-support/core-it-plugins/pom.xml?rev=726848&r1=726847&r2=726848&view=di
ff
>
>
========================================================================
======
> ---
>
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom
.xml
> (original)
> +++
>
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom
.xml
> Mon Dec 15 14:20:54 2008
> @@ -64,6 +64,23 @@
>     <developerConnection>scm:svn:
>
https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/co
re-it-support/core-it-plugins
> </developerConnection>
>     <url>
>
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-i
t-support/core-it-plugins
> </url>
>   </scm>
> +  <distributionManagement>
> +    <repository>
> +      <id>maven.it</id>
> +      <name>Apache Maven Integration Testing Repository</name>
> +      <url>
>
http://repository.sonatype.org/content/repositories/maven-it-plugins</ur
l>
> +    </repository>
> +    <snapshotRepository>
> +      <id>maven.it</id>
> +      <name>${distMgmtSnapshotsName}</name>
> +      <url>${distMgmtSnapshotsUrl}</url>
> +    </snapshotRepository>
> +  </distributionManagement>
> +
> +  <properties>
> +    <distMgmtSnapshotsName>Apache Maven Integration Testing Snapshot
> Repository</distMgmtSnapshotsName>
> +    <distMgmtSnapshotsUrl>
>
http://repository.sonatype.org/content/repositories/maven-it-plugin-snap
shots
> </distMgmtSnapshotsUrl>
> +  </properties>
>
>   <build>
>     <pluginManagement>
>
>
>


-- 
Brett Porter
http://blogs.exist.com/bporter/

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

Reply via email to