From 008937890ce025ae0d1912695aecade43048748b Mon Sep 17 00:00:00 2001 From: ikus060 Date: Fri, 2 May 2014 14:59:38 -0400 Subject: [PATCH] Define maven-source-plugin version. Update gitignore. --- .gitignore | 2 +- pom.xml | 147 +++++++++++++++++++++++++++-------------------------- 2 files changed, 75 insertions(+), 74 deletions(-) diff --git a/.gitignore b/.gitignore index cb978a8..f8d13ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/target +target/ *~ /bin .project diff --git a/pom.xml b/pom.xml index 774ddc2..63f7af5 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 + -- GitLab