2010/5/23 Antonio Petrelli <[email protected]>: > 2010/5/23 MavenN00b <[email protected]>: >> >> Yeah, they sent only the POM. My project needs to run in their environment. >> I don't have any need for their source code, I just need to be able to run >> on their boxes. > > You need your project to comply with their standard, do you? > So put that pom.xml in the root directory of your project. > Install m2eclipse: > http://m2eclipse.sonatype.org/ > Right click on your project -> Maven - Enable dependency management > If they and you are using the same layout of the project, it should > work automatically. Otherwise, rename the source directories in your > project to adapt to their needs.
Oh, and don't forget to change the artifact name (and group probably) and version. Double click on the pom.xml, a POM editor will appear. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
