Pierre-Arnaud Marcelot schrieb:
> On Wed, Sep 17, 2008 at 3:36 PM, Felix Knecht <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
>
> Either this (with the problems we need to solve to 'release' something
> containing SNAPSHOT version (parent pom in studio pom) or release
> a new
> TLP pom.
> See also
> http://www.archivum.info/[email protected]/2008-09/msg00692.html
>
> I didn't felt like releasing 2 days in sequence a TLP pom but if you
> think it's helpful and needed why not
>
>
> Same thing here, I think it's useless. Even more if there's no
> modification in the TLP pom...
>
It is, that's why it'd needed to be deployed ;-)
Index: pom.xml
===================================================================
--- pom.xml (revision 695741)
+++ pom.xml (working copy)
@@ -181,6 +181,14 @@
<url>http://svn.apache.org/viewvc/directory/project/trunk</url>
</scm>
+ <properties>
+ <!-- ================================================ -->
+ <!-- The use an alternative deployment repository see -->
+ <!-- http://cwiki.apache.org/confluence/x/0dc -->
+ <!-- ================================================ -->
+ <release.altDeploymentRepository />
+ </properties>
+
<build>
<!-- ======================= WARNING ========================== -->
<!-- Only put pluginManagement info in this pom for plugins -->
@@ -412,7 +420,7 @@
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<goals>deploy</goals>
- <arguments>-Prelease</arguments>
+ <arguments>-Prelease
${release.altDeploymentRepository}</arguments>
</configuration>
</plugin>
> Pierre-Arnaud
>