|
Page Edited :
SM :
Configuring Maven
Configuring Maven has been edited by Gert Vanthienen (Sep 27, 2007). Content:
Due to Apache Incubator policies, the ServiceMix 3.1.1-incubating release and earlier are not available in public Maven repositories, so you need to
The last point can be done by modifying your ~/.m2/settings.xml configuration file to include the following information: <settings> <profiles> <profile> <id>incubating</id> <repositories> <repository> <id>apache-incubating</id> <url>http://people.apache.org/repo/m2-incubating-repository</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>apache-incubating</id> <url>http://people.apache.org/repo/m2-incubating-repository</url> </pluginRepository> </pluginRepositories> </profile> </profiles> <activeProfiles> <activeProfile>incubating</activeProfile> </activeProfiles> </settings> |
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
Unsubscribe or edit your notifications preferences
