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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
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

Reply via email to