You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2014/02/04 16:00:44 UTC

[8/8] git commit: MARMOTTA-434: updated jrebel config

MARMOTTA-434: updated jrebel config


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

Branch: refs/heads/develop
Commit: eb5c59fade4a05c1cdb3383e85165eaef63935d1
Parents: 959fb4e
Author: Jakob Frank <ja...@apache.org>
Authored: Mon Feb 3 17:40:07 2014 +0100
Committer: Jakob Frank <ja...@apache.org>
Committed: Tue Feb 4 16:00:24 2014 +0100

----------------------------------------------------------------------
 extras/webjars/sgvizler/pom.xml | 7 +++++++
 extras/webjars/strftime/pom.xml | 7 +++++++
 parent/pom.xml                  | 9 +++++++++
 3 files changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/eb5c59fa/extras/webjars/sgvizler/pom.xml
----------------------------------------------------------------------
diff --git a/extras/webjars/sgvizler/pom.xml b/extras/webjars/sgvizler/pom.xml
index e78df80..93e99d9 100644
--- a/extras/webjars/sgvizler/pom.xml
+++ b/extras/webjars/sgvizler/pom.xml
@@ -65,6 +65,13 @@
                     </excludes>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.zeroturnaround</groupId>
+                <artifactId>jrebel-maven-plugin</artifactId>
+                <configuration>
+                    <relativePath>../../../</relativePath>
+                </configuration>
+            </plugin>
         </plugins>
         <resources>
             <resource>

http://git-wip-us.apache.org/repos/asf/marmotta/blob/eb5c59fa/extras/webjars/strftime/pom.xml
----------------------------------------------------------------------
diff --git a/extras/webjars/strftime/pom.xml b/extras/webjars/strftime/pom.xml
index dfe9132..68a50cf 100644
--- a/extras/webjars/strftime/pom.xml
+++ b/extras/webjars/strftime/pom.xml
@@ -64,6 +64,13 @@
                     </excludes>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.zeroturnaround</groupId>
+                <artifactId>jrebel-maven-plugin</artifactId>
+                <configuration>
+                    <relativePath>../../../</relativePath>
+                </configuration>
+            </plugin>
         </plugins>
         <resources>
             <resource>

http://git-wip-us.apache.org/repos/asf/marmotta/blob/eb5c59fa/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 34dd108..a6b1414 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -566,6 +566,15 @@
                     <artifactId>maven-assembly-plugin</artifactId>
                     <version>2.4</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.sonatype.plugins</groupId>
+                    <artifactId>yuicompressor-maven-plugin</artifactId>
+                    <version>1.0.0</version>
+                    <configuration>
+                        <nomunge>true</nomunge>
+                        <jswarn>false</jswarn>
+                    </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>