Comment out git metadat
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 18 Aug 2019 09:21:14 +0000 (11:21 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 18 Aug 2019 09:21:14 +0000 (11:21 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index bfc3422c4d3dd7853c88ea394b887c66044a464d..fc39fa841ed1ca073c9c5b39c30c13c19f29a348 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -261,9 +261,9 @@ limitations under the License.
                                                        <Automatic-Module-Name>${project.artifactId}</Automatic-Module-Name>
                                                        <SLC-Category>${project.groupId}</SLC-Category>
                                                        <!-- Git metadata -->
-                                                       <SLC-Git-Commit-Id>${git.commit.id}</SLC-Git-Commit-Id>
-                                                       <SLC-Git-Commit-Describe>${git.commit.id.describe}</SLC-Git-Commit-Describe>
-                                                       <SLC-Git-Commit-Count>${git.closest.tag.commit.count}</SLC-Git-Commit-Count>
+                                                       <!-- <SLC-Git-Commit-Id>${git.commit.id}</SLC-Git-Commit-Id> -->
+                                                       <!-- <SLC-Git-Commit-Describe>${git.commit.id.describe}</SLC-Git-Commit-Describe> -->
+                                                       <!-- <SLC-Git-Commit-Count>${git.closest.tag.commit.count}</SLC-Git-Commit-Count> -->
                                                </instructions>
                                        </configuration>
                                        <executions>
@@ -319,19 +319,19 @@ limitations under the License.
                                        </filesets>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>pl.project13.maven</groupId>
-                               <artifactId>git-commit-id-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>get-the-git-infos</id>
-                                               <goals>
-                                                       <goal>revision</goal>
-                                               </goals>
-                                               <phase>initialize</phase>
-                                       </execution>
-                               </executions>
-                       </plugin>
+                       <!-- <plugin> -->
+                       <!-- <groupId>pl.project13.maven</groupId> -->
+                       <!-- <artifactId>git-commit-id-plugin</artifactId> -->
+                       <!-- <executions> -->
+                       <!-- <execution> -->
+                       <!-- <id>get-the-git-infos</id> -->
+                       <!-- <goals> -->
+                       <!-- <goal>revision</goal> -->
+                       <!-- </goals> -->
+                       <!-- <phase>initialize</phase> -->
+                       <!-- </execution> -->
+                       <!-- </executions> -->
+                       <!-- </plugin> -->
                        <plugin>
                                <artifactId>maven-resources-plugin</artifactId>
                                <configuration>