summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamas Penzes <tamaas@cloudera.com>2018-12-11 11:06:40 +0100
committerAndor Molnar <andor@apache.org>2018-12-11 11:06:40 +0100
commitd45bc3404119a9a9a02c89f7023b7b63dea71e50 (patch)
tree5c990063558e14deb06ef76cc34164a870600688
parenta0fb79f811253eb0a6e4b603277ad7a67f4bd86a (diff)
downloadzookeeper-d45bc3404119a9a9a02c89f7023b7b63dea71e50.tar.gz
ZOOKEEPER-3212: Fix website with adding doap.rdf back
During the website conversion the doap.rdf file got lost. Fix it with adding it back. Change-Id: I92f563ff633b638b3b0af6a2a08a0ce474478efb Author: Tamas Penzes <tamaas@cloudera.com> Reviewers: andor@apache.org Closes #734 from tamaashu/ZOOKEEPER-3212
-rw-r--r--pom.xml13
-rw-r--r--src/main/resources/doap.rdf (renamed from doap.rdf)0
2 files changed, 12 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f53bf1233..d84cf28f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
<version>1.0</version>
<executions>
<execution>
- <id>copy-file</id>
+ <id>copy-htaccess</id>
<phase>generate-sources</phase>
<goals>
<goal>copy</goal>
@@ -67,6 +67,17 @@
<destinationFile>target/html/.htaccess</destinationFile>
</configuration>
</execution>
+ <execution>
+ <id>copy-doap</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <sourceFile>${project.basedir}/src/main/resources/doap.rdf</sourceFile>
+ <destinationFile>target/html/doap.rdf</destinationFile>
+ </configuration>
+ </execution>
</executions>
</plugin>
</plugins>
diff --git a/doap.rdf b/src/main/resources/doap.rdf
index 2c37d368e..2c37d368e 100644
--- a/doap.rdf
+++ b/src/main/resources/doap.rdf