Install OSGi dependencies using a property files
Closed this issue · 0 comments
cgoncas commented
You can install some dependencies in the Liferay container if you configure the property dependencyPropertyFile
<extension qualifier="liferay">
<property name="dependencyPropertyFile">src/test/resources/test-dependencies.properties</property>
</extension>
and the file src/test/resources/test-dependencies.properties is
mvn:com.liferay.portal:portal-test:7.0.0-SNAPSHOT