简体   繁体   中英

Facing issue while deploying maven project over liferay server

While deployment of maven liferay project on server I am getting this error:

08:56:46,766 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeploer:975] Not updating nok.win.loc.gw.form.portlet because version 6.2.3 is newer than version 1.0.0-SNAPSHOT

Check the version in your WEB-INF/liferay-plugin-package.xml , WEB-INF/liferay-plugin-package.properties or /META-INF/MANIFEST.MF . It seems that it is set to 1.0.0-SNAPSHOT now, but it was set to 6.2.3 before.

I would guess that you have deleted the first two files ( liferay-plugin-package ), thats why it is read from /META-INF/MANIFEST.MF now - which in a Maven Build usually contains the POM version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM