|
127 | 127 | <iu> |
128 | 128 | <id>org.eclipse.platform.feature.group</id> |
129 | 129 | <id>org.eclipse.equinox.p2.user.ui.feature.group</id> |
130 | | - |
131 | 130 | <id>org.eclipse.equinox.executable.feature.group</id> |
132 | 131 | <id>org.eclipse.platform.ide</id> |
133 | 132 | </iu> |
|
153 | 152 | <append>true</append> |
154 | 153 | </configuration> |
155 | 154 | </execution> |
156 | | - <execution> |
157 | | - <id>mirror-org.eclipse.platform.source</id> |
158 | | - <phase>package</phase> |
159 | | - <goals> |
160 | | - <goal>mirror</goal> |
161 | | - </goals> |
162 | | - <configuration> |
163 | | - <source> |
164 | | - <!-- source repositories to mirror from --> |
165 | | - <repository> |
166 | | - <url>${project.baseUri}/target/repository</url> |
167 | | - <layout>p2</layout> |
168 | | - <!-- supported layouts are "p2-metadata", "p2-artifacts", and "p2" (for joint repositories; default) --> |
169 | | - </repository> |
170 | | - </source> |
171 | | - <!-- starting from here all configuration parameters are optional --> |
172 | | - <!-- they are only shown here with default values for documentation purpose --> |
173 | | - <!-- List of IUs to mirror. If omitted, allIUs will be mirrored. --> |
174 | | - <!-- Omitted IU version element means latest version of the IU --> |
175 | | - <ius> |
176 | | - <iu> |
177 | | - <id>org.eclipse.platform.feature.group</id> |
178 | | - <id>org.eclipse.platform.source.feature.group</id> |
179 | | - <id>org.eclipse.equinox.p2.user.ui.feature.group</id> |
180 | | - <id>org.eclipse.equinox.p2.user.ui.source.feature.group</id> |
181 | | - |
182 | | - <id>org.eclipse.equinox.executable.feature.group</id> |
183 | | - <id>org.eclipse.platform.ide</id> |
184 | | - </iu> |
185 | | - </ius> |
186 | | - <!-- The destination directory to mirror to. --> |
187 | | - <destination>${project.build.directory}/repos/org.eclipse.platform.source</destination> |
188 | | - <!-- Whether only strict dependencies should be followed. --> |
189 | | - <!-- "strict" means perfect version match --> |
190 | | - <followStrictOnly>true</followStrictOnly> |
191 | | - <!-- Whether or not to follow optional requirements. --> |
192 | | - <includeOptional>false</includeOptional> |
193 | | - <!-- Whether or not to follow non-greedy requirements. --> |
194 | | - <includeNonGreedy>false</includeNonGreedy> |
195 | | - <!-- Filter properties. E.g. filter only one platform --> |
196 | | - <!-- Whether to filter the resulting set of IUs to only --> |
197 | | - <!-- include the latest version of each IU --> |
198 | | - <latestVersionOnly>true</latestVersionOnly> |
199 | | - <!-- don't mirror artifacts, only metadata --> |
200 | | - <mirrorMetadataOnly>false</mirrorMetadataOnly> |
201 | | - <!-- whether to compress the content.xml/artifacts.xml --> |
202 | | - <compress>true</compress> |
203 | | - <!-- whether to append to the target repository content --> |
204 | | - <append>true</append> |
205 | | - </configuration> |
206 | | - </execution> |
207 | 155 | </executions> |
208 | 156 | </plugin> |
209 | 157 | <plugin> |
|
0 commit comments