Skip to content

Instantly share code, notes, and snippets.

@theresajayne
Created August 5, 2011 11:21
Show Gist options
  • Save theresajayne/1127337 to your computer and use it in GitHub Desktop.
Save theresajayne/1127337 to your computer and use it in GitHub Desktop.
Projects as follows
C:\Development\Fop - Apache FOP 1.0 source
C:\Development\MyApp\Core - Core web app requires FOP
C:\Development\MyApp\Modulex - each module has its own name and requires Core but installs in the tomcat as a different webapp
c:\Development\enginename - different engines for access, will need FOP but will be needed by core (replaces the requirement for FOP in Core) <-- possible change
How can i implement this using eclipse and Maven?
how do i create them in eclipse? (each entry as another project or as one big project?)
some suggestions would be nice.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment