]
Radim Hopp closed JBIDE-14553.
------------------------------
Verified in JBT 4.2.0.CR1. Closing.
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: Rastislav Wagner
Labels: new_and_noteworthy
Fix For: 4.2.0.CR1
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.