google-code-export / maven-confluence-plugin

Automatically exported from code.google.com/p/maven-confluence-plugin
1 stars 0 forks source link

allow that custom properties refers to external resources #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Idea is to support

<properties>

<property></property>
<property></property>
<property></property>
<property></property>

</properties>

Original issue reported on code.google.com by bartolom...@gmail.com on 24 Sep 2012 at 11:37

GoogleCodeExporter commented 9 years ago
<properties>

<file>file://....</file>
<res>classpath:org/bsc/....</res>

</properties>

Original comment by bartolom...@gmail.com on 24 Sep 2012 at 11:39

GoogleCodeExporter commented 9 years ago

Original comment by bartolom...@gmail.com on 24 Sep 2012 at 12:21

GoogleCodeExporter commented 9 years ago
deployed release 3.2.4-SNAPSHOT with support of enhanced property

Example:
<properties>
        <myprop>classpath:plugin-report.properties</myprop>
        <htmlpage>file://${basedir}/src/main/resources/confluence.html</htmlpage>
</properties>

Original comment by bartolom...@gmail.com on 24 Sep 2012 at 2:58

GoogleCodeExporter commented 9 years ago

Original comment by bartolom...@gmail.com on 8 Oct 2012 at 6:42