1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 Copyright (C) 2011 Ericsson
5 All rights reserved. This program and the accompanying materials
6 are made available under the terms of the Eclipse Public License v1.0
7 which accompanies this distribution, and is available at
8 http://www.eclipse.org/legal/epl-v10.html
11 Ericsson - initial implementation
14 <project xmlns=
"http://maven.apache.org/POM/4.0.0"
15 xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
16 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>
20 <artifactId>org.eclipse.tracecompass.releng-parent
</artifactId>
21 <groupId>org.eclipse.tracecompass
</groupId>
22 <version>2.0.0-SNAPSHOT
</version>
25 <artifactId>org.eclipse.tracecompass.releng-site
</artifactId>
26 <name>Trace Compass Repository
</name>
27 <packaging>eclipse-repository
</packaging>
32 <groupId>org.jboss.tools.tycho-plugins
</groupId>
33 <artifactId>repository-utils
</artifactId>
36 <id>generate-facade
</id>
37 <phase>package
</phase>
39 <goal>generate-repository-facade
</goal>
44 <removeDefaultCategory>true
</removeDefaultCategory>
45 <skipWebContentGeneration>true
</skipWebContentGeneration>
46 <skipBuildInfo>true
</skipBuildInfo>
54 <id>deploy-update-site
</id>
56 <siteDestination>/home/data/httpd/download.eclipse.org/tracecompass/master/repository/
</siteDestination>
61 <artifactId>maven-antrun-plugin
</artifactId>
62 <version>1.8</version>
66 <phase>install
</phase>
72 <delete includeemptydirs=
"false">
74 dir=
"${siteDestination}">
78 <copy includeemptydirs=
"false"
79 todir=
"${siteDestination}">
80 <fileset dir=
"target/repository">