raoyin.iml 1.2 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
  3. <component name="FacetManager">
  4. <facet type="web" name="Web">
  5. <configuration>
  6. <descriptors>
  7. <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/src/main/webapp/WEB-INF/web.xml" />
  8. </descriptors>
  9. <webroots>
  10. <root url="file://$MODULE_DIR$/src/main/webapp" relative="/" />
  11. </webroots>
  12. </configuration>
  13. </facet>
  14. </component>
  15. <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
  16. <output url="file://$MODULE_DIR$/target/classes" />
  17. <output-test url="file://$MODULE_DIR$/target/test-classes" />
  18. <content url="file://$MODULE_DIR$">
  19. <excludeFolder url="file://$MODULE_DIR$/target" />
  20. </content>
  21. <orderEntry type="inheritedJdk" />
  22. <orderEntry type="sourceFolder" forTests="false" />
  23. <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" />
  24. <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
  25. </component>
  26. </module>