Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 396445 | Differences between
and this patch

Collapse All | Expand All

(-)a/eclipse-parent/pom.xml (-1 / +4 lines)
Lines 313-318 Link Here
313
                <goals>
313
                <goals>
314
                  <goal>normalize</goal>
314
                  <goal>normalize</goal>
315
                </goals>
315
                </goals>
316
                <phase>verify</phase>
316
              </execution>
317
              </execution>
317
            </executions>
318
            </executions>
318
          </plugin>
319
          </plugin>
Lines 327-332 Link Here
327
                <goals>
328
                <goals>
328
                  <goal>sign</goal>
329
                  <goal>sign</goal>
329
                </goals>
330
                </goals>
331
                <phase>verify</phase>
330
              </execution>
332
              </execution>
331
            </executions>
333
            </executions>
332
          </plugin>
334
          </plugin>
Lines 341-346 Link Here
341
                <goals>
343
                <goals>
342
                  <goal>pack</goal>
344
                  <goal>pack</goal>
343
                </goals>
345
                </goals>
346
                <phase>verify</phase>
344
              </execution>
347
              </execution>
345
            </executions>
348
            </executions>
346
          </plugin>
349
          </plugin>
Lines 355-361 Link Here
355
                <goals>
358
                <goals>
356
                  <goal>p2-metadata</goal>
359
                  <goal>p2-metadata</goal>
357
                </goals>
360
                </goals>
358
                <phase>package</phase>
361
                <phase>verify</phase>
359
              </execution>
362
              </execution>
360
            </executions>
363
            </executions>
361
            <configuration>
364
            <configuration>

Return to bug 396445