Repository: commons-pool
Updated Branches:
  refs/heads/master 02680cbf1 -> d5199be27


fix pom to properly treat GIT


Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/d5199be2
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/d5199be2
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/d5199be2

Branch: refs/heads/master
Commit: d5199be27d6ec5af6479f16170fc6e5bf004b348
Parents: 02680cb
Author: Mark Struberg <strub...@apache.org>
Authored: Tue Nov 13 14:11:28 2018 +0100
Committer: Mark Struberg <strub...@apache.org>
Committed: Tue Nov 13 14:11:28 2018 +0100

----------------------------------------------------------------------
 pom.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/d5199be2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 28ffcc4..bc88875 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,12 +19,14 @@
     xmlns="http://maven.apache.org/POM/4.0.0";
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
     <version>47</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+
   <artifactId>commons-pool2</artifactId>
   <version>2.6.1-SNAPSHOT</version>
   <name>Apache Commons Pool</name>
@@ -184,6 +186,15 @@
       <pluginManagement>
         <plugins>
           <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-release-plugin</artifactId>
+            <configuration>
+              <!-- correct config for GIT projects using staging -->
+              <pushChanges>false</pushChanges>
+              <localCheckout>true</localCheckout>
+            </configuration>
+          </plugin>
+          <plugin>
             <!--  Fixes org.apache.bcel.classfile.ClassFormatException: 
Invalid byte tag in constant pool: 19 -->
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-project-info-reports-plugin</artifactId>

Reply via email to