jpress-web-template-jblog.iml 1013 B

123456789101112131415161718192021222324
  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" inherit-compiler-output="false">
  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. </component>
  24. </module>