git-commit-id-plugin skipped on mvn -Pq, because it slows down a little 73/49273/1
authorMichael Vorburger <vorburger@redhat.com>
Mon, 12 Dec 2016 21:09:06 +0000 (22:09 +0100)
committerMichael Vorburger <vorburger@redhat.com>
Mon, 12 Dec 2016 21:09:06 +0000 (22:09 +0100)
Change-Id: I5570855a6de43858f5f7305e7c2a53da778f1ad2
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
odlparent-lite/pom.xml

index 87faa2bca5d7f736e8886a4a19949dbea1144a67..2b2a499e85bc22f137134de5b74078b6a8f0059a 100644 (file)
             <enforcer.skip>true</enforcer.skip>
             <mdsal.skip.verbose>true</mdsal.skip.verbose> <!-- Bug 6236 -->
         </properties>
+        <build>
+          <plugins>
+            <plugin>
+              <groupId>pl.project13.maven</groupId>
+              <artifactId>git-commit-id-plugin</artifactId>
+              <configuration>
+                <skip>true</skip>
+              </configuration>
+            </plugin>
+          </plugins>
+        </build>
     </profile>
     <profile>
       <!-- http://blog2.vorburger.ch/2016/06/maven-install-into-additional.html