You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Adrian Shum <tc...@taifook.com> on 2010/07/23 12:49:29 UTC

Check for snapshot version

Dear all,
 
In Release plugin, during its prepare goal, it will determine if there
are snapshot dependencies 
in the project.  Is there any plugin that I can use to have solely this
function?
 
In fact I am trying to have a release flow but the flow of Release
plugin do not suit my need
very much (e.g. need to build during release, the way it handle scm
URLs, need to be snapshot
etc).  However I do need to know that no snapshot dependencies exists in
my project before
I do the tagging and pom modification.  Is there existing plugin to
achieve this?
 
Thanks
 
--
Best Regards,
AdRiAN ShUM
 


This email is confidential. If you are not the intended recipient, please delete it from your system and notify the sender immediately. Any unauthorized use, disclosure, dissemination or copying of this email is prohibited. Taifook Securities Group, its group companies and their content providers ("Parties") shall not be responsible for the accuracy or completeness of this email or its attachment, if any, which could contain virus, be corrupted, destroyed, incomplete, intercepted, lost or arrive late.   The Parties do not accept liability for any damage caused by this email.



Re: Check for snapshot version

Posted by Justin Edelson <ju...@gmail.com>.
You should be able to do this with the enforcer plugin and the
requireReleaseDeps rule.

On 7/23/10 6:49 AM, Adrian Shum wrote:
> Dear all,
>  
> In Release plugin, during its prepare goal, it will determine if there
> are snapshot dependencies 
> in the project.  Is there any plugin that I can use to have solely this
> function?
>  
> In fact I am trying to have a release flow but the flow of Release
> plugin do not suit my need
> very much (e.g. need to build during release, the way it handle scm
> URLs, need to be snapshot
> etc).  However I do need to know that no snapshot dependencies exists in
> my project before
> I do the tagging and pom modification.  Is there existing plugin to
> achieve this?
>  
> Thanks
>  
> --
> Best Regards,
> AdRiAN ShUM
>  
> 
> 
> This email is confidential. If you are not the intended recipient, please delete it from your system and notify the sender immediately. Any unauthorized use, disclosure, dissemination or copying of this email is prohibited. Taifook Securities Group, its group companies and their content providers ("Parties") shall not be responsible for the accuracy or completeness of this email or its attachment, if any, which could contain virus, be corrupted, destroyed, incomplete, intercepted, lost or arrive late.   The Parties do not accept liability for any damage caused by this email.
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org