Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Building from sources

Standard instruction to use Git and Maven to build FlexMojos.

Accessing the sources

The Subversion source repository is not where current FlexMojos development is done. It has been moved to the Git VCS system and is stored on Github. To checkout the sources, you must have the git command installed, or an IDE which supports Git.

git clone https://github.com/velo/flexmojos.git

This command will clone the Github FlexMojos repository, which will make it available locally. git pull can be used to update your repository after you clone it. These commands are loosely equivalent to svn co and svn up (but not exactly).

Maven repository

FlexMojos depends on some Maven plugins only available at Sonatype public repository. You'll need to add the following to your Maven settings.xml file:

  • No labels