[webbeans-issues] [JBoss JIRA] Created: (WBRI-219) Use SNAPSHOT policy never for all SNAPSHOT dependencies
Sahoo Sahoo (JIRA)
jira-events at lists.jboss.org
Sat Apr 4 14:10:22 EDT 2009
Use SNAPSHOT policy never for all SNAPSHOT dependencies
-------------------------------------------------------
Key: WBRI-219
URL: https://jira.jboss.org/jira/browse/WBRI-219
Project: Web Beans
Issue Type: Bug
Environment: generic
Reporter: Sahoo Sahoo
Current pom.xmls in webbeans/ri/trunk have quite a few SNAPSHOT dependency. e.g., jsr299-tck-impl. Imagine a developer doing this:
day 1: svn up, mvn clean install // This refreshed maven-repo-local with a new copy of jsr299-tck-impl
day 2: mvn install // This again brings a newer copy of jsr299-tck-impl.
Who guarantees that the latest copy of jsr299-tck-impl is compatible with svn rev corresponding to previous day? Nobody.
So, I suggest the SNAPSHOT update policy be set to NEVER so that user can run mvn -U when they refresh the workspace.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list