maven-assembly-plugin manifestmainClass not producing a Main-Class in the Manifest

2010-06-09 Thread Ron Wheeler
I expected the following plug-in to produce a line in the Jar manifest Main-Class: com.artifact_software.carshistorycollector.CarsHistoryCollectorMain build plugins plugin artifactIdmaven-assembly-plugin/artifactId version2.2-beta-5/version configuration archive manifest

Re: maven-assembly-plugin manifestmainClass not producing a Main-Class in the Manifest

2010-06-09 Thread Ron Wheeler
Solved As you may have guessed, I forgot to run the assembly step. This added a lot of things to the jar that I had overlooked as missing after the build. Sorry for the silly question. On 09/06/2010 1:17 PM, Ron Wheeler wrote: I expected the following plug-in to produce a line in the Jar