Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <settings xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
  4. http://maven.apache.org/xsd/settings-1.0.0.xsd">
  5. <!--<activeProfiles>
  6. <activeProfile>kuali-developer</activeProfile>
  7. </activeProfiles>-->
  8.  
  9. <mirrors>
  10. <mirror>
  11. <id>kuali.public</id>
  12. <url>http://nexus.kuali.org/content/groups/public</url>
  13. <mirrorOf>*,!uw.build.repository</mirrorOf>
  14. </mirror>
  15. </mirrors>
  16.  
  17. <profiles>
  18.  
  19. <!-- Profile used to select kuali developer repositories -->
  20. <profile>
  21. <id>kuali-developer</id>
  22. <properties>
  23. </properties>
  24. </profile>
  25.  
  26.  
  27. </profiles>
  28. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement