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 2013/02/23 11:31:59 UTC

[2/22] git commit: fixed headers template path

fixed headers template path


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

Branch: refs/heads/master
Commit: 64d1b733f1bf47c6eadc4c48e1c6808ab0e4a296
Parents: b14797e
Author: Sergio Fernández <wi...@apache.org>
Authored: Sat Feb 23 11:00:52 2013 +0100
Committer: Sergio Fernández <wi...@apache.org>
Committed: Sat Feb 23 11:00:52 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/64d1b733/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index e05a40b..b854114 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -326,7 +326,7 @@
                     <groupId>com.mycila.maven-license-plugin</groupId>
                     <artifactId>maven-license-plugin</artifactId>
                     <configuration>
-                        <header>src/etc/header.txt</header>
+                        <header>${project.parent.relativePath}/src/etc/header.txt</header>
                         <strictCheck>true</strictCheck>
                         <excludes>
                             <exclude>COPYING.txt</exclude>