]
Rastislav Wagner commented on JBIDE-18486:
------------------------------------------
PR updated - same policy is applied for repo layout - if no layout or default is set, we
dont need to generate layout tag.
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
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 ?