File tree 2 files changed +38
-1
lines changed
repositories/com.abstratt.eclipsegraphviz.p2site
2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 38
38
<module >plugins/com.abstratt.imageviewer</module >
39
39
<module >features/com.abstratt.eclipsegraphviz.feature</module >
40
40
<module >repositories/com.abstratt.eclipsegraphviz.repository</module >
41
+ <module >repositories/com.abstratt.eclipsegraphviz.p2site</module >
41
42
</modules >
42
43
43
44
<build >
67
68
<targetFile >dependencies.target</targetFile >
68
69
</targetFiles >
69
70
</configuration >
70
- </plugin >
71
+ </plugin >
71
72
</plugins >
72
73
</build >
73
74
</project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project
3
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4
+ xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
5
+ <modelVersion >4.0.0</modelVersion >
6
+ <groupId >com.abstratt.eclipsegraphviz</groupId >
7
+ <artifactId >com.abstratt.eclipsegraphviz.p2site</artifactId >
8
+ <version >2.11.0-SNAPSHOT</version >
9
+ <packaging >pom</packaging >
10
+ <parent >
11
+ <artifactId >com.abstratt.eclipsegraphviz.parent</artifactId >
12
+ <groupId >com.abstratt.eclipsegraphviz</groupId >
13
+ <version >2.11.0-SNAPSHOT</version >
14
+ <relativePath >../..</relativePath >
15
+ </parent >
16
+ <build >
17
+ <plugins >
18
+ <plugin >
19
+ <groupId >org.eclipse.tycho</groupId >
20
+ <artifactId >tycho-p2-repository-plugin</artifactId >
21
+ <version >${tycho-version} </version >
22
+ <executions >
23
+ <execution >
24
+ <configuration >
25
+ <includeReactor >true</includeReactor >
26
+ </configuration >
27
+ <phase >package</phase >
28
+ <goals >
29
+ <goal >assemble-maven-repository</goal >
30
+ </goals >
31
+ </execution >
32
+ </executions >
33
+ </plugin >
34
+ </plugins >
35
+ </build >
36
+ </project >
You can’t perform that action at this time.
0 commit comments