|
78 | 78 | <!-- ============ DEPLOYMENT PROFILES ============= -->
|
79 | 79 | <!-- ============================================== -->
|
80 | 80 | <profile>
|
81 |
| - <!-- Release deployment profile. --> |
82 |
| - <!-- Sets the site repository to point to the releases repo. --> |
83 |
| - <id>deployment-release</id> |
| 81 | + <!-- Site deployment profile --> |
| 82 | + <!-- Sets the site repository to point to the releases repo --> |
| 83 | + <id>deployment-site</id> |
84 | 84 | <activation>
|
85 |
| - <!-- Active by default so the repository appears in the reports. --> |
| 85 | + <!-- Active by default so the repository appears in the reports --> |
86 | 86 | <activeByDefault>true</activeByDefault>
|
87 | 87 | </activation>
|
88 | 88 | <distributionManagement>
|
89 | 89 | <site>
|
90 | 90 | <id>site</id>
|
91 | 91 | <name>Project Documentation Site</name>
|
92 | 92 | <!-- The URL should be set externally -->
|
93 |
| - <url>${site.release.url}</url> |
| 93 | + <url>${site.url}</url> |
94 | 94 | </site>
|
95 | 95 | </distributionManagement>
|
96 | 96 | </profile>
|
97 |
| - <profile> |
98 |
| - <!-- Development deployment profile. --> |
99 |
| - <!-- Sets the site repository to point to the development repo. --> |
100 |
| - <id>deployment-development</id> |
101 |
| - <distributionManagement> |
102 |
| - <site> |
103 |
| - <id>site-development</id> |
104 |
| - <name>Project Development Documentation Site</name> |
105 |
| - <!-- The URL should be set externally --> |
106 |
| - <url>${site.develop.url}</url> |
107 |
| - </site> |
108 |
| - </distributionManagement> |
109 |
| - </profile> |
110 |
| - <profile> |
111 |
| - <!-- Deployment profile. --> |
112 |
| - <!-- Sets ups the environment for deployment. --> |
113 |
| - <id>deployment</id> |
114 |
| - <properties> |
115 |
| - <!-- Tests are skipped. --> |
116 |
| - <maven.test.skip>true</maven.test.skip> |
117 |
| - </properties> |
118 |
| - </profile> |
119 | 97 | <profile>
|
120 | 98 | <!-- Github deployment profile. -->
|
121 | 99 | <id>deployment-github</id>
|
|
0 commit comments