Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As of rev 8183, you can build the fedora-webapp artifact directly from the fedora svn tree and deploy the war in the Spring-DM-Target-Platform described in the step above.

If you are getting java.lang.OutOfMemoryError: Java heap space errors while building with Maven, you may need to allocate more resources to Maven, e.g.

Code Block

export MAVEN_OPTS="-Xms256m -Xmx800m -XX:PermSize=256m -XX:NewSize=64m"

MANIFEST.MF

Add the following META-INF/MANIFEST.MF to your copy of fedora.war