You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2012/12/02 00:05:52 UTC

[2/2] git commit: [MNG-5398] scriptSourceDirectory in superpom is not prefixed with ${project.basedir}/ (now with the right expression)

[MNG-5398] scriptSourceDirectory in superpom is not prefixed with
${project.basedir}/ 
(now with the right expression)

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

Branch: refs/heads/master
Commit: dbef526ede1e6b77d156e2b1f1b9dee377cd4cb9
Parents: e052eba
Author: rfscholte <rf...@apache.org>
Authored: Sat Dec 1 23:55:16 2012 +0100
Committer: rfscholte <rf...@apache.org>
Committed: Sat Dec 1 23:55:16 2012 +0100

----------------------------------------------------------------------
 .../resources/org/apache/maven/model/pom-4.0.0.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/dbef526e/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
----------------------------------------------------------------------
diff --git a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
index 931f87b..f1f8a2a 100644
--- a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
+++ b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
@@ -56,7 +56,7 @@ under the License.
     <finalName>${project.artifactId}-${project.version}</finalName>
     <testOutputDirectory>${project.build.directory}/test-classes</testOutputDirectory>
     <sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
-    <scriptSourceDirectory>${project.build.directory}/src/main/scripts</scriptSourceDirectory>
+    <scriptSourceDirectory>${project.basedir}/src/main/scripts</scriptSourceDirectory>
     <testSourceDirectory>${project.basedir}/src/test/java</testSourceDirectory>
     <resources>
       <resource>