Skip to content

Instantly share code, notes, and snippets.

@velo
Created October 14, 2010 17:59
Show Gist options
  • Save velo/626676 to your computer and use it in GitHub Desktop.
Save velo/626676 to your computer and use it in GitHub Desktop.
<settings>
<profiles>
<profile>
<id>flex-mojos</id>
<repositories>
<!-- Required for regular plugin use until moved over to Maven central repo. -->
<repository>
<id>flex-mojos-repository</id>
<url>http://repository.sonatype.org/content/groups/flexgroup/</url>
<releases> <enabled>true</enabled> </releases>
<snapshots> <enabled>true</enabled> </snapshots>
</repository>
</repositories>
<pluginRepositories>
<!-- Required for regular plugin use until moved over to Maven central repo. -->
<pluginRepository>
<id>flex-mojos-plugin-repository</id>
<url>http://repository.sonatype.org/content/groups/flexgroup/</url>
<releases> <enabled>true</enabled> </releases>
<snapshots> <enabled>false</enabled> </snapshots>
</pluginRepository>
<!-- Required for building plugin from source. -->
<pluginRepository>
<id>flex-mojos-internal-plugins-repository</id>
<url>http://repository.sonatype.org/content/groups/public/</url>
<releases> <enabled>true</enabled> </releases>
<snapshots> <enabled>true</enabled> </snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>flex-mojos</activeProfile>
</activeProfiles>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment