mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Remove $ from example commands in the README to make it simpler to copy and paste.
This commit is contained in:
22
README.md
22
README.md
@@ -113,20 +113,20 @@ and `acs-community-packaging` in a single Intellij IDEA project. They depend on
|
|||||||
want to make changes to both of them if you are changing the repository code.
|
want to make changes to both of them if you are changing the repository code.
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
$ mkdir work
|
mkdir work
|
||||||
$ cd work
|
cd works
|
||||||
$ git clone git@github.com:Alfresco/alfresco-community-repo.git
|
git clone git@github.com:Alfresco/alfresco-community-repo.git
|
||||||
$ git clone git@github.com:Alfresco/acs-community-packaging.git
|
git clone git@github.com:Alfresco/acs-community-packaging.git
|
||||||
~~~
|
~~~
|
||||||
If you wish to build these projects from the command line, use the following commands.
|
If you wish to build these projects from the command line, use the following commands.
|
||||||
~~~
|
~~~
|
||||||
$ cd alfresco-community-repo
|
cd alfresco-community-repo
|
||||||
$ mvn clean install -PcommunityDocker -DskipTests=true -Dversion.edition=Community
|
mvn clean install -PcommunityDocker -DskipTests=true -Dversion.edition=Community
|
||||||
$ cd ..
|
cd ..
|
||||||
|
|
||||||
$ cd acs-community-packaging
|
cd acs-community-packaging
|
||||||
$ mvn clean install -PcommunityDocker -Dmaven.javadoc.skip=true
|
mvn clean install -PcommunityDocker -Dmaven.javadoc.skip=true
|
||||||
$ cd ..
|
cd ..
|
||||||
~~~
|
~~~
|
||||||
In Itellij IDEA, create a new project using the `work` directory as the source.
|
In Itellij IDEA, create a new project using the `work` directory as the source.
|
||||||
* File > New Project from Existing Sources > .../work > Maven
|
* File > New Project from Existing Sources > .../work > Maven
|
||||||
@@ -143,7 +143,7 @@ to enable experimental features in your Docker Engine.
|
|||||||
~~~
|
~~~
|
||||||
## Branches
|
## Branches
|
||||||
As multiple projects have been combined, branch names use the ACS version they are targeting.
|
As multiple projects have been combined, branch names use the ACS version they are targeting.
|
||||||
For example the code used to create the repository in ACS 6.2.1 in a branch called `releases/6.2.1`.
|
For example the code used to create the repository in ACS 6.2.1 is a branch called `releases/6.2.1`.
|
||||||
|
|
||||||
The actual version number of the **repository artifacts** created by `alfresco-community-repo` are however different.
|
The actual version number of the **repository artifacts** created by `alfresco-community-repo` are however different.
|
||||||
For example `release/6.2.1` artifacts are `7.183.x`. This adds some complexity, but ensures that
|
For example `release/6.2.1` artifacts are `7.183.x`. This adds some complexity, but ensures that
|
||||||
|
Reference in New Issue
Block a user