DPascalBernard / maven-alfresco-archetypes

Automatically exported from code.google.com/p/maven-alfresco-archetypes
0 stars 0 forks source link

noSnapshotVersion does not work in distributionManagement #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using strip goal of v0.0.4 of maven-nosnapshot-plugin

I tried adding the ${noSnapshotVersion} into the
distributionManagement|site|url but it is not resolved during site-deploy.

Original issue reported on code.google.com by malac...@gmail.com on 21 May 2009 at 5:08

GoogleCodeExporter commented 9 years ago
I believe that no properties are properly expanded when in 
distributionManagement
URL. I normally avoid to put property in the <site> tag in 
<distributionManagement>
because the maven-site-plugin is nastily buggy on these sort of things.

BTW, this seems to me a won't fix, or very low prio.

Original comment by colum...@gmail.com on 24 Feb 2010 at 9:06

GoogleCodeExporter commented 9 years ago
Closing this with Won't Fix, since no properties should be interleaved there, 
especially when using the maven-release-plugin..

Also the whole purpose of having the noSnapshot plugin is to able to normally 
deploy snapshots but then being able to use them as alfresco modules.

Original comment by colum...@gmail.com on 15 Nov 2011 at 5:30