maven - Warning POM missing in the jar -


i have created jar through maven other project. jar reside in location repository. jar contains pom.xml file in meta-inf/maven///pom.xml , pom.properties. have copied pom.xml file while running pom project using resource-copy plugin. still getting below warning , there fore during building of war maven not able include dependent jars of above jars in war file. other option add thoses jars runtime dependency in war pom file.

[warning] pom org.artifact:runtime.ui:war:1.0.0-snapshot missing, no dependency information available

i found goal packaging put artifact in local repository. each artifact need install in files system repository pom file. copying pom file using resource plugin not help.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -