Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.incubator-site')
-rw-r--r--org.eclipse.mylyn.incubator-site/assembly.xml13
-rw-r--r--org.eclipse.mylyn.incubator-site/pom.xml132
2 files changed, 56 insertions, 89 deletions
diff --git a/org.eclipse.mylyn.incubator-site/assembly.xml b/org.eclipse.mylyn.incubator-site/assembly.xml
deleted file mode 100644
index 907a49c0..00000000
--- a/org.eclipse.mylyn.incubator-site/assembly.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<assembly>
- <id>site</id>
- <formats>
- <format>zip</format>
- </formats>
- <includeBaseDirectory>false</includeBaseDirectory>
- <fileSets>
- <fileSet>
- <directory>${project.build.directory}/site</directory>
- <outputDirectory>/</outputDirectory>
- </fileSet>
- </fileSets>
-</assembly>
diff --git a/org.eclipse.mylyn.incubator-site/pom.xml b/org.eclipse.mylyn.incubator-site/pom.xml
index a2e5ae45..4c848fe9 100644
--- a/org.eclipse.mylyn.incubator-site/pom.xml
+++ b/org.eclipse.mylyn.incubator-site/pom.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2009, Igor Fedorenko <igor@ifedorenko.com>
+Copyright (C) 2009, Igor Fedorenko <igor@ifedorenko.com>
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
- -->
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License v1.0
+which accompanies this distribution, and is available at
+http://www.eclipse.org/legal/epl-v10.html
+-->
<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">
+ 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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.mylyn.incubator</groupId>
@@ -28,14 +28,14 @@
<profile>
<id>hudson.eclipse.org</id>
<activation>
- <property>
+ <property>
<name>user.name</name>
<value>hudsonbuild</value>
- </property>
+ </property>
</activation>
<properties>
- <dist.site>/home/data/httpd/download.eclipse.org/mylyn/incubator</dist.site>
- <dist.archive>${dist.site}/drops</dist.archive>
+ <dist.site>/home/data/httpd/download.eclipse.org/mylyn/incubator</dist.site>
+ <dist.archive>${dist.site}/drops</dist.archive>
</properties>
</profile>
</profiles>
@@ -61,25 +61,6 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-4</version>
- <configuration>
- <descriptors>
- <descriptor>assembly.xml</descriptor>
- </descriptors>
- </configuration>
- <executions>
- <execution>
- <id>make-assembly</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
@@ -95,7 +76,7 @@
<directory>.</directory>
<includes>
<include>index.html</include>
- <include>web/*</include>
+ <include>web/*</include>
</includes>
</resource>
</resources>
@@ -103,50 +84,49 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>1.6</version>
- <executions>
- <execution>
- <id>pack-and-sign</id>
- <phase>install</phase>
- <configuration>
- <target>
- <ant antfile="pack-and-sign/build.xml">
- <property name="localRepository" value="${settings.localRepository}"/>
- <property name="projectDir" value="${project.build.directory}"/>
- <property name="signDir" value="${sign-dir}"/>
- <property name="archiveDir" value="${dist.archive}"/>
- <property name="siteDir" value="${dist.site}"/>
-
- <property name="dist" value="mylyn"/>
- <property name="filter" value="mylyn"/>
- <property name="repositoryName" value="${dist.repository}"/>
- <property name="pack200" value="${dist.pack200}"/>
-
- <property name="skipSign" value="${sign.skip}"/>
- <property name="skipPack" value="${pack.skip}"/>
- <property name="skipPromote" value="${promote.skip}"/>
-
- <property name="version" value="${unqualifiedVersion}"/>
- <property name="qualifier" value="${buildQualifier}"/>
- </ant>
- <echo file="${project.build.directory}/version.properties">
- <![CDATA[
-${unqualifiedVersion}
-${buildQualifier}
-]]>
- </echo>
- </target>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.6</version>
+ <executions>
+ <execution>
+ <id>pack-and-sign</id>
+ <phase>install</phase>
+ <configuration>
+ <target>
+ <ant antfile="pack-and-sign/build.xml">
+ <property name="localRepository" value="${settings.localRepository}"/>
+ <property name="projectDir" value="${project.build.directory}"/>
+ <property name="signDir" value="${sign-dir}"/>
+ <property name="archiveDir" value="${dist.archive}"/>
+ <property name="siteDir" value="${dist.site}"/>
+
+ <property name="dist" value="mylyn"/>
+ <property name="filter" value="mylyn"/>
+ <property name="repositoryName" value="${dist.repository}"/>
+ <property name="pack200" value="${dist.pack200}"/>
+
+ <property name="skipSign" value="${sign.skip}"/>
+ <property name="skipPack" value="${pack.skip}"/>
+ <property name="skipPromote" value="${promote.skip}"/>
+
+ <property name="version" value="${unqualifiedVersion}"/>
+ <property name="qualifier" value="${buildQualifier}"/>
+ </ant>
+ <echo file="${project.build.directory}/version.properties">
+ <![CDATA[
+ ${unqualifiedVersion}
+ ${buildQualifier}
+ ]]>
+ </echo>
+ </target>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>

Back to the top