Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.tasks-site/assembly.xml13
-rw-r--r--org.eclipse.mylyn.tasks-site/pom.xml23
2 files changed, 0 insertions, 36 deletions
diff --git a/org.eclipse.mylyn.tasks-site/assembly.xml b/org.eclipse.mylyn.tasks-site/assembly.xml
deleted file mode 100644
index 907a49c00..000000000
--- a/org.eclipse.mylyn.tasks-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.tasks-site/pom.xml b/org.eclipse.mylyn.tasks-site/pom.xml
index 2f8d36c46..d79e1053e 100644
--- a/org.eclipse.mylyn.tasks-site/pom.xml
+++ b/org.eclipse.mylyn.tasks-site/pom.xml
@@ -11,27 +11,4 @@
<artifactId>org.eclipse.mylyn.tasks-site</artifactId>
<packaging>eclipse-update-site</packaging>
<name>Mylyn Tasks</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.2.1</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>
- </plugins>
- </build>
</project>

Back to the top