On Thu, Jun 23, 2011 at 8:34 AM, samwun <[email protected]> wrote: > However, I have my local liferay libraries files for 5.2.8, how can I > "deploy" to Nexus local repositories? > > eg. here is the path of 5.2.8 portal-kernel I have created in my local nexus > server: > > C:\Nexus\sonatype-work\nexus\storage\liferay-ee-sp4\com\liferay\portal-kernel\5.2.8 > > How to make this path valid to be used by pom.xml?
If you have purchased the EE versions of liferay then you can manually install them into your nexus repository. Central will only contain Open Source (or free) libraries. Talk to you Nexus administrator or read up on the docs. Installing individual jars is as easy as uploading them to the Nexus repository - you should have a separate repository location for third party jars You will need * Deployment rights to upload the file * The correct groupId, artifactId, version for each file (I would follow the 6.0.6 example of groupId = com.liferay.portal artifactId = from the jar version = 5.2.8 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
