I am trying to upload a NBM file to the NetBens plugin portal, but am having a hard time doing so.
Following the ideas presented on the FaqPluginRequirements<http://wiki.netbeans.org/FaqPluginRequirements>, I added the line nbm.module.author=My Name to the project.properties file, added the line OpenIDE-Module-Short-Description=Plugin Description to the Bundle.properties file, then added the line license.file=../util/license.txt to the project.properties file and then generated the keystore file and signed (correctly, I think) the NBM file. Finally, I did a "clean and build" to the project. However, when uploading the file to the plugin portal, the following error is thrown: Error: There is moduleauthor attribute missing in the manifest file. See wiki for more info on plugin requirements. I unpacked the NBM file and noticed that info/info.xml file doesn't have the moduleauthor tag. Do you guys have any idea on what I am possibly missing? I don't know if it is relevant, but it is a Maven project. Kind regards!