Jose Luis Osorno
1503134f77
Merge branch 'master' into sdk-4.0
2019-03-27 14:53:44 +01:00
Jose Luis Osorno
71ed669795
Merge pull request #562 from Alfresco/sdk-3.1
...
SDK 3.1 RELEASE
2019-03-27 14:46:25 +01:00
Jose Luis Osorno
7d9b7de8c8
Documentation - Update SDK-3.1 SDK-4.0 release versions
2019-03-27 14:42:43 +01:00
Martin Bergljung
7483212c1f
Merge branch 'sdk-4.0' of https://github.com/Alfresco/alfresco-sdk into sdk-4.0
2019-03-27 10:42:29 +00:00
Martin Bergljung
3d30a5893b
Added documentation around working with the projects
2019-03-27 10:25:53 +00:00
alfresco-build
32666d167f
[maven-release-plugin] prepare for next development iteration
2019-03-26 20:19:31 +00:00
alfresco-build
b737483c18
[maven-release-plugin] prepare release alfresco-sdk-aggregator-4.0.0
alfresco-sdk-aggregator-4.0.0
2019-03-26 20:19:24 +00:00
alfresco-build
4cdc281f7f
[maven-release-plugin] prepare for next development iteration
2019-03-26 18:50:32 +00:00
alfresco-build
f4c3ac7c84
[maven-release-plugin] prepare release alfresco-sdk-aggregator-3.1.0
alfresco-sdk-aggregator-3.1.0
2019-03-26 18:50:25 +00:00
alfresco-build
af8c6c42c4
[maven-release-plugin] prepare for next development iteration
2019-03-26 16:25:15 +00:00
alfresco-build
e61c08c650
[maven-release-plugin] prepare release alfresco-sdk-aggregator-3.1.0
2019-03-26 16:25:06 +00:00
Ole Hejlskov
cc14a39be4
Merge pull request #560 from Alfresco/sdk-4/platform-compile-approach
...
Archetypes - Change platform archetype build approach
2019-03-26 16:32:59 +01:00
Ole Hejlskov
c910fa2b40
Merge pull request #561 from Alfresco/sdk-4/share-compile-approach
...
Archetypes - Change share archetype build approach
2019-03-26 16:32:47 +01:00
Ole Hejlskov
3050c9deb4
Bump version to 3.1.0
2019-03-26 16:06:39 +01:00
Jose Luis Osorno
1ce98f09aa
Archetypes - Change share archetype build approach
...
- Build the project using package goal instead of install
- Remove unused test tasks of the scripts
2019-03-26 13:45:33 +01:00
Jose Luis Osorno
6dc927e668
Archetypes - Update default enterprise version to 5.2.4
2019-03-26 13:12:35 +01:00
Jose Luis Osorno
68155ef5a6
Archetypes - Move assembly plugin up
...
In the platform archetype move the assembly plugin definition
before the maven resources plugin definition to be executed
always before the copy of the amp in the extensions folder.
2019-03-26 12:47:25 +01:00
Jose Luis Osorno
e5e0a7f76d
Documentation - Update way of generating AMP in platform
2019-03-26 12:38:14 +01:00
Jose Luis Osorno
ea4c12a836
Archetypes - Change platform archetype build approach
...
- Build the project using package goal instead of install
- Copy the test dependencies only when IT is executed
- Add the build_start_it_supported task to execution scripts
2019-03-26 12:25:07 +01:00
Jose Luis Osorno
d949a778ef
Merge pull request #559 from Alfresco/sdk-4/bug-reload-acs
...
Archetypes - Compile IT module to avoid fail reload ACS
2019-03-26 08:50:18 +01:00
Jose Luis Osorno
099ac2ddeb
Archetypes - Compile IT module to avoid fail reload ACS
...
Add the compilation of the IT maven module to the reload_acs script
task to avoid a compilation failure if this module is not compiled
in this task.
2019-03-26 08:42:09 +01:00
Ole Hejlskov
b0bc6a38d5
Merge pull request #558 from Alfresco/sdk-4/acs-61-versions
...
Archetypes - Update Alfresco 6.1 versions
2019-03-25 16:56:04 +01:00
Jose Luis Osorno
1d1e89a86d
Archetypes - Remove unnecessary properties
2019-03-25 16:51:05 +01:00
Jose Luis Osorno
517b20859e
Documentation - Update Alfresco versions
2019-03-25 16:20:41 +01:00
Jose Luis Osorno
e27d6f1a70
Archetypes - Update ACS 6.1 versions
...
- Update the ACS and share versions to Alfresco 6.1.
- Set Alfresco community 6.1 as the default one.
- Create new profile to test Alfresco community 6.0.
2019-03-25 16:15:09 +01:00
Jose Luis Osorno
10557e500d
Merge pull request #557 from Alfresco/bug/551
...
Archetypes - Make ACS containers optional in share archetype
2019-03-25 15:15:57 +01:00
Jose Luis Osorno
f7e4ea1b5c
Archetypes - Make ACS containers optional in share archetype
...
Modify the docker-compose.yml file of the share-jar archetype in order to
comment out the unnecessary containers (ACS, ASS, DB). They're optional and
can be used simply removing the comments.
2019-03-25 15:10:51 +01:00
Ole Hejlskov
7838649c81
Merge pull request #556 from Alfresco/sdk-4/aio-build-it-supported
...
Archetypes - Add build with IT supported task
2019-03-25 12:27:37 +01:00
Jose Luis Osorno
deaf4c06b8
Archetypes - Add build with IT supported task
...
Modify the run scripts to add the task: build_start_it_supported. After the
last changes regarding the way the project is compiled and retrieves the
IT dependencies, it losted the ability to run the project in docker with
IT support (including the libraries required to execute IT) but without
executing the tests. It only had build_start (no IT supported) and build_test
(IT supported but started and stopped the environment after IT execution).
This new task allows the execution of the docker environment with IT execution
supported to cover the next use cases:
- Running IT classes from IDE (for instance, to debug the execution).
- Running IT classes with hot reload enabled.
2019-03-25 12:14:43 +01:00
Jose Luis Osorno
067d751193
Merge pull request #547 from it-novum/sdk-4.0-build-and-docker-fixes
...
Sdk 4.0 build and docker fixes
2019-03-25 10:28:15 +01:00
Jose Luis Osorno
c0658f3a94
Merge pull request #555 from Alfresco/bug/548-549
...
Archetypes - Update module dependency version
2019-03-25 08:23:20 +01:00
Jose Luis Osorno
e378eec194
Archetypes - Update project version in dependency
...
Change the share module dependency version to project.version in order
to avoid errors updating project version.
Fix minor typo.
2019-03-25 08:19:05 +01:00
Jose Luis Osorno
01e79d6953
Archetypes - Update project version in dependency
...
Change the platform module dependency version to project.version in order
to avoid errors updating project version.
2019-03-25 08:17:23 +01:00
Ole Hejlskov
b00ee7f5e5
Merge pull request #545 from it-novum/sdk-4.0-remove-duplicate-versions
...
Sdk 4.0 remove duplicate versions
2019-02-15 16:07:22 +01:00
Piotr Anders
6e5445a271
* Changing run scripts to execute maven package/verify instead of install (and to run unit tests during build).
...
* Changing artifacts collection for docker deployment in platform-docker module to use scopes (for integration tests) and adding comment how to deal with amps only or amps+jars extenstions.
2019-02-07 17:11:16 +01:00
Piotr Anders
388f74eea3
Removing duplicate library versions which are managed via imported acs-packaging pom.
2019-02-07 11:42:02 +01:00
Piotr Anders
2db3051599
Renaming modules in AIO archetype:
...
[artifactId]-plaform-jar -> [artifactId]-platform
[artifactId]-share-jar -> [artifactId]-share
integration-tests -> [artifactId]-integration-tests
2019-02-07 11:05:05 +01:00
panderspl
8bb094b61a
Merge pull request #5 from Alfresco/sdk-4.0
...
Syncing upstream Sdk 4.0
2019-02-07 09:55:41 +01:00
Ole Hejlskov
a4e79cc569
Merge pull request #540 from jpotts/upgrade-to-4.0
...
Steps to upgrade to 4.0
2019-01-31 10:59:12 +01:00
Ole Hejlskov
c14887f549
Merge pull request #542 from Alfresco/bug/539
...
Archetypes - Remove redundant dependency copy
2019-01-31 10:58:32 +01:00
panderspl
4e225147ea
Merge pull request #4 from Alfresco/sdk-4.0
...
Syncing upstream Alfresco/alfresco-sdk(sdk-4-0)
2019-01-30 11:12:13 +01:00
Jose Luis Osorno
c5e92bdc25
Archetypes - Remove redundant dependency copy
...
Modify the AIO archetype docker modules to remove the redundant copy
of the dependency to the corresponding jar module (share or platform).
2019-01-30 08:14:34 +01:00
jpotts
ef59a6a39a
Add step to clean up project name references in run.sh and run.cmd
2019-01-29 14:16:41 +00:00
Jeff Potts
42dc3659bd
Add more details around platform module and share module dependencies. Add a blurb about deleting alf_data_dev. Add a short section on how to test.
2019-01-29 14:04:05 +00:00
Jeff Potts
5d1fb4f4d9
Formatting tweaks and example project name change
2019-01-29 13:46:21 +00:00
Jeff Potts
185c4ad2bd
Add new file to document upgrade steps
...
The new upgrading.md file documents steps necessary to upgrade from SDK 3.0.1 to SDK 4.0.0.
2019-01-29 07:26:48 -06:00
Ole Hejlskov
0b85afc6fd
Merge pull request #536 from Alfresco/sdk-4/platform-it
...
Archetypes - Add ITs to platform jar archetype
2019-01-29 14:07:44 +01:00
Ole Hejlskov
9db0f5cff1
Merge pull request #534 from Alfresco/sdk-4/doc-change-db
...
Documentation - Switching ACS database
2019-01-29 14:07:35 +01:00
Ole Hejlskov
243f94227b
Merge pull request #537 from Alfresco/bug/535
...
BUGFIX - Archetypes - Remove redundant license fileSet
2019-01-29 14:07:24 +01:00
Ole Hejlskov
330c66a1be
Merge pull request #538 from Alfresco/sdk-4/gitignore
...
Archetypes - Add gitignore files to archetypes
2019-01-29 14:06:50 +01:00