Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.0
-
None
-
None
-
Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
Maven home: /home/marcel/apache-maven-3.0.3
Java version: 1.6.0_24, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/jre
Default locale: de_DE, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-5-amd64", arch: "amd64", family: "unix"Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100) Maven home: /home/marcel/apache-maven-3.0.3 Java version: 1.6.0_24, vendor: Sun Microsystems Inc. Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/jre Default locale: de_DE, platform encoding: UTF-8 OS name: "linux", version: "2.6.32-5-amd64", arch: "amd64", family: "unix"
Description
I have specified a property in my settings.xml (see attachment test-settings.xml) that points to a directory. This property is used to specify the systemPath of a system dependency in my child module. Everything works (compilation, packaging, etc) except building the site.
Calling "mvn clean site" on the parent project results in an error (see attachment output.log). Invoking the same line in the child project still gives the error message but the site-build itself succeeds.
Please find the working project tree attached in testproject.tar.gz.
Attachments
Attachments
Issue Links
- duplicates
-
MSITE-604 Properties from settings.xml are not recognized in site distribution management
- Closed