You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/08/15 12:09:54 UTC

svn commit: r985648 - /maven/plugins/trunk/maven-doap-plugin/src/it/minimal/pom.xml

Author: hboutemy
Date: Sun Aug 15 10:09:54 2010
New Revision: 985648

URL: http://svn.apache.org/viewvc?rev=985648&view=rev
Log:
[MDOAP-26] fixed IT: Maven 3 depdency injection is more strict about required parameters

Modified:
    maven/plugins/trunk/maven-doap-plugin/src/it/minimal/pom.xml

Modified: maven/plugins/trunk/maven-doap-plugin/src/it/minimal/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/src/it/minimal/pom.xml?rev=985648&r1=985647&r2=985648&view=diff
==============================================================================
--- maven/plugins/trunk/maven-doap-plugin/src/it/minimal/pom.xml (original)
+++ maven/plugins/trunk/maven-doap-plugin/src/it/minimal/pom.xml Sun Aug 15 10:09:54 2010
@@ -33,4 +33,17 @@ under the License.
   <scm/>
   <issueManagement/>
   <organization/>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-doap-plugin</artifactId>
+          <configuration>
+            <about>Maven 3 requires this configuration since default value (=project.url) is null</about>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 </project>