mirror of https://github.com/apache/archiva.git
i18n resources from redback now have a new package as to be shared they are now located in a new artifact
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1202101 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
09d0dd1c0e
commit
6d91ae5d63
|
@ -21,9 +21,8 @@
|
|||
|
||||
# define our own action mapper here
|
||||
struts.mapper.class = org.apache.archiva.web.mapper.RepositoryActionMapper
|
||||
#struts.objectFactory = org.codehaus.plexus.spring.Struts2PlexusInSpringObjectFactory
|
||||
|
||||
## TODO olamy chech fix for https://issues.apache.org/jira/browse/WW-3460
|
||||
## TODO olamy check fix for https://issues.apache.org/jira/browse/WW-3460
|
||||
## upgrade of struts version or use our own hacked ObjectFactory
|
||||
struts.objectFactory = org.apache.struts2.spring.StrutsSpringObjectFactory
|
||||
struts.objectFactory.spring.autoWire = type
|
||||
|
@ -44,4 +43,4 @@ struts.multipart.maxSize=10485760
|
|||
# TODO: package up a theme and share with Continuum. Should contain everything from xhtml, and set templateDir to WEB-INF/themes
|
||||
|
||||
# Localization
|
||||
struts.custom.i18n.resources=org.codehaus.plexus.redback.struts2.default,org.apache.archiva.redback.custom
|
||||
struts.custom.i18n.resources=org.codehaus.redback.i18n.default,org.apache.archiva.redback.custom
|
||||
|
|
23
pom.xml
23
pom.xml
|
@ -1714,18 +1714,6 @@
|
|||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>p.apache.snapshots</id>
|
||||
<name>Old Apache Snapshots</name>
|
||||
<url>http://people.apache.org/repo/m2-snapshot-repository/</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
|
@ -1739,17 +1727,6 @@
|
|||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>p.apache.snapshots</id>
|
||||
<name>Old Apache Snapshots</name>
|
||||
<url>http://people.apache.org/repo/m2-snapshot-repository/</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</profile>
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue