[581397] Provide support for extracting, merging, and updating Maven
dependencies in *.target files
Specify a provider-name for the feature.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=581397
diff --git a/maven/tp/Maven.target b/maven/tp/Maven.target
index 8253235..98ee428 100644
--- a/maven/tp/Maven.target
+++ b/maven/tp/Maven.target
@@ -3,7 +3,7 @@
<target name="MavenSupplement" sequenceNumber="1">
<locations>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven">
- <feature id="org.eclipse.oomph.maven.all" label="Oomph Maven All" version="1.0.0.qualifier">
+ <feature id="org.eclipse.oomph.maven.all" label="Oomph Maven All" version="1.0.0.qualifier" provider-name="Eclipse Oomph Project">
<description>
This feature's dependencies are pulled direction from Maven central.
</description>