Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

When to use this JBI Component

<TODO>

First things first

Check if you have maven2 installed, if not then please install it. http://maven.apache.org/download.html#Installation

...

You can either use IDEA or Eclipse, I tried it with Eclipse so I guess I am going to stick it for now. <TODO>
To generate project files ready to import in the IDE use:

Code Block

mvn eclipse:eclipse
or
mvn idea:idea

For eclipse you have to set the M2_REPO variable to your repository that should be at ~/m2/repository.

Using the component that you created

...