]
Radim Hopp closed JBIDE-18486.
------------------------------
Verified in JBT 4.2.0.CR2. Closing
Default values for repository snapshots and releases
----------------------------------------------------
Key: JBIDE-18486
URL:
https://issues.jboss.org/browse/JBIDE-18486
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: maven
Affects Versions: 4.2.0.CR1
Reporter: Rastislav Wagner
Assignee: Rastislav Wagner
Fix For: 4.2.0.CR2
Current default values when creating new repository via Configure Maven Repositories
are:
snapshots - disabled, policy - daily
releases - enabled, policy - never
According to maven website, default values for both should be enabled and policy daily.
See
http://maven.apache.org/ref/3.2.3/maven-settings/settings.html
Shouldn't we align these values with maven docs ?