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
Post a Comment