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/02/11 09:08:45 UTC

[3/3] git commit: MARMOTTA-24: created experimental profile for the webapp launcher

MARMOTTA-24: created experimental profile for the webapp launcher


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

Branch: refs/heads/ldp
Commit: 02315f3f957e7bd5c394664a767cb14f4ff5f6c6
Parents: 1e3bf9b
Author: Sergio Fernández <wi...@apache.org>
Authored: Tue Feb 11 09:07:32 2014 +0100
Committer: Sergio Fernández <wi...@apache.org>
Committed: Tue Feb 11 09:07:32 2014 +0100

----------------------------------------------------------------------
 launchers/marmotta-webapp/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/02315f3f/launchers/marmotta-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/pom.xml b/launchers/marmotta-webapp/pom.xml
index 84dc039..f4af654 100644
--- a/launchers/marmotta-webapp/pom.xml
+++ b/launchers/marmotta-webapp/pom.xml
@@ -174,6 +174,17 @@
 
     <profiles>
 
+        <profile>
+            <id>experimental</id>
+            <dependencies>
+                <dependency>
+                    <groupId>org.apache.marmotta</groupId>
+                    <artifactId>marmotta-ldp</artifactId>
+                    <version>${project.version}</version>
+                </dependency>
+            </dependencies>
+        </profile>
+
         <!-- backend profiles -->
         
         <profile>