-- fixed POM snippet

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@636 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab 2012-11-04 20:20:11 +00:00
parent 394102051d
commit 830df696c5

View File

@ -16,6 +16,7 @@ Alfresco SDK Parent - Part of Maven Alfresco SDK\x99
Usage Usage
You can reference Alfresco SDK POM in your POM adding the following snippet: You can reference Alfresco SDK POM in your POM adding the following snippet:
+---+ +---+
<project> <project>
... ...
@ -27,8 +28,9 @@ Usage
... ...
</project> </project>
+---+ +---+
This will reference the Alfresco SDK project as <<<parent>>> project, allowing you to inherit all SDK features. This will reference the Alfresco SDK project as <<<parent>>> project, allowing you to inherit all SDK features.
Full dependency information for other build systems can be found in the {{{./dependency-info.html} Dependency Info page}}.
Features are provided in terms of {{{./sdk-profiles.html} Maven profiles}}, and high configurability is provided with Features are provided in terms of {{{./sdk-profiles.html} Maven profiles}}, and high configurability is provided with
{{{./sdk-properties}POM properties}} avaialble to sibling projects. {{{./sdk-properties}POM properties}} avaialble to sibling projects.