This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-nbpackage.git


The following commit(s) were added to refs/heads/master by this push:
     new 361a0ee  Set topSiteUrl to stop site:stage building in root directory.
     new 8f80806  Merge pull request #34 from neilcsmith-net/fix-staging-url
361a0ee is described below

commit 361a0eee5582a6d93b6f10f563184c6160e2ebb2
Author: Neil C Smith <neilcsm...@apache.org>
AuthorDate: Mon Jul 24 16:38:15 2023 +0100

    Set topSiteUrl to stop site:stage building in root directory.
    
    See https://issues.apache.org/jira/projects/MSITE/issues/MSITE-948
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index c570711..8faf788 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to