Flexmojos public maven repository

Releases

Releases can be found in maven Central Repository maven.org and ibiblio.org. Also the releases available on the Flexmojos maven 2 repository http://repository.sonatype.org/content/groups/flexgroup/.

Snapshots

The latest snapshot builds can be downloaded directly from the Flexmojos maven 2 repository http://repository.sonatype.org/content/groups/flexgroup/.

3rd party flex artifacts

To run, flexmojos need some 3rd party artifacts, which aren’t available on maven Central Repository or at any known public repository. 3rd party artifacts can be downloaded directly from the Flexmojos maven 2 repository at http://repository.sonatype.org/content/groups/flexgroup/.

Sample settings

Just add a settings.xml at USERHOME/.m2 with the following content:



  
	 
        flex-mojos
            
                
                    flex-mojos-repository
                    http://repository.sonatype.org/content/groups/flexgroup/
                     true 
                     false 
                
            
            
                
                    local
                    http://repository.sonatype.org/content/groups/flexgroup/
                     true 
                     false 
                
            
        
    

    
        flex-mojos