Skip to content

Commit

Permalink
fixed maven setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pweingardt committed Mar 12, 2014
1 parent 0a5d9f9 commit 017a6d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/de.weingardt.mylyn.gitlab_1.0.0.201403112252.jar" id="de.weingardt.mylyn.gitlab" version="1.0.0.201403112252">
<feature url="features/de.weingardt.mylyn.gitlab_1.0.0.qualifier.jar" id="de.weingardt.mylyn.gitlab" version="1.0.0.qualifier">
<category name="org.eclipse.mylyn"/>
</feature>
<category-def name="org.eclipse.mylyn" label="Mylyn Connectors"/>
Expand Down
18 changes: 2 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<artifactId>de.weingardt.mylyn.gitlab-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Mylyn Gitlab Connector</name>

<properties>
<tycho.version>0.19.0</tycho.version>
Expand All @@ -32,6 +31,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho.version}</version>
<configuration>
<environments>
<environment>
Expand Down Expand Up @@ -67,20 +67,6 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
<version>${tycho.version}</version>
<executions>
<execution>
<id>materialize-products</id>
<goals>
<goal>materialize-products</goal>
</goals>
</execution>
<execution>
<id>archive-products</id>
<goals>
<goal>archive-products</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand All @@ -91,4 +77,4 @@
<module>de.weingardt.mylyn.gitlab.ui</module>
<module>de.weingardt.mylyn.gitlab.updatesite</module>
</modules>
</project>
</project>

0 comments on commit 017a6d5

Please sign in to comment.