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-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/

Reply via email to