Versions Compared

Key

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

...

Building the SCA source code :

Code Block
cd trunk
mvn -fae clean install

It should work even if you start with an empty Maven local repository, and it should always work, however when you are building for Tuscany for the first time there are a lot of dependencies which must be downloaded so the first build can take a long time and it may fail with problems retrieving the dependencies.

...