Revision: | 48447 |
Committed: | Thu Jan 29 08:41:31 2015 UTC (7 years, 6 months ago) by mdenburger |
Content type: | text/xml |
File size: | 964 byte(s) |
Log Message: | CMS7-8371: merge changes from archetypes trunk, including the rename of web resources to web files |
# | Content |
---|---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <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/xsd/maven-4.0.0.xsd"> |
3 | <modelVersion>4.0.0</modelVersion> |
4 | |
5 | <parent> |
6 | <groupId>org.onehippo.restyling</groupId> |
7 | <artifactId>demo-bootstrap</artifactId> |
8 | <version>1.01.00-SNAPSHOT</version> |
9 | </parent> |
10 | |
11 | <name>Restyling Demo Bootstrap Web Files</name> |
12 | <description>Restyling Demo Bootstrap Web Files</description> |
13 | <artifactId>demo-bootstrap-webfiles</artifactId> |
14 | |
15 | <build> |
16 | <plugins> |
17 | <plugin> |
18 | <groupId>org.apache.maven.plugins</groupId> |
19 | <artifactId>maven-resources-plugin</artifactId> |
20 | <version>${maven.plugin.resources.version}</version> |
21 | <configuration> |
22 | <includeEmptyDirs>true</includeEmptyDirs> |
23 | </configuration> |
24 | </plugin> |
25 | </plugins> |
26 | </build> |
27 | |
28 | </project> |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |