Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{multi-excerpt:name=sample 1}

Checkout

the

source

from

Apache

Stratos

remote

repository

to

a

folder

of

your

choice.

git

clone

https://git-wip-us.apache.org/repos/asf/incubator-stratos.git

<local-folder-name>

For

example:

git

clone

https://git-wip-us.apache.org/repos/asf/incubator-stratos.git

myLocalRepo

Excerpt

Step 1 - Check out the source

Wiki Markup
Info
HTML
Make sure that you have setup Git properly. For more information, go to <a target="_blank" href=http://git-scm.com/book/en/Getting-Started-First-Time-Git
-Setup {multi-excerpt}

 

-Setup>http://git-scm.com/book/en/Getting-Started-First-Time-Git-Setup</a>

Step 2 - Build using Maven

unmigrated-wiki-markup

{multi-excerpt:name=sample 2}

1.

Go

to

the

top

level

of

the

directory

in

which

you

checked

out

the

source.

cd

<local-folder-name>

For

example:

cd

myLocalRepo

2.

Use

the

Maven

to

build

the

source.

mvn

clean

install

{multi-excerpt}