This is an automated email from the ASF dual-hosted git repository. lbruun pushed a commit to branch lbruun-nbm-archetype-update in repository https://gitbox.apache.org/repos/asf/netbeans-mavenutils-archetype-nbm-archetype.git
commit 2a634927fd65db8b7b8a8767e8ec251136839bbe Author: lbruun <[email protected]> AuthorDate: Thu Sep 22 22:56:00 2022 +0200 Update generated POM Removed sections no longer relevant. --- src/main/resources/archetype-resources/pom.xml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml index d2b127f..3e91e61 100644 --- a/src/main/resources/archetype-resources/pom.xml +++ b/src/main/resources/archetype-resources/pom.xml @@ -13,25 +13,6 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> - <repositories> - <!-- - Repository hosting NetBeans modules, especially APIs. - Versions are based on IDE releases, e.g.: RELEASE691 - To create your own repository, use: nbm:populate-repository - - If you use Apache NetBeans starting with Apache NetBeans 9.0 - you can remove the netbeans repository section - --> - <repository> - <id>netbeans</id> - <name>NetBeans</name> - <url>http://bits.netbeans.org/nexus/content/groups/netbeans/</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - <dependencies> <dependency> <groupId>org.netbeans.api</groupId> @@ -50,7 +31,6 @@ </plugin> <plugin> - <!-- NetBeans 6.9+ requires JDK 6, starting NetBeans 7.4 source 1.7 is required --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.1</version> --------------------------------------------------------------------- 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
