mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-08-07 17:49:34 +00:00
Tune generated doc (mostly Maven Alfresco SDK -> Alfresco SDK)
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
Introduction
|
||||
|
||||
The Maven Alfresco SDK Parent POM ${project.version} is the <<<single entry point>>> for all Maven Alfresco SDK\x99 features.
|
||||
The Alfresco SDK Parent POM ${project.version} is the <<<single entry point>>> for all Alfresco SDK\x99 features.
|
||||
It aggregates plugin configurations and dependencies to provide a set of profiles and properties to manage the full Alfresco projects Lifecycle on Maven.
|
||||
|
||||
The current version of the POM in use in the Maven Alfresco SDK\x99 ${project.version} is available {{{https://oss.sonatype.org/index.html#nexus-search;gav~org.alfresco.maven~alfresco-sdk-parent~${project.version}~pom~}on Maven Central}}.
|
||||
The current version of the POM in use in the Alfresco SDK\x99 ${project.version} is available {{{https://oss.sonatype.org/index.html#nexus-search;gav~org.alfresco.maven~alfresco-sdk-parent~${project.version}~pom~}on Maven Central}}.
|
||||
|
||||
Usage
|
||||
|
||||
You can reference Maven Alfresco SDK POM in your POM adding the following snippet:
|
||||
You can reference Alfresco SDK POM in your POM adding the following snippet:
|
||||
|
||||
+---+
|
||||
<project>
|
||||
@@ -29,7 +29,7 @@ Usage
|
||||
</project>
|
||||
+---+
|
||||
|
||||
This will reference the Maven 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
|
||||
@@ -38,4 +38,4 @@ Usage
|
||||
* Examples / archetypes
|
||||
|
||||
To kickstart your SDK experience and to provide examples on how to use it, archetypes are available already using this POM.
|
||||
Check the menu item <SDK Components> for more samples.
|
||||
Check the menu item <SDK Components> for more samples.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
------
|
||||
Maven Alfresco SDK\x99 Profiles
|
||||
Alfresco SDK\x99 Profiles
|
||||
------
|
||||
Gabriele Columbro
|
||||
------
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
SDK Available Profiles
|
||||
|
||||
The Maven Alfresco SDK\x99 defines common features required by different Alfresco projects.
|
||||
The Alfresco SDK\x99 defines common features required by different Alfresco projects.
|
||||
While the <<<recommended>>> way is to use full working examples of usage of these profiles (e.g. the
|
||||
{{{../../archetypes/alfresco-amp-archetype/index.html}Repo AMP}}, {{{../../archetypes/share-amp-archetype/index.html}Share AMP} and {{{../../archetypes/alfresco-allinone-archetype/index.html}All-in-One}} archetypes),
|
||||
you can also directly use this POM as a parent in your custom project.
|
||||
@@ -38,7 +38,7 @@ SDK Available Profiles
|
||||
|
||||
|
||||
The full list of available profiles (with their activation conditions) can be instead found in the <<<profiles>>> section of the
|
||||
{{{https://artifacts.alfresco.com/nexus/index.html#nexus-search;gav~org.alfresco.maven~alfresco-sdk-parent~${project.version}~pom~}Maven Alfresco SDK POM}}.
|
||||
{{{https://artifacts.alfresco.com/nexus/index.html#nexus-search;gav~org.alfresco.maven~alfresco-sdk-parent~${project.version}~pom~}Alfresco SDK POM}}.
|
||||
|
||||
Full SDK properties reference
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
------
|
||||
Maven Alfresco SDK Properties
|
||||
Alfresco SDK Properties
|
||||
------
|
||||
Gabriele Columbro
|
||||
------
|
||||
@@ -20,7 +20,7 @@ Common SDK properties
|
||||
-->
|
||||
<properties>
|
||||
<alfresco.groupId>org.alfresco</alfresco.groupId>
|
||||
<alfresco.version>4.2.b</alfresco.version>
|
||||
<alfresco.version>5.0.c</alfresco.version>
|
||||
<!-- Defines root logger log level for testing and embedded run -->
|
||||
<app.log.root.level>WARN</app.log.root.level>
|
||||
<!-- Logging dir. Note the trailing slash is required -->
|
||||
|
@@ -2,7 +2,7 @@
|
||||
<skin>
|
||||
<groupId>org.apache.maven.skins</groupId>
|
||||
<artifactId>maven-fluido-skin</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<version>1.3.1</version>
|
||||
</skin>
|
||||
|
||||
<custom>
|
||||
|
Reference in New Issue
Block a user