Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-03-01 21:34:39 +0000
committerSteffen Pingel2012-03-01 21:34:39 +0000
commit11c3d35e5a656cd4140208b9c3a28386ab71b21c (patch)
treeec301bf13d750707de82470241e314b5f8e75e92 /org.eclipse.mylyn.tasks-site/pom.xml
parentdeb07ff1d1b622389cab26906f64738e5697357e (diff)
downloadorg.eclipse.mylyn.tasks-11c3d35e5a656cd4140208b9c3a28386ab71b21c.tar.gz
org.eclipse.mylyn.tasks-11c3d35e5a656cd4140208b9c3a28386ab71b21c.tar.xz
org.eclipse.mylyn.tasks-11c3d35e5a656cd4140208b9c3a28386ab71b21c.zip
RESOLVED - bug 370420: remove assembly from site packaging
https://bugs.eclipse.org/bugs/show_bug.cgi?id=370420
Diffstat (limited to 'org.eclipse.mylyn.tasks-site/pom.xml')
-rw-r--r--org.eclipse.mylyn.tasks-site/pom.xml23
1 files changed, 0 insertions, 23 deletions
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