Skip to content

Commit

Permalink
Merge pull request #34 from neilcsmith-net/fix-staging-url
Browse files Browse the repository at this point in the history
Set topSiteUrl to stop site:stage building in root directory.
  • Loading branch information
neilcsmith-net committed Jul 24, 2023
2 parents 9430108 + 361a0ee commit 8f80806
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,13 @@ under the License.
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<topSiteURL>${project.distributionManagement.site.url}</topSiteURL>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
Expand Down

0 comments on commit 8f80806

Please sign in to comment.