settings.xml 569 B

123456789101112131415161718192021
  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.1.0
  4. http://maven.apache.org/xsd/settings-1.1.0.xsd">
  5. <localRepository />
  6. <interactiveMode />
  7. <usePluginRegistry />
  8. <offline />
  9. <pluginGroups />
  10. <servers>
  11. <server>
  12. <id>nexus-projects.itemis.de</id>
  13. <username>${P2_SERVER_USER}</username>
  14. <password>${P2_SERVER_PASSWORD}</password>
  15. </server>
  16. </servers>
  17. <proxies />
  18. <profiles />
  19. <activeProfiles />
  20. </settings>