diff --git a/.gitignore b/.gitignore index cb978a8413306ecb84fb673b63350758d6290c6d..f8d13ad7eaaf742b5806d2859a2d4e2306e077d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/target +target/ *~ /bin .project diff --git a/pom.xml b/pom.xml index 774ddc2ac6a13ca58bf6861db2a767484a6c4a44..63f7af5fc32c90c8bdd06a7891ea615b87b2d743 100644 --- a/pom.xml +++ b/pom.xml @@ -1,76 +1,77 @@ - 4.0.0 - com.patrikdufresne.cbc4j - cbc4j-root - 1.0-SNAPSHOT - pom - cbc4j-root - - - scm:git:http://git.patrikdufresne.com/cbc4j.git - HEAD + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + com.patrikdufresne.cbc4j + cbc4j-root + 1.0-SNAPSHOT + pom + cbc4j-root + + + scm:git:http://git.patrikdufresne.com/cbc4j.git + HEAD - - - - patrikdufresne - Internal Releases - http://nexus.patrikdufresne.com/content/repositories/releases/ - - - patrikdufresne - Internal Releases - http://nexus.patrikdufresne.com/content/repositories/snapshots/ - - - - UTF-8 - 10 - - 2.8.3 - - http://www.coin-or.org/download/source/Cbc/Cbc-${cbc.version}.tgz - ${project.build.directory}/Cbc-${cbc.version} - - com.patrikdufresne.cbc4j - com/patrikdufresne/cbc4j - - ${project.build.directory}/generated-sources/swig - - ${project.build.directory}/generated-resources/javacbc - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.0 - - 1.6 - 1.6 - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar - - - - - - - - cbc4j-linux-x86_64 - cbc4j-win-i686 - cbc4j-win-x86_64 - + + + + patrikdufresne + Internal Releases + http://nexus.patrikdufresne.com/content/repositories/releases/ + + + patrikdufresne + Internal Releases + http://nexus.patrikdufresne.com/content/repositories/snapshots/ + + + + UTF-8 + 10 + + 2.8.3 + + http://www.coin-or.org/download/source/Cbc/Cbc-${cbc.version}.tgz + ${project.build.directory}/Cbc-${cbc.version} + + com.patrikdufresne.cbc4j + com/patrikdufresne/cbc4j + + ${project.build.directory}/generated-sources/swig + + ${project.build.directory}/generated-resources/javacbc + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.0 + + 1.6 + 1.6 + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar + + + + + + + + cbc4j-linux-x86_64 + cbc4j-win-i686 + cbc4j-win-x86_64 +