Re: Java NetBeans IDE14 Project (Unloadable) pom.xml Error

2022-08-12 Thread Michael Bien
Hi Mike, when declaring the plugin you added the group ID of your project. This is not correct. GroupID + ArtifactID are the coordinates of a maven artifact, they belong together. The specific plugin you are using is a default plugin, so you don't have to declare the groupID, (but you can

Re: Java NetBeans IDE14 Project (Unloadable) pom.xml Error

2022-08-11 Thread David Green
1.8 is a long way back but I think I used this article as a starting point: https://crunchify.com/how-to-create-build-java-project-including-all-dependencies-using-maven-maven-resources-maven-dependency-maven-jar-plugin-tutorial/ Dave On Thu, Aug 11, 2022 at 6:22 PM M. Hagen wrote: > Hello, >

Java NetBeans IDE14 Project (Unloadable) pom.xml Error

2022-08-11 Thread M. Hagen
Hello, I am fairly new to NetBeans and a novice user of Java 1.8... (Most of my Java programming has been done with Notepad at the command prompt.) While attempting to created a packaged JAR file for distribution with NetBeans Maven, I get an error of "No MANIFEST.MF attributes found" when