diff options
Diffstat (limited to 'archiva-jetty/pom.xml')
-rw-r--r-- | archiva-jetty/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 21b779780..86a8d2985 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -171,9 +171,6 @@ <systemProperty>archiva.cassandra.configuration.file=%ARCHIVA_BASE%/conf/archiva-cassandra.properties</systemProperty> <systemProperty>org.apache.jackrabbit.core.state.validatehierarchy=true</systemProperty> </systemProperties> - <extraArguments> - <extraArgument>-XX:MaxPermSize=128m</extraArgument> - </extraArguments> <initialMemorySize>512</initialMemorySize> <maxMemorySize>512</maxMemorySize> </jvmSettings> @@ -253,6 +250,8 @@ <finalName>apache-archiva-${project.version}</finalName> </configuration> </plugin> + + </plugins> <pluginManagement> <plugins> |