You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2014/06/13 10:58:37 UTC

[077/100] [abbrv] git commit: added option to skip integration tests

added option to skip integration tests


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

Branch: refs/heads/ldp
Commit: 6c47f775da5e2d975cef6d91a76c4a5f10fc38a3
Parents: 4483644
Author: Sebastian Schaffert <ss...@apache.org>
Authored: Thu Apr 10 10:11:40 2014 +0200
Committer: Sebastian Schaffert <ss...@apache.org>
Committed: Thu Apr 10 10:11:40 2014 +0200

----------------------------------------------------------------------
 build/archetypes/marmotta-archetype-module/pom.xml | 3 +++
 build/archetypes/marmotta-archetype-webapp/pom.xml | 3 +++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/6c47f775/build/archetypes/marmotta-archetype-module/pom.xml
----------------------------------------------------------------------
diff --git a/build/archetypes/marmotta-archetype-module/pom.xml b/build/archetypes/marmotta-archetype-module/pom.xml
index f5301aa..a11300c 100644
--- a/build/archetypes/marmotta-archetype-module/pom.xml
+++ b/build/archetypes/marmotta-archetype-module/pom.xml
@@ -88,6 +88,9 @@
                 <plugin>
                     <artifactId>maven-archetype-plugin</artifactId>
                     <version>2.2</version>
+                    <configuration>
+                        <skip>${skipITs}</skip>
+                    </configuration>
                 </plugin>
             </plugins>
         </pluginManagement>

http://git-wip-us.apache.org/repos/asf/marmotta/blob/6c47f775/build/archetypes/marmotta-archetype-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/build/archetypes/marmotta-archetype-webapp/pom.xml b/build/archetypes/marmotta-archetype-webapp/pom.xml
index 14aff1b..7c6b789 100644
--- a/build/archetypes/marmotta-archetype-webapp/pom.xml
+++ b/build/archetypes/marmotta-archetype-webapp/pom.xml
@@ -85,6 +85,9 @@
                 <plugin>
                     <artifactId>maven-archetype-plugin</artifactId>
                     <version>2.2</version>
+                    <configuration>
+                        <skip>${skipITs}</skip>
+                    </configuration>
                 </plugin>
             </plugins>
         </pluginManagement>