Skip to content

Commit 4493622

Browse files
authored
Merge pull request #7 from Bernardo-MG/release
Release
2 parents f4e4b90 + b25759f commit 4493622

File tree

1 file changed

+5
-27
lines changed

1 file changed

+5
-27
lines changed

pom.xml

+5-27
Original file line numberDiff line numberDiff line change
@@ -78,44 +78,22 @@
7878
<!-- ============ DEPLOYMENT PROFILES ============= -->
7979
<!-- ============================================== -->
8080
<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>
8484
<activation>
85-
<!-- Active by default so the repository appears in the reports. -->
85+
<!-- Active by default so the repository appears in the reports -->
8686
<activeByDefault>true</activeByDefault>
8787
</activation>
8888
<distributionManagement>
8989
<site>
9090
<id>site</id>
9191
<name>Project Documentation Site</name>
9292
<!-- The URL should be set externally -->
93-
<url>${site.release.url}</url>
93+
<url>${site.url}</url>
9494
</site>
9595
</distributionManagement>
9696
</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>
11997
<profile>
12098
<!-- Github deployment profile. -->
12199
<id>deployment-github</id>

0 commit comments

Comments
 (0)