[
https://issues.jboss.org/browse/JBIDE-18486?page=com.atlassian.jira.plugi...
]
Fred Bricon commented on JBIDE-18486:
-------------------------------------
With your PR, an empty layout node is generated :
{noformat}
<profile>
<id>FOO</id>
<repositories>
<repository>
<id>foo</id>
<name>Foooo</name>
<url>file://foo</url>
<layout/>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>foo</id>
<name>Foooo</name>
<url>file://foo</url>
<layout/>
</pluginRepository>
</pluginRepositories>
</profile>
{noformat}
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 ?
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)