| author | Andreas Sewe | 2012-11-09 04:57:51 (EST) |
|---|---|---|
| committer | Andreas Sewe | 2012-11-12 08:27:34 (EST) |
| commit | 885adcc5c60b5d18efc8470b6722cc2d8b3d6b10 (patch) (side-by-side diff) | |
| tree | 3a47196cd979cdbada52ffc74dd66db55cef0b5b | |
| parent | fadde38f72e074b88752d5ea9fb0ac7dadf56e08 (diff) | |
| download | org.eclipse.recommenders-885adcc5c60b5d18efc8470b6722cc2d8b3d6b10.zip org.eclipse.recommenders-885adcc5c60b5d18efc8470b6722cc2d8b3d6b10.tar.gz org.eclipse.recommenders-885adcc5c60b5d18efc8470b6722cc2d8b3d6b10.tar.bz2 | |
[releng] Get rid of warnings about attaching duplicate p2 metadata.refs/changes/19/8619/4
Change-Id: Ibe688119307411d39713c927e41eb072d8d68c62
| -rw-r--r-- | features/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/features/pom.xml b/features/pom.xml index 5b081cf..590f736 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -61,6 +61,14 @@ <artifactId>tycho-p2-plugin</artifactId> <executions> <execution> + <!-- Don't attach (default) metadata before the source-feature execution.--> + <id>default-p2-metadata-default</id> + <configuration> + <attachP2Metadata>false</attachP2Metadata> + </configuration> + </execution> + <execution> + <!-- Do attach metadata after the source-feature execution.--> <id>attach-p2-metadata</id> <goals> <goal>p2-metadata</goal> |

