header

Developers are welcome

Software development requires passion! If you are keen on gaining further knowledge in professional project management, then the development of ProjectForge will be of interest to you.

Software development requires passion! If you are keen on gaining further knowledge in professional project management, then the development of ProjectForge will be of interest to you.

Build ProjectForge yourself from scratch and deploy it

  1. Download sources.
  2. Build web archive (war) from the command line:
    mvn install
  3. Automatical test runs can be supressed:
    mvn -DskipTests=true install
  4. Please find the ready-to-start web archive (war) in the target sub-directory.

How to proceed?

  1. Configure your Eclipse environment by simply typing into the command line:
    mvn eclipse:eclipse
  2. Launch Eclipse and open the project.
  3. Add ProjectForge as WTP plugin.
  4. Have a lot of fun!

WTP not yet installed? Maven-Path not yet set? No problem: DeveloperGuide

Java version 1.6 is required since ProjectForge 3.4

Please note, that the Java version 1.6 is needed for the development and the running of ProjectForge. There is no delivery for Java 1.5 planned because some third party libraries are only available for Java 1.6.

Adding your own plugins

ProjectForge support plugins. The existing menu can be modified and own entities and functionalities can be added.

  1. The menu is customizable (you can add or remove menu entries in the config.xml file).
  2. Deploy your plugins by adding your(r) jar(s) to the WEB-INF/lib directory. The jars contains both, the Java classes and the web pages (Wicket-pages). Nothing more is needed.
  3. Register your plugins in the config.xml file.

One advantage is that your own plugins are independent from new releases of the ProjectForge core system. In one of the next releases an example plugin will show you how easy it is to extend ProjectForge!

Check out the source code on SourceForge:

You can also check out the source code from SourceForge:

svn co https://pforge.svn.sourceforge.net/svnroot/pforge ProjectForge