Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit a660d8d

Browse files
committed
Fix: Correct pom and fix dependency issues
1 parent 41fbc02 commit a660d8d

4 files changed

Lines changed: 45 additions & 21 deletions

File tree

bundles/org.dataflowanalysis.standalone/Standalone.product

Lines changed: 0 additions & 20 deletions
This file was deleted.

features/org.dataflowanalysis.standalone.feature/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>org.dataflowanalysis.converter.feature</name>
3+
<name>org.dataflowanalysis.standalone.feature</name>
44
<comment></comment>
55
<projects>
66
</projects>

pom.xml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,25 @@
3636
</plugins>
3737
</pluginManagement>
3838
<plugins>
39+
<plugin>
40+
<groupId>org.eclipse.tycho</groupId>
41+
<artifactId>tycho-source-plugin</artifactId>
42+
<version>${tycho.version}</version>
43+
<executions>
44+
<execution>
45+
<id>plugin-source</id>
46+
<goals>
47+
<goal>plugin-source</goal>
48+
</goals>
49+
</execution>
50+
<execution>
51+
<id>feature-source</id>
52+
<goals>
53+
<goal>feature-source</goal>
54+
</goals>
55+
</execution>
56+
</executions>
57+
</plugin>
3958
<plugin>
4059
<groupId>org.eclipse.tycho</groupId>
4160
<artifactId>tycho-maven-plugin</artifactId>
@@ -86,6 +105,20 @@
86105
</environments>
87106
</configuration>
88107
</plugin>
108+
<plugin>
109+
<groupId>org.eclipse.tycho</groupId>
110+
<artifactId>tycho-p2-plugin</artifactId>
111+
<version>${tycho.version}</version>
112+
<executions>
113+
<execution>
114+
<id>attached-p2-metadata</id>
115+
<phase>package</phase>
116+
<goals>
117+
<goal>p2-metadata</goal>
118+
</goals>
119+
</execution>
120+
</executions>
121+
</plugin>
89122
<plugin>
90123
<groupId>org.eclipse.xtend</groupId>
91124
<artifactId>xtend-maven-plugin</artifactId>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>org.dataflowanalysis.standalone.product</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>

0 commit comments

Comments
 (0)