jira-importer commented on issue #246: URL: https://github.com/apache/maven-jar-plugin/issues/246#issuecomment-2956686963
**[Dennis Lundberg](https://issues.apache.org/jira/secure/[email protected])** commented Here is an example project that uses the configuration mentioned in this issue. When I run 'mvn package' with Maven 2.0.7 on Windows XP a jar file is produced that contains the following MANIFEST.MF: ``` Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: dlg01 Build-Jdk: 1.4.2_16 Main-Class: myproject.HelloWorld Class-Path: config/ ``` That seem correct to me. Your problems might be related to cygwin. -- 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]
