Versions Compared

Key

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

This documentation will explain how to build roller 5 in IntelliJ IDEA 10.x (It should work same for 9.x)

Importing Source code to Intellij IDEA (using command line).You can use the full features of subversion integrated plguin in the IDE after importing the project without additional modifications.)

check out the source code from SVN repository.
Code Block
   svn co https://svn.apache.org/repos/asf/roller/trunk roller_trunk 
Creat IDE related project files (navigate inside the trunk).
Code Block
   mvn idea:idea
Click file -->open project

Creating run configuration for maven goals and Build the project.

After importing the project click on the run ---> edit configuration. After that click on the + tab appear on the left top corner and select
maven.

...

If it is successful you see a dialog like below.

Run Test webapp using Jetty Maven plugin

Create another run configuration as above.In this change the following parameters

...