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
Post a Comment