This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-archetype-netbeans-platform-app-archetype.git
The following commit(s) were added to refs/heads/master by this push:
new 3d40f0b add site distribution management section
3d40f0b is described below
commit 3d40f0b69cc71d8484e791c172ee4db6f084b4bb
Author: Eric Barboni <[email protected]>
AuthorDate: Wed Apr 12 11:36:47 2023 +0200
add site distribution management section
---
pom.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 96a19fb..f27def1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,13 @@ under the License.
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
- </licenses>
+ </licenses>
+ <distributionManagement>
+ <site>
+ <id>netbeans.bits</id>
+
<url>https://bits.netbeans.org/mavenutilities/archetypes/netbeans-platform-app-archetype</url>
+ </site>
+ </distributionManagement>
<issueManagement>
<system>jira</system>
<url>https://issues.apache.org/jira/projects/NETBEANS</url>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists