jar - Maven SNAPSHOT for WAR projects too? -


i'm using maven's 'snapshot' feature jar projects. want keep consistent, in terms of versioning, but: make sense use feature war projects well? should use this:

<version>1.0-snapshot</version> <packaging>war</packaging> 

or this?

<version>1.0</version> <packaging>war</packaging> 

why wouldn't?you can use snapshot in whatever project want long means application under development.


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -