Makes sense to me. Looking at the poms it would just be contained to the oracle module since the version of the jdbc to use is there, and not in a parent pom.
Not sure if that module's maintainer ( Sean Geoghegan ) is still active. If not perhaps you can become the new maintainer Jody, and then you can do what you want ;). -Justin Jody Garnett wrote: > I am launching into oracle QA here and am working on hooking up our code > w/ correctly. > > So far I have the following in order to place the driver into the repo: >> C:> cd C:\oracle\product\10.2.0\jdbc\lib >> C:\oracle\product\10.2.0\jdbc\lib>mvn install:install-file >> -Dfile=ojdbc14.jar -DgroupId=com.oracle -DartifactId=ojdbc14 >> -Dversion=10.2.0 -Dpackaging=jar > The next step is to define a "profile" so we can switch between our > dummy spatial jar, and the real thing on the fly. I say this is the next > step because it is what Cory told me, not because I understand mvn > profiles yet ... > > If anyone can point me towards an example it would be cool. > Jody > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel > > !DSPAM:1004,452ed81c36111410093335! > -- Justin Deoliveira The Open Planning Project [EMAIL PROTECTED] ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
