mirror of https://github.com/apache/archiva.git
checkbox toggle on snapshot working correctly, releases and indexed are still being finicky, need to look to other sources that might be keeping this from working correctly
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541703 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a58ca0bb51
commit
fd3c19b4f0
|
@ -24,6 +24,6 @@
|
|||
<ww:select list="#@java.util.LinkedHashMap@{'default' : 'Maven 2.x Repository', 'legacy' : 'Maven 1.x Repository'}"
|
||||
name="repository.layout" label="Type"/>
|
||||
<ww:textfield name="repository.refreshCronExpression" label="Cron" size="40" required="true" />
|
||||
<ww:checkbox name="repository.releases" fieldValue="true" label="Releases Included"/>
|
||||
<ww:checkbox name="repository.snapshots" fieldValue="false" label="Snapshots Included"/>
|
||||
<ww:checkbox name="repository.indexed" fieldValue="true" label="Scannable"/>
|
||||
<ww:checkbox name="repository.releases" label="Releases Included"/>
|
||||
<ww:checkbox name="repository.snapshots" label="Snapshots Included"/>
|
||||
<ww:checkbox name="repository.indexed" label="Scannable"/>
|
||||
|
|
Loading…
Reference in New Issue