> These jars don't get installed. I thought that if I call "mvn compile", > all phases before it will also get called (e.g. validate, initialize, > generate-sources, process-sources, generate-resources, process-resources). > Why is this not happening?
Works for me. I just copied and pasted your config into one of my own pom.xml files, then put ojdbc6.jar in a lib subdir and ran "mvn -X compile": https://gist.github.com/2293464 Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
