You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ss...@apache.org on 2013/02/26 18:09:23 UTC

[1/2] git commit: disabled repocheck plugin, because it breaks the build when doing mvn deploy (see MARMOTTA-119)

disabled repocheck plugin, because it breaks the build when doing mvn deploy (see MARMOTTA-119)


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/46d1a743
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/46d1a743
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/46d1a743

Branch: refs/heads/master
Commit: 46d1a7436687ee42c7fad957a7cf8fa7c7661baa
Parents: 36b3cf6
Author: Sebastian Schaffert <ss...@apache.org>
Authored: Tue Feb 26 17:54:59 2013 +0100
Committer: Sebastian Schaffert <ss...@apache.org>
Committed: Tue Feb 26 17:54:59 2013 +0100

----------------------------------------------------------------------
 parent/pom.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/46d1a743/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index b1303cb..61801c9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -397,6 +397,7 @@
                     <artifactId>maven-gpg-plugin</artifactId>
                     <version>1.4</version>
                 </plugin>
+<!--
                 <plugin>
                     <groupId>org.apache.marmotta</groupId>
                     <artifactId>repocheck-maven-plugin</artifactId>
@@ -430,6 +431,7 @@
                         </execution>
                     </executions>
                 </plugin>
+-->
             </plugins>
         </pluginManagement>
         <plugins>