/samples/pom.xml

http://github.com/scalate/scalate · XML · 54 lines · 29 code · 6 blank · 19 comment · 0 complexity · 5625574a0fa3a56b8a1021b168e73674 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2009-2011 the original author or authors.
  4. See the notice.md file distributed with this work for additional
  5. information regarding copyright ownership.
  6. Licensed under the Apache License, Version 2.0 (the "License");
  7. you may not use this file except in compliance with the License.
  8. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  17. <modelVersion>4.0.0</modelVersion>
  18. <parent>
  19. <groupId>org.scalatra.scalate</groupId>
  20. <artifactId>scalate-project_2.10</artifactId>
  21. <version>1.7.2-SNAPSHOT</version>
  22. </parent>
  23. <groupId>org.scalatra.scalate.samples</groupId>
  24. <artifactId>samples_2.10</artifactId>
  25. <packaging>pom</packaging>
  26. <name>${project.artifactId}</name>
  27. <modules>
  28. <module>scalate-sample</module>
  29. <module>scalate-sample-precompile</module>
  30. <module>scalate-sample-sitegen</module>
  31. <module>scalate-sample-scuery</module>
  32. <module>scalate-sample-spring-mvc</module>
  33. <module>scalate-bookstore</module>
  34. </modules>
  35. <profiles>
  36. <profile>
  37. <id>presentation</id>
  38. <modules>
  39. <module>scalate-presentation</module>
  40. </modules>
  41. </profile>
  42. </profiles>
  43. </project>