|
| Home > Apache Geronimo Knowledge Base > Index > FAQ > Geronimo developer questions > How do I set up IntelliJ IDE? |
First, follow the instructions for building the server. After you have built the server you can generate the workspace configuration files for IDEA IntelliJ with:
mvn idea:idea
For full source and javadoc linking use this instead:
mvn -Pidea
|
|
Copyright © 2003-2008, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. |