]
Fred Bricon reassigned JBIDE-14553:
-----------------------------------
Assignee: Fred Bricon (was: Snjezana Peco)
Add possibility to enable snapshots for repository
--------------------------------------------------
Key: JBIDE-14553
URL:
https://issues.jboss.org/browse/JBIDE-14553
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: maven
Affects Versions: 4.1.0.Beta1
Reporter: Rastislav Wagner
Assignee: Fred Bricon
Fix For: 4.1.x, 4.2.x
It would be quite useful if "Add Maven Repository" wizard was able to enable
snapshots for repository. Just add some checkbox "Enable snapshots" which would
change
{code}
<snapshots>
<enabled>$someValue</enabled>
<snapshots>
{code}
$someValue in settings.xml to true or false for particular repository.