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 2017/06/16 13:35:33 UTC

[2/5] marmotta git commit: quick solution for the installer

quick solution for the installer


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

Branch: refs/heads/3.4.0-RCs
Commit: 69ebf89e8a596104b8c927a124dfe3c6e9e8fd7a
Parents: b34c3dc
Author: Sergio Fernández <wi...@apache.org>
Authored: Fri Jun 16 15:10:59 2017 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Fri Jun 16 15:10:59 2017 +0200

----------------------------------------------------------------------
 build/plugins/refpack-maven-plugin/pom.xml | 4 ++++
 launchers/marmotta-installer/pom.xml       | 4 ++++
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/69ebf89e/build/plugins/refpack-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/build/plugins/refpack-maven-plugin/pom.xml b/build/plugins/refpack-maven-plugin/pom.xml
index 507737d..05e8ad7 100644
--- a/build/plugins/refpack-maven-plugin/pom.xml
+++ b/build/plugins/refpack-maven-plugin/pom.xml
@@ -115,6 +115,10 @@
                     <target>1.7</target>
                 </configuration>
             </plugin>
+            <plugin>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <version>2.8</version>
+            </plugin>
         </plugins>
     </build>
 

http://git-wip-us.apache.org/repos/asf/marmotta/blob/69ebf89e/launchers/marmotta-installer/pom.xml
----------------------------------------------------------------------
diff --git a/launchers/marmotta-installer/pom.xml b/launchers/marmotta-installer/pom.xml
index f0f9275..5eca819 100644
--- a/launchers/marmotta-installer/pom.xml
+++ b/launchers/marmotta-installer/pom.xml
@@ -158,6 +158,10 @@
                         </executions>
                     </plugin>
                     <plugin>
+                        <artifactId>maven-dependency-plugin</artifactId>
+                        <version>2.8</version>
+                    </plugin>
+                    <plugin>
                         <groupId>org.apache.marmotta</groupId>
                         <artifactId>marmotta-maven-plugin</artifactId>
                         <version>${project.version}</version>