|
73 | 73 | </executions>
|
74 | 74 | </plugin>
|
75 | 75 |
|
76 |
| - <plugin> |
77 |
| - <groupId>org.eclipse.tycho.extras</groupId> |
78 |
| - <artifactId>tycho-p2-extras-plugin</artifactId> |
79 |
| - <version>${tycho.version}</version> |
80 |
| - <executions> |
81 |
| - <execution> |
82 |
| - <phase>package</phase> |
83 |
| - <goals> |
84 |
| - <goal>mirror</goal> |
85 |
| - </goals> |
86 |
| - </execution> |
87 |
| - </executions> |
88 |
| - <configuration> |
89 |
| - <source> |
90 |
| - <!-- source repositories to mirror from --> |
91 |
| - <repository> |
92 |
| - <url>${project.baseUri}/target/repository</url> |
93 |
| - <layout>p2</layout> |
94 |
| - <!-- supported layouts are "p2-metadata", "p2-artifacts", and "p2" (for joint repositories; default) --> |
95 |
| - </repository> |
96 |
| - </source> |
97 |
| - |
98 |
| - <!-- starting from here all configuration parameters are optional --> |
99 |
| - <!-- they are only shown here with default values for documentation purpose --> |
100 |
| - |
101 |
| - <!-- List of IUs to mirror. If omitted, allIUs will be mirrored. --> |
102 |
| - <!-- Omitted IU version element means latest version of the IU --> |
103 |
| - <ius> |
104 |
| - <iu> |
105 |
| - <id>org.eclipse.test.feature.group</id> |
106 |
| - </iu> |
107 |
| - </ius> |
108 |
| - <!-- The destination directory to mirror to. --> |
109 |
| - <destination>${project.build.directory}/eclipse-test-framework</destination> |
110 |
| - <!-- Whether only strict dependencies should be followed. --> |
111 |
| - <!-- "strict" means perfect version match --> |
112 |
| - <followStrictOnly>false</followStrictOnly> |
113 |
| - <!-- Whether or not to follow optional requirements. --> |
114 |
| - <includeOptional>false</includeOptional> |
115 |
| - <!-- Whether or not to follow non-greedy requirements. --> |
116 |
| - <includeNonGreedy>false</includeNonGreedy> |
117 |
| - <!-- Filter properties. E.g. filter only one platform --> |
118 |
| - <!-- Whether to filter the resulting set of IUs to only --> |
119 |
| - <!-- include the latest version of each IU --> |
120 |
| - <latestVersionOnly>true</latestVersionOnly> |
121 |
| - <!-- don't mirror artifacts, only metadata --> |
122 |
| - <mirrorMetadataOnly>false</mirrorMetadataOnly> |
123 |
| - <!-- whether to compress the content.xml/artifacts.xml --> |
124 |
| - <compress>false</compress> |
125 |
| - <!-- whether to append to the target repository content --> |
126 |
| - <append>true</append> |
127 |
| - </configuration> |
128 |
| - </plugin> |
129 | 76 | <plugin>
|
130 | 77 | <groupId>org.eclipse.tycho</groupId>
|
131 | 78 | <artifactId>target-platform-configuration</artifactId>
|
|
0 commit comments