7:30 – 4:00 VISIBILITY
- Finished testing Analytics. Need to deploy to fgmdev – done
- Looking into how to manage multiple pom files within Eclipse
- For the current project, when ‘build all’ is selected
- Recursively look though all the dependencies, finding the following
- <groupId>
- <artifactId>
- <packaging>
- For each dependency, check each open project in Eclipse
- If the project contains a pom file check the following:
- <groupId>
- <artifactId>
- <packaging>
- If the dependency and pom info match
- Bring up a dialog that has the following buttons:
- Update and compile
- Compile only
- Skip
- Bring up a dialog that has the following buttons:
- Recursively look though all the dependencies, finding the following
- For the current project, when ‘build all’ is selected

You must be logged in to post a comment.