mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-06-02 17:35:25 +00:00
Merge branch 'master' of https://github.com/Alfresco/alfresco-sdk
This commit is contained in:
commit
a46eed0d7b
@ -10,7 +10,7 @@
|
|||||||
<defaultValue>org.alfresco</defaultValue>
|
<defaultValue>org.alfresco</defaultValue>
|
||||||
</requiredProperty>
|
</requiredProperty>
|
||||||
<requiredProperty key="alfresco_target_version">
|
<requiredProperty key="alfresco_target_version">
|
||||||
<defaultValue>5.0.a</defaultValue>
|
<defaultValue>5.0.b</defaultValue>
|
||||||
</requiredProperty>
|
</requiredProperty>
|
||||||
<requiredProperty key="package">
|
<requiredProperty key="package">
|
||||||
<defaultValue>(not used)</defaultValue>
|
<defaultValue>(not used)</defaultValue>
|
||||||
|
@ -140,14 +140,6 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<!-- Needed to fix http://code.google.com/p/maven-alfresco-archetypes/issues/detail?id=150.
|
|
||||||
Only for community, scope controlled by dependencyManagement via sdk-parent -->
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.slf4j</groupId>
|
|
||||||
<artifactId>jcl-over-slf4j</artifactId>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</profile>
|
</profile>
|
||||||
<!-- Installs the needed runtime artifact for an RM (Records Management) project -->
|
<!-- Installs the needed runtime artifact for an RM (Records Management) project -->
|
||||||
<profile>
|
<profile>
|
||||||
|
@ -46,7 +46,7 @@ mvn archetype:generate -Dfilter=org.alfresco.maven.archetype: -DarchetypeCatalog
|
|||||||
|
|
||||||
[[2]] Specify the <<<groupId>>> and <<<artifactId>>> for the project you want to create
|
[[2]] Specify the <<<groupId>>> and <<<artifactId>>> for the project you want to create
|
||||||
|
|
||||||
[[3]] (<Optionally>) Select Alfresco Version / Edition (current default is: Alfresco Community 5.0.a)
|
[[3]] (<Optionally>) Select Alfresco Version / Edition (current default is: Alfresco Community 5.0.b)
|
||||||
|
|
||||||
You can find new Alfresco All-in-One project ready to go in the <<<artifactId>>> folder.
|
You can find new Alfresco All-in-One project ready to go in the <<<artifactId>>> folder.
|
||||||
|
|
||||||
|
@ -3,4 +3,4 @@ version=0.1-SNAPSHOT
|
|||||||
groupId=archetype.it
|
groupId=archetype.it
|
||||||
artifactId=allInOneTest
|
artifactId=allInOneTest
|
||||||
alfresco_target_groupId=org.alfresco
|
alfresco_target_groupId=org.alfresco
|
||||||
alfresco_target_version=5.0.a
|
alfresco_target_version=5.0.b
|
||||||
|
@ -3,4 +3,4 @@ version=0.1-SNAPSHOT
|
|||||||
groupId=archetype.it
|
groupId=archetype.it
|
||||||
artifactId=allInOneTest
|
artifactId=allInOneTest
|
||||||
alfresco_target_groupId=org.alfresco
|
alfresco_target_groupId=org.alfresco
|
||||||
alfresco_target_version=5.0.a
|
alfresco_target_version=5.0.b
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<defaultValue>org.alfresco</defaultValue>
|
<defaultValue>org.alfresco</defaultValue>
|
||||||
</requiredProperty>
|
</requiredProperty>
|
||||||
<requiredProperty key="alfresco_target_version">
|
<requiredProperty key="alfresco_target_version">
|
||||||
<defaultValue>5.0.a</defaultValue>
|
<defaultValue>5.0.b</defaultValue>
|
||||||
</requiredProperty>
|
</requiredProperty>
|
||||||
<requiredProperty key="package">
|
<requiredProperty key="package">
|
||||||
<defaultValue>(not used)</defaultValue>
|
<defaultValue>(not used)</defaultValue>
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
package=it.pkg
|
package=it.pkg
|
||||||
version=0.1-SNAPSHOT
|
version=0.1-SNAPSHOT
|
||||||
groupId=archetype.it
|
groupId=archetype.it
|
||||||
alfresco_target_version=5.0.a
|
alfresco_target_version=5.0.b
|
||||||
$=cat archetype.properties
|
$=cat archetype.properties
|
||||||
alfresco_target_groupId=org.alfresco
|
alfresco_target_groupId=org.alfresco
|
||||||
alfresco_target_amp_client_war=alfresco
|
alfresco_target_amp_client_war=alfresco
|
||||||
alfresco_target_amp_client_war_groupId=org.alfresco
|
alfresco_target_amp_client_war_groupId=org.alfresco
|
||||||
alfresco_target_amp_client_war_version=5.0.a
|
alfresco_target_amp_client_war_version=5.0.b
|
||||||
artifactId=basic
|
artifactId=basic
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
package=it.pkg
|
package=it.pkg
|
||||||
version=0.1-SNAPSHOT
|
version=0.1-SNAPSHOT
|
||||||
groupId=archetype.it
|
groupId=archetype.it
|
||||||
alfresco_target_version=5.0.a
|
alfresco_target_version=5.0.b
|
||||||
$=cat archetype.properties
|
$=cat archetype.properties
|
||||||
alfresco_target_groupId=org.alfresco
|
alfresco_target_groupId=org.alfresco
|
||||||
alfresco_target_amp_client_war=alfresco
|
alfresco_target_amp_client_war=alfresco
|
||||||
alfresco_target_amp_client_war_groupId=org.alfresco
|
alfresco_target_amp_client_war_groupId=org.alfresco
|
||||||
alfresco_target_amp_client_war_version=5.0.a
|
alfresco_target_amp_client_war_version=5.0.b
|
||||||
artifactId=basic
|
artifactId=basic
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<defaultValue>org.alfresco</defaultValue>
|
<defaultValue>org.alfresco</defaultValue>
|
||||||
</requiredProperty>
|
</requiredProperty>
|
||||||
<requiredProperty key="alfresco_target_version">
|
<requiredProperty key="alfresco_target_version">
|
||||||
<defaultValue>5.0.a</defaultValue>
|
<defaultValue>5.0.b</defaultValue>
|
||||||
</requiredProperty>
|
</requiredProperty>
|
||||||
<requiredProperty key="package">
|
<requiredProperty key="package">
|
||||||
<defaultValue>(not used)</defaultValue>
|
<defaultValue>(not used)</defaultValue>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!-- Alfresco 5.0.a share-config-custom.xml sample -->
|
<!-- Alfresco 5.0.b share-config-custom.xml sample -->
|
||||||
<alfresco-config>
|
<alfresco-config>
|
||||||
|
|
||||||
<!-- Global config section -->
|
<!-- Global config section -->
|
||||||
|
@ -42,7 +42,7 @@ mvn archetype:generate -DarchetypeCatalog=https://artifacts.alfresco.com/nexus/c
|
|||||||
|
|
||||||
[[2]] Specify the <<<groupId>>> and <<<artifactId>>> for the project you want to create
|
[[2]] Specify the <<<groupId>>> and <<<artifactId>>> for the project you want to create
|
||||||
|
|
||||||
[[3]] (<Optionally>) Select Alfresco Version / Edition (current default is: Alfresco Community 5.0.a)
|
[[3]] (<Optionally>) Select Alfresco Version / Edition (current default is: Alfresco Community 5.0.b)
|
||||||
|
|
||||||
You can find new Share AMP project ready to go in the <<<artifactId>>> folder.
|
You can find new Share AMP project ready to go in the <<<artifactId>>> folder.
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ mvn archetype:generate -Dfilter=org.alfresco.maven.archetype: -DarchetypeCatalog
|
|||||||
|
|
||||||
[[2]] Specify the <<<groupId>>> and <<<artifactId>>> for the project you want to create
|
[[2]] Specify the <<<groupId>>> and <<<artifactId>>> for the project you want to create
|
||||||
|
|
||||||
[[3]] (<Optionally>) Select Alfresco Version / Edition (current default is: Alfresco Community 5.0.a)
|
[[3]] (<Optionally>) Select Alfresco Version / Edition (current default is: Alfresco Community 5.0.b)
|
||||||
|
|
||||||
You can find new Share AMP project ready to go in the <<<artifactId>>> folder.
|
You can find new Share AMP project ready to go in the <<<artifactId>>> folder.
|
||||||
|
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
package=it.pkg
|
package=it.pkg
|
||||||
version=0.1-SNAPSHOT
|
version=0.1-SNAPSHOT
|
||||||
groupId=archetype.it
|
groupId=archetype.it
|
||||||
alfresco_target_version=5.0.a
|
alfresco_target_version=5.0.b
|
||||||
$=cat archetype.properties
|
$=cat archetype.properties
|
||||||
alfresco_target_groupId=org.alfresco
|
alfresco_target_groupId=org.alfresco
|
||||||
alfresco_target_amp_client_war=share
|
alfresco_target_amp_client_war=share
|
||||||
alfresco_target_amp_client_war_groupId=org.alfresco
|
alfresco_target_amp_client_war_groupId=org.alfresco
|
||||||
alfresco_target_amp_client_war_version=5.0.a
|
alfresco_target_amp_client_war_version=5.0.b
|
||||||
artifactId=basic
|
artifactId=basic
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
package=it.pkg
|
package=it.pkg
|
||||||
version=0.1-SNAPSHOT
|
version=0.1-SNAPSHOT
|
||||||
groupId=archetype.it
|
groupId=archetype.it
|
||||||
alfresco_target_version=5.0.a
|
alfresco_target_version=5.0.b
|
||||||
$=cat archetype.properties
|
$=cat archetype.properties
|
||||||
alfresco_target_groupId=org.alfresco
|
alfresco_target_groupId=org.alfresco
|
||||||
alfresco_target_amp_client_war=share
|
alfresco_target_amp_client_war=share
|
||||||
alfresco_target_amp_client_war_groupId=org.alfresco
|
alfresco_target_amp_client_war_groupId=org.alfresco
|
||||||
alfresco_target_amp_client_war_version=5.0.a
|
alfresco_target_amp_client_war_version=5.0.b
|
||||||
artifactId=basic
|
artifactId=basic
|
||||||
|
@ -79,7 +79,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-mmt</artifactId>
|
<artifactId>alfresco-mmt</artifactId>
|
||||||
<version>5.0.a</version>
|
<version>5.0.b</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.alfrescolabs.alfresco-technical-validation</groupId>
|
<groupId>org.alfrescolabs.alfresco-technical-validation</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user