Moved system prompt to configuration file.
[alyverkko-cli.git] / maven.xml
1 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
2           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3           xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
4                                  http://maven.apache.org/xsd/settings-1.0.0.xsd">
5     <localRepository/>
6     <interactiveMode/>
7     <usePluginRegistry/>
8     <offline/>
9     <pluginGroups/>
10     <servers/>
11     <mirrors/>
12     <proxies/>
13     <profiles/>
14     <activeProfiles/>
15 </settings>