Skip to content

Commit

Permalink
New property ${subproject.subpath} that is the path to the sub-project.
Browse files Browse the repository at this point in the history
This should be empty for the top-level project or the path (ending in slash) to append to ${project.url}.
  • Loading branch information
ao-apps committed Sep 18, 2023
1 parent e0676ff commit 49e5a52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ along with semanticcms-file-bom. If not, see <https://www.gnu.org/licenses/>.
<!-- Must be set to ${git.commit.time} for snapshots or ISO 8601 timestamp for releases. -->
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
<module.name>com.semanticcms.file.bom.book</module.name>
<subproject.subpath>devel/</subproject.subpath>
<!-- These values are copied from the project being documented -->
<documented.artifactId>semanticcms-file-bom</documented.artifactId>
<documented.name>SemanticCMS File BOM</documented.name>
Expand Down

0 comments on commit 49e5a52

Please sign in to comment.