07-08-2016 06:43 AM
<build>
<plugins>
<plugin>
<groupId>org.alfresco.maven.plugin</groupId>
<artifactId>alfresco-maven-plugin</artifactId>
<extensions>true</extensions>
<executions>
<execution>
<id>install-amps</id>
<goals>
<goal>install</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
<configuration>
<ampLocation>libs</ampLocation>
</configuration>
</plugin>
<imports>
<!– Import Alfresco Dictionary Definitions –>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d" />
<!– Import Alfresco Content Domain Model Definitions –>
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm" />
<import uri="http://someurl/othercomponent/content/1.0" prefix="rootmodel" />
</imports>
07-11-2016 06:50 AM
07-12-2016 05:24 AM
<!– Registration of new models –>
<bean id="child.dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="root.dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/extension/model/childModel.xml</value>
</list>
</property>
</bean>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.