You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/05/25 09:12:37 UTC

[GitHub] [netbeans] mbien commented on a diff in pull request #4147: JavaWithMaven/POM Project template

mbien commented on code in PR #4147:
URL: https://github.com/apache/netbeans/pull/4147#discussion_r881417894


##########
java/maven/src/org/netbeans/modules/maven/resources/pom-project.xml.template:
##########
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<#assign licenseFirst = "<!--">
+<#assign licensePrefix = " ">
+<#assign licenseLast = "-->">
+<#include "${project.licensePath}">
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <version>${version}</version>
+    <packaging>pom</packaging>
+
+    <properties>
+    </properties>
+
+    <dependencyManagement>
+        <!--
+        You can centralize dependency information here.
+        See https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Management
+        -->

Review Comment:
   I like the hints



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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