X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=pom.xml;h=f7a5a1d138d6699d72be7652faa56597ff72d342;hb=ff84a9bc8ec19560561fb5a3d1ceeb5161f7adde;hp=ead14374553ad32b56bfb9c513303cf11500ca97;hpb=0751d6db375f579024e4275eeb72696bc77bb7ab;p=xerial%2Fsqlite-jdbc.git diff --git a/pom.xml b/pom.xml index ead1437..f7a5a1d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,76 +1,109 @@ - - - - - win - - win - - - - linux - - linux - - - - mac - - mac - - - - - - xerial-base - org.xerial - 1.1 - - 4.0.0 org.xerial sqlite-jdbc - ${sqlite.os}-v037 + 3.6.2 SQLite JDBC SQLite JDBC library - - - xerial.local - file://${basedir}/../maven/site/${project.artifactId} - - - xerial.local - Xerial Maven Repository managed by Subversion - file://${basedir}/../maven/artifact - - - - - - xerial - Xerial Artifact Repository - http://www.xerial.org/svn/project/XerialJ/trunk/maven/artifact - - - + + org.xerial + xerial-project + 1.0 + + src/main/java + + src/main/resources - native/${sqlite.os}/** + native/** org/** - + - - + + + org.apache.maven.plugins + maven-compiler-plugin + + + -Xbootclasspath/p:${basedir}/lib/jdbc-api-1.4.jar + + 1.5 + 1.5 + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-dependency + generate-sources + + unpack + + + + + org.xerial.thirdparty + nestedvm + 1.0 + jar + + + org.xerial.thirdparty + sqlitejdbc-nested + 3.6.2 + jar + + + target/classes + + + + + + + + + + + + org.xerial.thirdparty + nestedvm + 1.0 + provided + + + org.xerial.thirdparty + sqlitejdbc-nested + 3.6.2 + provided + + + org.xerial.thirdparty + jdbc-api + 1.4 + provided + + + org.xerial + xerial-core + 0.8.0 + test + +