Sorry for the remedial question. Noob here. I am working in a java project that can be built using IntelliJ, Eclipse and Ant; I want to add maven as an alternative.
I've modified pom.xml to override the defaults, and correctly locate the sources for the main-line and tests. The directory structure is thus, not in the default src/ test/ ... format. I can build the main src. However, the original project also has a set of examples, as well as a source utility (under a different package name) that is required by both the test's and example's. Is there a way to tweak my pom.xml to also build the examples, and reference the utility source? Thanks, Wim -- View this message in context: http://maven.40175.n5.nabble.com/Noob-question-tp5445807p5445807.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
