Make small fixes
[smart-dao.git] / docs / profiles.xml.template
blob1970e251a7e8a2c84c0c80d44fd7d1176204440c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Project-local overrides to the build process based on detected or user-provided environmental parameters.
4 -->
5 <profilesXml xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
7 <profiles>
8 <profile>
9 <id>ghpages-path-profile</id>
10 <properties>
11 <!--
12 Path to where gh-pages branch of the github repo is checked out.
13 Please note that the 'origin' remote of the checked out location
14 is GitHub.
15 <gh-pages.path>/tmp/smart-dao/</gh-pages.path>
16 -->
17 </properties>
18 </profile>
19 </profiles>
20 <activeProfiles>
21 <activeProfile>ghpages-path-profile</activeProfile>
22 </activeProfiles>
23 </profilesXml>