You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/12/15 23:20:54 UTC

svn commit: r726848 - /maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml

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-it-support/core-it-plugins/pom.xml?rev=726848&r1=726847&r2=726848&view=diff
==============================================================================
--- 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/core-it-support/core-it-plugins</developerConnection>
     <url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-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</url>
+    </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-snapshots</distMgmtSnapshotsUrl>
+  </properties>
 
   <build>
     <pluginManagement>



RE: svn commit: r726848 - /maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
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:brett@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 <br...@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-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r726848 - /maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml

Posted by Brett Porter <br...@porterclan.net>.
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 <br...@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-it-support/core-it-plugins/pom.xml?rev=726848&r1=726847&r2=726848&view=diff
>
> ==============================================================================
> ---
> 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/core-it-support/core-it-plugins
> </developerConnection>
>     <url>
> http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-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</url>
> +    </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-snapshots
> </distMgmtSnapshotsUrl>
> +  </properties>
>
>   <build>
>     <pluginManagement>
>
>
>


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