dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #12954
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4061: Fixed deprecated mvn config
------------------------------------------------------------
revno: 4061
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2011-07-03 20:50:27 +0200
message:
Fixed deprecated mvn config
modified:
dhis-2/dhis-web/pom.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/pom.xml'
--- dhis-2/dhis-web/pom.xml 2011-06-23 18:33:40 +0000
+++ dhis-2/dhis-web/pom.xml 2011-07-03 18:50:27 +0000
@@ -44,12 +44,9 @@
<version>6.1.26</version>
<configuration>
<scanIntervalSeconds>10</scanIntervalSeconds>
- <systemProperties>
- <systemProperty>
- <name>org.mortbay.jetty.Request.maxFormContentSize</name>
- <value>10000000</value>
- </systemProperty>
- </systemProperties>
+ <systemPropertyVariables>
+ <org.mortbay.jetty.Request.maxFormContentSize>10000000</org.mortbay.jetty.Request.maxFormContentSize>
+ </systemPropertyVariables>
<contextPath>/</contextPath>
</configuration>
</plugin>